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

body {
	background-image: url(images/site-bg.gif);
	background-repeat: repeat-x;
	background-color: #ECF8FE;
}
#pagecontainer {
	width: 700px;
	margin: 0 auto;
	background-image: url(images/dropshadow.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#page {
	width: 693px;
	margin: 0 auto;
}
#mast {
	margin: 0px;
	padding: 0px;
}
#nav {
	width: 149px;
	float: left;
	height: 100%;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
}
#nav  img {
	margin-bottom: 8px;
}
#footer {
	width: 689px;
	margin: 8px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #003366;
	text-decoration: none;
}




#body {
	background-image: url(images/body-bg.gif);
}

#clear {
	clear: both;
	height: 0px;
}
#bodycopy {
	float: right;
	width: 472px;
	background-color: #f3f3e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: 100%;
	font-size: 10pt;
	text-align: left;
}
#bodycopy h4 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 11pt;
	color: #9B3236;
	font-weight: bold;
}

#bodycopy a {
	color: #003366;
	text-decoration: underline;
}
#bodycopy a:hover {
	color: #003366;
	text-decoration: none;
}


#bodycopy p {
	margin-top: 12px;
	margin-bottom: 0px;
}
#pageheader {
	text-align: center;
	margin-bottom: 20px;
}
