html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win  */
html>body, html>body #contents {
	height: auto;
}
/* Without this, Moz1.0 adds a vertical scrollbar */
body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bodyBack.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 18px;
	top: 0px;
	left: 0px;
	width: 100%;
}
#address{
	position: absolute;
	top: 245px;
	width: 135px;
	font-size: 11px;
	line-height: 18px;
	color: #2D2E2B;
	text-align: right;
}
#contents {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px auto 0px -347px;
	background-color: #FFFFFF;
	width: 694px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 20px;
	font-size: 11px;
	width: 674px;
	text-align: right;
	clear: both;
	line-height: 16px;
	background-color: transparent;
	border-top: 5px solid #515151;
	margin-left: 10px;
	margin-bottom: 0px;
}
#main {
	margin-bottom: 30px;
	height: auto;
	position: relative;
}
#mainnav{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 141px;
	top: 109px;
	width: 100%;
}
#contentcolumn{
	background-color: transparent;
	margin-left: 140px;
	margin-top: 140px;
	width: 544px;
}

#header{
	background-color: #E8E8E8;
	width: 674px;
	height: 103px;
	font-size: 0px;
	margin-top: 10px;
	position: absolute;
	margin-left: 10px;
	background-image: url(../img/headerback.gif);
}
a img{
	border: 0px none;
}
td{
	font-size: 12px;
	line-height: 22px;
}
hr{
	border: 1px solid #000000;
	color: #000000;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
}
li{
	line-height: 14px;
	list-style-position: outside;
	margin: 5px 0px 5px 30px;
}
ul{
	list-style-position: outside;
	margin: 4px 0px 8px 0px;
	padding: 0px;
}
h1{
	font-size: 11px;
	margin-bottom: 5px;
	color: #3C3C3C;
}
h2{
	font-size: 13px;
	margin-bottom: 5px;
	color: #828282;
	letter-spacing: 1px;
}
.bold{
	font-weight: bold;
}
.border1{
	border: 1px solid #383838;
}
.captioned{
	text-align: center;
	font-weight: bold;
}
.captioned img{
	margin-bottom: 10px;
}
.centertext{
	text-align: center;
}
.floatleft{
	color: #333333;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 15px 10px 0px;
	position: relative;
}
.floatright{
	color: #333333;
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0px 10px 15px;
}
.indent{
	margin: 5px 5px 5px 15px;
}
.sitecredit{
	color: #D6D6D6;
	font-size: 10px;
}
a.sitecredit:hover{
	color: #515151;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #F3602A;
	text-decoration: underline;
}

/*menu stuff below*/
#nav {
	list-style: none;
}
#nav ul { 
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	position:absolute;
}
#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	float: left;
}
#nav a {
	text-decoration:none; 
	display:block;
	padding: 0px 15px 0px 15px;  
	margin:0px; /*helps Opera with hover */
	height: auto;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #515151;
	border-left: 1px solid #FFFFFF;
}
#nav ul a {
	text-decoration:none; 
	display:block;
	padding: 0px 10px 0px 10px;  
	margin:0px; /*helps Opera with hover */
	height: auto;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	border-top: 1px solid #747474;
	border-left: 1px solid #747474;
	border-bottom: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	background-color: #515151;
}
#nav a:hover{
	background-color: #F3602A; 
	color: #FFFFFF;
}
#nav ul a:hover{
	background-color: #F3602A; 
	color: #FFFFFF;
}
#nav ul, #nav ul ul, #nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:116px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li{
	float:left;
}/* end holly hack */
