body {
	background-image: url(graphics/bg.gif);
	margin: 25px;
}
#header {
	background-attachment: scroll;
	background-color: #668C99;
	background-image: url(graphics/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#leftcolumn {
	background-color: #999999;
	height: 100%;
	width: 106px;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#rightcolumn {
	background-color: #999999;
	height: 100%;
	width: 106px;
	border-left: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(graphics/rightflash.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(graphics/content-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 100%;
	width: 100%;
	background-position: 0px 69px;
}
.textmargins {
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: justify;
}
#nav {
	float: none;
	list-style: none outside;
	width: 106px;
	padding: 0;
	margin: 0;
	color: #ffc;
	font: normal 10px geneva, verdana, sans-serif;
	text-align: center;
	background-image: url(graphics/navbg.gif);
	background-repeat: no-repeat;
	}

#nav li {
	display: block;
	font: normal 10px geneva, verdana, sans-serif;
	text-align: center;
	}

#nav li a {
	display: block;
	margin: 0;
	background: url(graphics/spacer.gif) no-repeat scroll;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial, Helvetica, sans-serif
	}

#nav li a:hover {
	background: #333333;
	}

#nav li a:active {
	background: #CCCCCC;
	}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;


}
.bodytextsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
	font-weight: bold;


}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E3C3C;
	font-weight: bold;

}
