@charset "utf-8";
/* CSS Document */

body {
	background: #CCCCCC;
	color: #333333;
	font: normal 14px Arial, Helvetica, sans-serif;
}
a, a img {
	text-decoration: none;
	border-style: none;
	color: #990000;
}

#container {
	text-align: left;
	padding: 20px;
	background: #FFFFFF;
	width: 740px;
}
/**** Navigation  ****/
#nav {
	text-align: right;
	padding-bottom: 4px;
}
#nav a {
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;
}

/****   Header  ***/
#header {
	height: 400px;
	width: 740px;
	background: url(../images/hdr_doug_on_black.jpg) no-repeat center bottom;
}

#header .title {
	background: url(../images/hdr_red_rpt.jpg) repeat-x top;
	height: 82px;
	text-align: left;
	text-indent: 20px;
	vertical-align: baseline;
	font: x-large/82px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header .quote {
	color: #F1F1F1;
	width: 300px;
	padding-top: 80px;
	float: right;
	padding-right: 40px;
	line-height: 20px;
	text-align: center;
}

#ajaxticker1 {
}

#ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.someclass { //class to apply to your scroller(s) if desired
}



/****   Body  ***/
#bodycontent {
	padding-top: 20px;
	padding-bottom: 20px;
}
#bodycontent p {
	margin-top: 0px;
}
#bodycontent h1 {
	color: #990000;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

#bodycontent .colleft {
	width: 60%;
	vertical-align: top;
}
#bodycontent .colmiddle {
	width: 20px;
}
#bodycontent .colright {
	width: 36%;
	background: #F1F1F1;
	border: 1px solid #990000;
	vertical-align: top;
	padding: 10px;
}


/****   Footer  ***/
#footer {
	background: #F1F1F1 no-repeat;
	text-align: center;
	padding-top: 10px;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #990000;
	padding-bottom: 10px;
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
