/* General Page Controls */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 200px 100px;
	background-image: url(contentboxbg.jpg);
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D17000;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #D17000;
}
}

/* Top Banner Layer Controls */
#BannerLayer {
	position:absolute;
	left:auto;
	top:auto;
	width:780px;
	height:145px;
	z-index:1;
	right: auto;
}

/* Menu Layer Controls */
#MenuLayer {
	position:absolute;
	left:-1px;
	top:145px;
	width:200px;
	height:auto;
	z-index:2;
	background-image: url(orange.gif);
}
#cssmenu a, #cssmenu a:link, #cssmenu a:link, #cssmenu a:active, #cssmenu a:visited {
	width: 193px;
	text-align: left;
	padding: 2px;
	margin: 1px;
	display: block;
	text-decoration: none;
	text-align: left;
	background-image: url(menuoff.jpg);
	color: #000000;
	text-indent: 4px;
}
#cssmenu a:hover {
	width: 193px;
	background-color: ba6b14;
	text-align: left;
	padding: 2px;
	margin: 1px;
	display: block;
	text-decoration: none;
	text-align: left;
	background-image: url(menuon.jpg);
}
.MenuTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Content Layer Controls */
#ContentLayer {
	position:absolute;
	left:215px;
	top:115px;
	width:600px;
	height:auto;
	z-index:3;
	overflow: visible;
	padding: 10px;
}
.ContentHeader {
	font-size: 24px;
	font-weight: bold;
	color: #EC8C1E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.LegalDisclaimer {
	font-size: 9px;
	color: #666666;
}
