body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666633;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	background-image: url(images/NavOff_10.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.leftnav {
	margin: 0px;
	padding: 0px;
	width: 230px;
	background-image: url(images/NavOff_10.gif);
	background-repeat: repeat-y;
}
.rightcontent {
	background-image: url(images/bgLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc9900;
	margin-right: 300px;
}
.bodycopy {
	margin-right: 300px;
}
.copyright {
	font-size: 11px;
}

a:link, a:visited {
	color: #f0b30f;
	text-decoration: none;
}
a:active, a:hover {
	color: #fece4d;
	text-decoration: underline;
}