/*menu stuff below*/
a{
	color: #000000;
	text-decoration: none;
}
a img{
	border: 0px none;
}
a:hover{
	color: #BCBCBC;
}
/* Without this, Moz1.0 adds a vertical scrollbar */
body {
	background-color: #ffffce;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	text-align: center;
}
h1{
	font-size: 10.5pt;
	margin-bottom: 5px;
}
h2{
	font-size: 14px;
	margin-bottom: 5px;
}
hr{
	border: 1px solid #000000;
	color: #000000;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}

input, textarea, select, option{
	border: 1px solid #424242;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	padding: 2px 8px 3px 5px;
}
td{
}
.alert{
	color: #BF0F0F;
	font-weight: bold;
}
.altrow{
	background-color: #f8f8f8;
}
.bold{
	font-weight: bold;
}
.border1{
	border: 1px solid #000000;
}
.centertext{
	text-align: center;
}
.copyright{
	color: #BCBCBC;
	text-decoration: none;
}
.error{
	color: #8B0000;
}
.floatleft{
	color: #424242;
	float: left;
	margin: 5px 15px 10px 0px;
}
.floatright{
	color: #424242;
	float: right;
	margin: 5px 0px 10px 15px;
}
.indent{
	margin: 5px 5px 5px 15px;
}
/* mneu item styles below*/
.primenav{
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
}
.submitbutton{
	background-color: #424242;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	letter-spacing: 1px;
	line-height: 17px;
	vertical-align: middle;
}
.submitbuttonhover{
	background-color: #424242;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	letter-spacing: 1px;
	line-height: 17px;
	vertical-align: middle;
}

#contentcolumn{
	margin: 20px 10px 10px 175px;
	width: 700px;
}
#contentcolumn a{
	color: #424242;
	text-decoration: underline;
}
#contents {
	margin: 10px auto 10px auto;
	text-align: left;
	width: 900px;
	border: 1px solid #000000;
	background-color: #fffff0;
	background-image: url(../img/content_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footer {
	background-color: #778899;
	border-top: 2px solid #2F0E00;
	clear: both;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
}
#address {
	background-color: #778899;
	border-bottom: 1px solid #2F0E00;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
#header{
	background-color: #778899;
	border-bottom: 2px solid #2F0E00;
	color: #FFFFFF;
	font-size: 20px;
	height: 100px;
	width: 100%;
}
#main {
	height: auto;
	margin-bottom: 30px;
}
#menucolumn{
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 19px;
	line-height: 18px;
	margin-top: 20px;
	width: 161px;
}
#nav{
	list-style: none;
	width: 160px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#nav ul { 
	list-style: none;
	z-index:99;
	overflow:visible;
	position:absolute;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 0px;
}
#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin: 0px;
	padding: 0px;
}
#nav a {
	text-decoration:none; 
	display:block;
	margin:0px; /*helps Opera with hover */
	width: 150px;  /*helps IE with hover */
	height: auto;
	padding: 2px 0px 2px 10px;
}
#nav ul a {
	text-decoration:none; 
	display:block;
	margin:0px; /*helps Opera with hover */
	width:155px;  /*helps IE with hover */
	height: auto;
	padding: 2px 0px 2px 5px;
}
#nav a:hover{
	background-color: #FFF4EC;
	color: #000000;
}
#nav ul, #nav ul ul, #nav ul ul ul{  /*flyouts*/
	display:none; 
	position: absolute; 
	top:0px; 
	left:160px;
	width:160px;
}
#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 */