body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/mog_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

div#banner {
	background-image:  url("img/header.jpg");
	background-repeat: repeat-x;
	height: 90px;
}

img#titletext {
	top: 50px;
	position: absolute;
	left: 400px;
}

div#nav{
	color : #0000FF;
	background-color : #F0F0F0;
	height : 20px;
	font-size: 80%;
	border-top : 1px solid #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
div#nav ul li {
	display: inline;
}
div#content {
	position: absolute;
	left: 56px;
	top: 150px;
	padding-right: 274px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
}
div#sidebar {
	position: absolute;
	top: 150px;
	right: 20px;
	width: 222px;
	font-size : 70%;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 146%;
	color: #0000FF;
	font-weight: normal;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	font-weight: normal;
	font-size: 120%;
}
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #0000FF;
	border : 1px solid #0000FF;
	margin-bottom : 11px;
	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 : #CC0000;
	background-color : transparent;
}

div#sidebar div.feature ul li a{
	color : #CC0000;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}

div#sidebar form{
	padding : 0;
	margin : 0;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #CC0000;
}

div#nav li a{
	color : #0000FF;
	background-color : #F0F0F0;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #0000FF;
	background-color : #fff;
	border-bottom : 2px solid #0000FF;
}
div#link {
	font-size: 75%;
}
div#index {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
}
img#littlebluemog {
	position: absolute;
	left: 50px;
	top: 5px;
}
div#content l1 {
	list-style-type: decimal;
}
div#nav u {
	color : #0000FF;
	background-color : #fff;
	border-bottom : 2px solid #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
