h1 {
	position:relative;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#B6BDD2;
	font-size: 3em;
	text-transform:capitalize;
	font-weight:100;
	left: -1px;
	top: 17px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	
}
#content {
	font-size:0.8em;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	}
	
#content a{
	color: #207288;
	text-decoration: none;
	font-weight: 130%;
	border-bottom: 2px dotted #207288;
	}
	
#content a:hover {
	color: #B6BDD2;
	background-color: #009966;
	border-bottom: 2px dotted #990000;
	}
	
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color: #990000;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	}
	
#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: #e1eaff;	
}
#banner {
	width: 770px;
	height: 100px;
	text-align:center;
	postion: absolute;
	bottom: 0;
	left: 0;
	background-color: #009966;
}

#nav a{
	width: 6em;
	display:block;
	border: 1px solid #207288;
	height: 100%;
	padding: 2px;
	text-decoration:none;
	text-align:center;
	background-color:#E1EAFF;
	color:#207288;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1em;
	list-style-type: none;
	}

#nav a:hover{
	color:#E1EAFF;
	background-color:#207288;
	width:6em;
	}
#nav {
	font-size:0.95em;
	background-color: #990000;
	}
#nav, #nav ul { /* all lists */
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif 0.9em;
}

#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	list-style: none;
	margin: 0;
	padding:0;
	display: inline;
}

#nav li ul { /* second-level lists */
	position: absolute;
	display:block;
	margin: 0px;
	padding: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 100%;
	width: 6em;
	list-style-type: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 6em;
	font-family:Verdana, Arial, Helvetica, sans-serif 0.8em;
}
#bar {
	height:20px;
	background-color: #990000;
	padding: 5px;
	}
*html #nav a {
	height: 1px;
	}
#footer {
	clear:both;
	padding-left: 20px;
	width: 750px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color:#FFFFFF;
	height: 20px;
	background-color:#207288;

