body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#navlist {
	position: relative;
	left: 0px;
	top: 0px;
	width: 150px;
}
#navlist p {
	font-size: .8em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 12px 2px 12px 20px;
	border: 1px solid;
	border-color: #001639 #001639 #FFFFFF #001639;
	background-color: #001639;
	background-image:  url(images/main_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-size: 12px;
}
#navlist a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #67112F;
	background-image:  url(images/main_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #67112F;
	background-image:  url(images/main_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
}
#contentdiv p {
	font-size: .85em;
}
h1, h2, h3 {
	margin: 0 0 6px;
	color: #333333;
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}
