body {
	background-color: #d2d2d2;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #3b4085;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B4085;
}
a:hover {
	text-decoration: none;
	color: #D4403C;
}
a:active {
	text-decoration: none;
	color: #3B4085;
}
.whitelink a:link {
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:visited {
	text-decoration: none;
	color: #ffffff;
}
.whitelink a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.whitelink a:active {
	text-decoration: none;
	color: #ffffff;
}
h3 {
	color: #3b4085;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 990px;
}
#top {
	width: 990px;
	clear: both;
	background-color: #d9d9d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 25px;
}
#nav {
	width: 990px;
	clear: both;
	background-color: #9a9a9a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 33px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}#image {
	width: 990px;
	clear: both;
}
.title-div {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: 22px;
}
.searchbut {
	background-color: #336699;
	font-size: 10px;
	text-transform: uppercase;
	color: #D9D9D9;
	border: 1px solid #336699;
}

#main {
	width: 990px;
	clear: both;
}
#footer {
	width: 990px;
	clear: both;
	background-image: url(images/footer.jpg);
	height: 77px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.bluehighlight {
	color: #3b4085;
	font-weight: bold;
}
.newtitle {
	font-size: 16px;
	font-weight: bold;
	color: #3b4085;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 25px;
}
.xtext {
	font-size: 11px;
}
