/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	background-color: #9259A2;	
	}
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-color: #9259A2;
	}
div, table, td {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}
#header {
	background-image: url(/images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0px auto;
	width: 840px;
	}
#header h1 {
	margin: 5px;
	padding: 0px;
	color: #FFF;
	font-size: 22px;
	}
#menunav {
	background-image: url(/images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	clear: both;
	margin: 0px auto;
	width: 840px;
	}
#menunav h3 {
	color: #FFF;
	font-size: 14px;
	}
#menunav h3 a:link, #menunav h3 a:visited {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	}
#menunav h3 a:hover {
	color: #FF0;
	font-size: 14px;
	text-decoration: underline;
	}	
#nav {
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	clear: both;
	margin: 0px auto;
	width: 840px;
	}
#nav strong {
	color: #FFF;
	margin-right: 25px;
	}	
#pagebody {
	padding: 0px 50px;
	line-height: 25px;
	color: #906;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
#pagebody p {
	text-indent: 20px;
	}
#footer {
	color: #906;
	clear: both;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 134px;
	margin: 0px auto;
	width: 840px;
	}	
#footer_link {
	line-height: 30px;
	color: #906;
	padding-top: 5px;
	}
#footer_link a:link, #footer_link a:visited {
	line-height: 35px;
	color: #906;
	text-decoration: underline;
	padding: 5px 10px;
	}
#footer_link a:hover {
	line-height: 35px;
	color: #906;
	text-decoration: underline;
	padding: 5px 10px;
	}
#footer_link1 {
	line-height: 30px;
	color: #906;
	padding-top: 5px;
	}
#footer_link1 a:link, #footer_link1 a:visited {
	line-height: 35px;
	color: #906;
	text-decoration: underline;
	}
#footer_link1 a:hover {
	line-height: 35px;
	color: #906;
	text-decoration: underline;
	}
	
	
	
	