@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333333;
	background-image: url(images/concrete_tile2.jpg);
	background-repeat: repeat;
}
.oneColElsCtr #container {
	width: 790px;
	background: #FFFFFF;
	/*border: solid 15px #555555; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/caddo_header_04.jpg);
	background-repeat:repeat;
}
.oneColElsCtr #container1a {
	width: 790px;
	height: 64px;
	background: #FFFFFF;
	/* border: solid 15px #555555; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/caddologo_page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColElsCtr #footer1 {
	width: 770px;
	background: #000000;
	padding: 10px;
	/* border: solid 15px #555555; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */

}
.oneColElsCtr #container2 {
	width: 700px;
	padding: 2px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.contact2 {
font-size: 16px;
font-weight: bold;
color: #666666;
}
.footer {
font-size: 9px;
color: #e6e6e6;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;}
	
A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;}

A:active {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#333333}
	
a.footer2:link {
	font-family:Verdana;
	text-decoration: none;
	font-weight: normal;
	color: #e6e6e6;}
	
a.footer2:visited {
	font-family:Verdana;
	text-decoration: none;
	font-weight: normal;
	color: #e6e6e6;}

a.footer2:active {
	font-family:Verdana;
	text-decoration: underline;
	font-weight: normal;
	color: #e6e6e6;}

a.footer2:hover {
	font-family:Verdana;
	text-decoration: underline;
	font-weight: normal;
	color:#ffffff;}

body {
	font-family:Verdana,Arial,Helvetica; 
	font-size:12px; 
	color:#000000;}
	
.headline {
	font-weight: bold;
	font-size: 18px;
 	color:#CC6600;}

#mainTable {	
	/*/*/line-height: 1.5em; /* */ }

#mainTable td {	
	padding: 20px;/*Pads each table cell in modern browsers*/ }

#maincontent {
 	font-size: 14px;
	/*/*/font-size: 100%; /* */ }
	 
.footer  {
	font-size:10px;
 	color: #666666;
 	 }
	 
.introtext {
	font-size:20px;
	color:#336699;
	}
	
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	}
	
.footnote {
	font-size: 10px;
	color: #808080;
	}
