@charset "utf-8";
a:link {
	color: #353960;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #353960;
}
a:hover {
	text-decoration: underline;
	color: #718DBB;
}
a:active {
	text-decoration: none;
	color: #353960;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/nav_header_grad.gif);
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 30px;
	width: 750px;
	color: #353960;
	font-weight: bold;
	padding-top: 5px;
	border-bottom-color: #353960;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
.contentbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
	width: 680px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0D49C;
	border-bottom-color: #E0D49C;
	border-left-color: #E0D49C;
	text-align: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 15px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #E0D49C;
	background-image: url(images/nav_header_grad.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	height: auto;
}
.imgfloatright {
	margin: 8px;
	float: right;
}
.pageheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #223955;
	vertical-align: top;
}
.imgfloatleft {
	margin: 8px;
	float: left;
}

