body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #CC9900;
}
a:visited {
	color: #666666;
}

#banner {
	margin: 1em;
	width:93%;
}

#body {
	background-color: #FFFFFF;
	width: 93%;
	right: 2%;
	padding: 0px;
	border: thin groove;
	overflow: visible;
	visibility: visible;
	background-repeat: repeat;
	background-attachment: fixed;
	height: auto;
	vertical-align: top;
}

#content {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 181px;
	
}
#bodytable {
	border: groove;
	height: auto;
}

.headings {
	color: #CC9900;
	}

#subnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	width: 20%;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #F7F7F7;
	height: auto;
	border: #000000;
	margin: 0px;
	vertical-align: top;
}

#subnavigation a:link, #subnavigation a:visited {
	text-decoration: none;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #000000;
	height: auto;
}

#subnavigation a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CC9900;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	height: auto;
}

html>body .content {height: auto;}
#subnavigation h3 {
	color: #CC9900;
}
.hometable {
	width: 100%;
}
.watermark {
	filter: FlipH;
}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style5 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style13 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

}
.style8 {font-size: 12px}
#dropmenudiv{
position:absolute;
height: auto;
background-color: #CCCCCC;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
height: auto;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CC9900;
height: auto;
