body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 7px 0px;
	margin: 0px;
	margin-bottom: -3px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 15px;
}
A {
	color: #467A90;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #467A90;
}
#sidebar { 
	width: 325px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	border-left: 1px dashed #467A90;  
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 20px;
	line-height: 1.55em;
	position: relative;
}

input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#hedimg {
	text-align: center;
	margin-bottom: 20px;
}
#features { clear: left; }

#navcontainer {
	padding-left: 20px;
	margin-bottom: 20px;
	background-image: url(../img/navbg.jpg);
	background-repeat: repeat-x;
}

ul#nav {
	margin: 0; 
	padding:0; 
	list-style:none; 
	display:table; 
	white-space:nowrap; 
	font-size:12px; 
	height: 44px;
}

ul#nav li {
	display:inline; 
	margin:0; 
	padding:0;
    height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
}

ul#nav a {
	float:left; 
	margin:0px; 
    color: black;
	padding: 10px 12px 12px 12px;
	text-decoration: none;
	border: none;
}
ul#nav li.sel a, ul#nav li.sel a:hover {
	background-image: url(../img/navbgsel.jpg);
	background-repeat: repeat-x;
}
ul#nav li a:hover {
	background-image: url(../img/navbghov.jpg);
	background-repeat: repeat-x;
}
ul#nav li.sel a { color: white; }