/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 18px;
}
A:link{
	color: #821B14;
	text-decoration: underline;
	font-weight: bold;
}
A:visited{
	color: #821B14;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.main-home {
	background: #821B14 url("images/red_buffer.gif");
	background-repeat: no-repeat;
	background-position: top;
}
.main-home h1 {
	padding: 20px 40px 40px 40px;
	margin-bottom: -25px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.main-home p {
	padding: 30px 30px 30px 30px;
	margin: 0px;
	color: #FFFFFF;
}
.left-inside {
	padding: 20px;
	background: #821B14;
}
.left-inside h1 {
	margin-bottom: -25px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.left-inside p {
	color: #FFFFFF;
}
.left-inside A:link{
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
.left-inside A:visited{
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
.left-inside A:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.diag {
	background: url("images/diag.gif");
	background-repeat: repeat-x;
	height: 49px;
}
.legal {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.main-inside {
	border: 10px solid #821B14;
	padding: 20px;
}
.main-inside h1{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 20px;
	color: #821B14;
}
.main-inside blockquote {
	margin-top: -15px;
	margin-left: 10px;
}