@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;
	background-color: #660000;
}
.twoColFixLtHdr #container {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/Statewide%20Sidebars_1024_.png);
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/20080606_Statewide_web_logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 
.twoColFixLtHdr #headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #660000;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: left;
}
.twoColFixLtHdr #topnav {
	background-color: #F4C215;
	color: #000000;
	font-size: 14px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 20px;
}
.twoColFixLtHdr #topnav a {
	text-decoration: none;
	color: #333333;
}
.twoColFixLtHdr #topnav a:hover {
	color: #F4C215;
	background-color: #660000;
}
#nav2 {
	background-color: #F4C215;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
}
#nav2 a {
	color: #333333;
	background-color: #F4C215;
	text-decoration: none;
}
#nav2 a:hover {
	color: #F4c215;
	background-color: #660000;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #000066;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a {
	color: #000066;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #F4C215;
	background-color: #660000;
}
#sidebar2 {
	font-size: 12px;
	text-align: center;
	float: right;
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	color: #000066;
}


.twoColFixLtHdr #mainContent {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666666;
} 
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}
.twoColFixLtHdr #footer a:hover {
	color: #F4C215;
	background-color: #660000;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
}
.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;
}

