@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: no-repeat;
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body_background.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-color: #013099;
}
#contentbodyshadow {
	background-image: url(images/content_background_repeat.png);
	background-repeat: repeat-y;
	position: relative;
}
#mainnav {
	background-image: url(images/main_nav_background.png);
	background-repeat: repeat-x;
	height: 23px;
	width: 859px;
	left: 10px;
	position: relative;
}
#mainnav ul {
	list-style-type: none;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
}
#mainnav ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#mainnav a:hover {
	background-color: #169AE4;
}
#contentarea {
	background-image: url(images/content_background.png);
	background-repeat: no-repeat;
	width: 880px;
	min-height: 315px;
	position: relative;
}
#webaddress {
	width: 720px;
	clear: both;
	position: relative;
	height: 60px;
	background-image: url(images/web_address_lg.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#footer {
	background-image: url(images/footer_background.png);
	height: 50px;
	width: 880px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #F6F6F6;
}
#footer .sitecredit {
	font-size: 10px;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
a:link img, a:hover img, a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgfloatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
