body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #1c1c1c;
	background-attachment: scroll;
	background-image: url(images/SiteDesignBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #183d93;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
a:visited {
	color: #183d93;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
a:hover {
	font-weight: bold;
	color:#FFFFFF;
	decoration:none;
	border-left: 2px inset #ceb072;
	border-bottom: 2px inset #ceb072;
	background-color:#2a4c9c;
	font-variant: small-caps;
}

a:active {
	font-weight: bold;
	color:#FFFFFF;
	decoration:none;
	border-left: 2px inset #ceb072;
	border-bottom: 2px inset #ceb072;
	background-color:#2a4c9c;
	font-variant: small-caps;
}
#content {
	position: absolute;
	left: 260px;
	top: 162px;
}
.navtable p {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
#nav{
	position: absolute;
	height: 460px;
	width: 200px;
	top: 160px;
	left: 45px;

}
.red {
color:#CC0000;
}

