﻿body {
	font-family: Verdana,arial,sans-serif;
	font-size: small;
	background-color: #B7E4FF;
}
div {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h6 {
	padding-left: 10px;
	padding-right: 10px;
}
h5 {
	padding-left: 10px;
	padding-right: 10px;
}
h4 {
	padding-left: 10px;
	padding-right: 10px;
}
h3 {
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	padding-left: 10px;
	padding-right: 10px;
}
p {
	padding-left: 10px;
	padding-right: 10px;
}
hr {
	width: 60%;
	color: gray;
}
img {
	border: 1px #D1DAB5 solid;
}
a {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
.fullwidth {
	width: 900px;
}
.navlistitem {
	display: inline;
	list-style-type: none;
	padding: 0;
}
#container {
	min-height: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px gray solid;
}
#contenttop {
	height: auto;
	border-bottom: 1px gray solid;
}
#contentmiddle {
	height: 100%;
	min-height: 400px;
	background-color: #D1DAB5;
}
#header {
	text-align: center;
	font-size: x-small;
	background-color: #FFFFFF;
	height: 177px;
}
#header img {
	border: 0;
}
#navbartop {
	height: 25px;
	text-align: center;
	padding-top: 8px;
	font-size: x-small;
	border-top: 1px gray solid;
	background-color: #62A0FF;
}
#navbartop a {
	color: white;
}
#navbartop a:hover {
	color: white;
}
#footer {
	height: 25px;
	border-top: 1px gray solid;
	max-height: 25px;
	background-color: #62A0FF;
	color: white;
}
#leftcontent {
	text-align: center;
	float: left;
	width: 248px;
	height: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #62A0FF;
	border: 1px gray solid;
}
#leftcontent a {
	color: white;
}
#leftcontent a:hover {
	color: white;
}
div#leftcontent img {
	width: 220px;
}
#contentwrapper {
	float: right;
	width: 634px;
	height: 100%;
}
#centrecontent {
	float: left;
	width: 366px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: white;
	border: 1px gray solid;
}
#rightcontent {
	float: right;
	width: 248px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #62A0FF;
	border: 1px gray solid;
}
#rightcontent a {
	color: white;
}
#rightcontent a:hover {
	color: white;
}
#maincontent {
	width: 620px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: white;
	border: 1px gray solid;
}
#navlist {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#toprightlinks {
	position: absolute;
	float: right;
	top: 5px;
	right: 10px;
}
#copyright {
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
.bluetext {
	color: #004684;
}
.redtext {
	color: #CC0000;
}
.greentext {
	color: green;
}
