body {
	background-color: #999999;
}
div#header {
	width: 100%;
}
div#banner {
	background-color: #000099;
}
div#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	font-weight: normal;
	width: 100%;
	margin-top: 10px;
}
div#nav li a{
	color : #000099;
	text-decoration : none;
}
div#nav li a:hover {
	background-color: #CCCCCC;
	border-bottom: 4px solid #000099;
	color: #000099;
}div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	display: inline;
}
div#sidebar {
	width: 160px;
	background-color: #000099;
 	position: absolute;
	top: 180px;
	left: 10px;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #ffffff;
	background-color : #000099;
	border-top: 2px solid #ffffff;
	padding : 10px;
	line-height : 140%;
}
div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: square;
	list-style-position: inside;
}
div#sidebar div.feature ul li{
	color : #ffffff;
	background-color : transparent;
}
div#sidebar div.feature ul li a{
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
}
div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}
div#content {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	line-height: 140%;
	color: #000000;
	padding: 5px;
 	position: absolute;
	top: 180px;
	left: 180px;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #000099;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #000099;
}
div#content1 {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	line-height: 140%;
	color: #000000;
	padding: 5px;
	width: 750px;
 	position: absolute;
	top: 180px;
	left: 180px;
}
div#content1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #000099;
}
div#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: normal;
	color: #000099;
	padding-left: 25px;
}
div#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
}
