body
{
	color: black;
	background-color: #7f92bc;
	margin: 0;
	padding: 0;
}

#wrapper { width: 782px; }

#header
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 745px;
	height: 78px;
	padding-top: 20px;
	padding-right: 40px;
}

#header a
{
	color: black;
	text-decoration: none;
	padding: 1px 2px;
	display: inline;
}

#header a:hover
{
	color: white;
	background-color: #7f92bc;
	text-decoration: none;
	display: inline;
	padding: 1px 2px;
}

#subhead
{
	color: black;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 23px;
	background-image: url(images/subhead.gif);
	background-repeat: no-repeat;
	width: 602px;
	height: 23px;
	min-width: 782px;
	margin: 0;
	padding: 0 0 0 182px;
}

#nav
{
	background-image: url(images/navbg.jpg);
	width: 167px;
	height: 479px;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul
{
	color: black;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	width: 152px;
	height: 19px;
	margin: 10px 0 0;
	padding: 0 0 20px 15px;
	list-style-type: none;
	display: block;
}

#nav a
{
	color: black;
	text-decoration: none;
	margin: 4px 0 0;
	padding: 0 0 0 15px;
	display: block;
}

#nav a:hover
{
	color: white;
	background-image: url(images/navoverbg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	margin: 4px 0 0;
	padding: 0 0 0 15px;
	display: block;
}

#contentbox
{
	width: 782px;
	height: auto;
	float: left;
}

#content
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	width: 597px;
	height: auto;
	float: right;
	min-height: 479px;
	padding: 8px;
	border-right: 1px solid #405185;
	border-left: 1px solid #405185;
}

#contentend
{
	background-image: url(images/content_foot.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 11px;
	float: left;
	margin: 0 0 0 167px;
}

#footbox
{
	text-align: center;
	margin: 8px 0 0 167px;
	width: 615px;
	height: 11px;
	float: left;
}

#footertop
{
	background-image: url(images/footer_top.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 11px;
}

#footer
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/footer_mid.gif);
	background-repeat: repeat-y;
	width: 615px;
	height: auto;
	padding: 4px;
}

#footer a
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	display: inline;
}

#footer a:hover
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url(images/navoverbg.gif);
	text-decoration: none;
	padding: 4px;
	display: inline;
}

#footerbottom
{
	background-image: url(images/footer_end.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 11px;
}

input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ebedf3;
	border: 1px solid #3f5083;
}

textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ebedf3;
	border: 1px solid #3f5083;
}
h2 { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 4px 0; }
#copyright { color: #405185; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

