/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
}
* {
	float: none;
	margin: 0px;
	padding: 0px;
}
/* IE 5.5/6 png transparency */
.png {
	behavior: url(/scripts/iepngfix.htc);
}
body,td,th {
	font-family: Garamound, Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #526166;
	line-height: 1.5em;
}
form {
	margin: 0px;
	padding: 0px;
}
form td, form th {
	padding-bottom: 7px;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
p {
	padding-bottom: 15px;
}
ul,ol {
    margin-left:1.5em;
    padding:0;
}
blockquote {
	padding-left:20px;
}
li {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.radio, .checkbox {
	border: none;
}
a, a:link, a:visited, a:active {
	color: #b58306;
	text-decoration: none;
	position:relative;
	z-index: 1;
}
a:hover {
	text-decoration: underline;
}
.newsitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
#container {
	width: 929px;
	z-index:0;
	position: relative;
}
#containerbg {
	padding-top: 50px;
	display:block;
	width: 929px;
	background: url(../images/bg-main.png);
	/* ieWin only stuff */
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/bg-main.png');
}
#nav {
	position: absolute;
	top: 24px;
	left: 9px;
	z-index: 20;
	width: 912px;
	border-bottom: 3px solid #eca800;
	display:block;
}
#nav img, #nav table, #nav td {
	border: 0px;
	z-index: 2;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	display:block;
	position:relative;
	z-index: 20;
}
#nav a.on {
	z-index: 20;
	background: url(../images/nav-arrowon.gif) center top no-repeat;
}
#logo {
	position: absolute;
	left:9px;
	z-index: 1000;
	background: none;
}
#maincontent {
	text-align: left;
	padding-top: 70px;
	width: 820px;
}
h1 {
	font-family: Garamound, Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 150%;
}
#menuboard {
	position:absolute;
	left: 17px;
	top: 260px;
	background:url(../images/menu-board.jpg); 
	padding-top:50px; 
	width:895px; 
	height:73px; 
	display:block;
	z-index: 5;
}
#menuboard .menuoption {
	font-size: 18px;
	color: #FFFFFF;
}
#menuboard .menuoption.on {
	font-size: 18px;
	color: #da9425;
	z-index: 2;
}
#footer {
	width: 895px;
	border-top: 1px solid #cfceca;
	padding-top:15px;
	margin-top:15px;
	text-align:left;
}
#footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active  {
	text-decoration:none;
	color: #eca800;
}
#footer a:hover {
	text-decoration: underline;
}