@charset "UTF-8";


body  {
	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: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}





#container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../assets/images/greywhite_bg.gif);
	background-repeat: repeat-y;
} 

	

#mainContent {
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CC0000;
}

#mainContentText h2 {
	color: #003366;
	font-family: Helvetica;
	font-size: 14px;
	text-transform: uppercase;
}
#mainContentText h3 {
	color: #333333;
	font-family: Helvetica;
	font-size: 14px;
}


#mainContentText a {
	color: #006699;
	text-decoration: none;
}
#mainContentText a:hover {
	color: #006699;
	text-decoration: underline;
}



#mainContentTitle {
	padding-top: 5px;
}




#allcontent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}


#footer {
	background-color: #000000;
	background-image: url(../assets/images/footerbottomfade.png);
	height: 70px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}
#footerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	margin-top: -5px;
}
#footerLinks a:link {
	color: #FFFFCC;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
#footerLinks a:visited {
	color: #FFFFCC;
	text-decoration: none;
	display: inline;
}
#footerLinks a:hover {
	color: #FF9900;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}
#footerLinks a:active {
	color: #FFFFCC;
	display: inline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainContentTitle {
	padding-top: 5px;
}
.mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CC0000;
}
.mainContentText h2 {
	color: #003366;
	font-family: Helvetica;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
}
.mainContentText h3 {
	color: #333333;
	font-family: Helvetica;
	font-size: 14px;
}
.mainContentText a {
	color: #006699;
	text-decoration: none;
}
.mainContentText a:hover {
	color: #006699;
	text-decoration: underline;
}
img #governor {
	margin-top: -50px;
	background-color: #CCCCCC;
}
#images_flash {
	background-color: #CCCCCC;
}
