@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url("../images/background.png");
	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;
}

a:link, a:visited, a:active{
	
	color: #333;
	
}
a:hover{
	color: #d42d00;
	
}

#header { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
} 

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #e9e9e9;
} 

#headerleft{
	float: left;
}

#headertabs {
	background: url("../images/header_tabs.jpg");
	width: 495px;
	height: 40px;
	margin:0;
	margin-left: 3px;
	
	
}
.headertabitem{
	height: 25px;
	padding-top: 15px;
	padding-left: 12px;
	vertical-align: middle;
	width: 83px;
	float: left;
	}
.headertabitem a:link, .headertabitem a:visited, .headertabitem a:active{
	text-decoration: none;
	color: #333;
	
}
.headertabitem a:hover{
	text-decoration: none;
	color: #d42d00;
	
}
#headerbanner{
	margin: 8px;
	width: 185px;
	
}

#headerstates {
	width: 90px;
	text-align:center;
	color: #d50c1f;
	font-weight: bold;
}

#footer {
	
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bfd3e6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #cccccc;
	
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:0;
	padding:0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; 
}
.padding7 {

	padding: 7px;
}
.statement { 
font-family: calibri,Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
line-height: 18px; 
font-weight: normal; 
color: #666666; 
}
.statement2 { font-family: calibri,Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #666666; margin-top: 0px; margin-bottom: 5px; margin-left: 10px; margin-right: 5px; text-align: left;}
.quote { font-family:calibri,Verdana, Arial, Helvetica, sans-serif; font-size: 14px;  line-height: 18px; font-weight: normal; color: #777777; margin-top: 0px; margin-bottom: 5px; margin-left: 18px; margin-right: 10px; text-align: left; text-decoration: italic;}
