* {padding: 0; margin: 0;}
p {
	margin-top: 0;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#utilityheader {
	background-color: #79414D;
	height: 20px;
	width: 1021px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right:3px;
}
#utilityheader a:link, #utilityheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#homepage #container #header {
	background-image: url(images/headerhm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
	width: 1024px;
}
#header h1 span {
	display: none;
}

#leftnav ul
{
list-style: none;
padding: 0;
margin: 0;
}
	
#leftnav li a:link, #leftnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-left: 5px;
	font-size:12px;
	text-transform: uppercase;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#leftnav li a:hover {
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
	background-color: #9C9A63;
	height: 25px;
	width: 150px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#utilitymenu {
	position: absolute;
	top: -3px;
	right: 126px;
	width: 137px;
}

#footer {
	background-color: #18417B;
	width: 1014px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 8px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#container {
	width: 1024px;
	margin: 10px auto;
	background-color: #C6C7AD;
	color: #333;
	border: 0px solid gray;
	line-height: 130%;
}
	
#leftnav {
	background-image: url(images/leftnavbkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 159px;
	float: left;
	padding-top: 35px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 450px;
	margin: 0px;
	background-color: #C6C7AD;
}

#contentarea {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 130%;
	margin-left: 167px;
	min-height:500px;
	display:block;
	padding: 25px;
	}
h2 {
	font-size: 15px;
}




.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;
}
	.col1,
	.col2{
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
	}
	.col1 {

	}
	.col2 {
	width: 238px;
	}
.indent {
	padding-left: 25px;
	}
	
#credit {
background-color:#000000;
font:Arial, Helvetica, sans-serif;
font-size:11px;
color: #CCCCCC;
border: none;
}
#credit a:link, a:visited {
color: #CCCCCC;
}
