* {
	font-family: arial, helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
	background-color: #D2D3D5;
}
	
p { 
	margin-top: 0px;
}
	
img.tagline {
	position: absolute;
	left: 484px;
	top: 0px;
}

img.logo {
	position: absolute;
	left: 24px;
	top: 0px;
}

a {
	font-weight: bold;
	font-size: 11px; 
	text-decoration: none; 
	color: #ffffff;
}

a:hover, a:active { 
	color: #000000;
}
	
#container {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ffffff;
}

#header {
	background-color: #000000;
	height: 83px;
}
	
#headnav {
	background-color: #ff9933;
	height: 20px;
	margin-top: 45px;
	padding-left: 220px;
	position: relative;	
}

#headnav ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
#headnav li {
	display: inline;
	padding-right: 20px;
}

#leftnav {
	background-color: #ffffff;
	margin-top: 54px;
	float: left;
	width: 160px;	
}

#leftnav ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;	
}

#leftnav li {
	line-height: 22px;
}

#leftnav a {
	font-weight: normal;
	color: #FF5900;
}

#leftnav a:hover, a:active { 
	color: #000000;
}

#selecteditem {
	background-color: #ff6600;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	padding-left: 24px;
}

#content {
	background-color: #ffffff;
	border-left-style: solid;
	border-left-color: #C6C8CA;
	border-left-width: 1px;
	float: left;
	width: 399px;
	height: 431px;
	padding-top: 45px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

html>body #content {
	height: auto;
	min-height: 431px;
}

#content h1 {
	color: #FF5900;
	font-size: 18px;
	margin-bottom: 16px;	
}

#content p {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}

#content h2 {
	color: #FF5900;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
}

#content h3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0px;
}

#content a {
	text-decoration: underline;
	color: #666666;
}

#content a:hover, a:active { 
	text-decoration: underline;
	color: #FF5900;
}

#imagery {
	background-color: #ffffff;
	float: left;
	padding-top: 54px;
	width: 192px;	
}

#footer {
	background-color: #ff9933;
	clear: both;
	height: 20px;
}

* html #footer {
	margin-left: -40px;
}

#footer a {
	text-decoration: underline;
}

#footer ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-left: 48px;
}
	
#footer li {
	color: #ffffff;
	display: inline;
	font-weight: bold;
	padding-right: 16px;
}
	
#footer p {
	color: #ffffff;
	display: inline;
	font-weight: bold;
	float: right;
	padding-right: 40px;
}
