/* CSS Document */

<!--
body {
	background-color: #000;
}
body, table, td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
#rightcontain {
	position: relative;
	height: 620px;
	
}
#bodycontent {
	padding-left: 28px; 
	padding-top: 6px; 
	padding-right: 22px;
	padding-bottom: 50px;
}
#header {
	position: absolute;
	left: 28px;
	bottom: 10px;
}
.headerwhite {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.bodycopyblack, .bodycopyblack a, .bodycopyblack a:hover, .bodycopyblack a:link, .bodycopyblack a:visited, .bodycopyblack a:active {
	color: #000;
}
.bodycopyyellow {
	font-size: 13px;
	color: #ebbf48;
	font-weight: bold;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 1.5em;
}
ul li {
	padding: 0px;
	margin: 0px;
}
b { font-size: 12px; }

#nav {
	padding: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#nav li {
	color: #FFFFFF;
	border-bottom: 1px solid #bc993a;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 12px;
	line-height: 14px;	
}
#nav li a {
	text-decoration: none;
}
#nav li.on, #nav li.on a, #nav li.on a:link,  #nav li.on a:hover, #nav li.on a:visited, #nav li.on a:active {
	color: #bc993a;
	font-weight:bold;
	text-decoration: none;
}

#nav .last {
	border-bottom: 0px;
}
label {
	display: block;
	color: #000000;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom:1px;
}
input, select, textarea {
	background: url(../images/form_bg.gif) top repeat-x;
	font-size: 11px;
	color: #000000;
	border: 1px solid #C5C5C5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1px;
	}
.submitbutton {
	/*background: url(../images/b-submit.gif) no-repeat left top;*/
	background: none;
	border: 0px;
	padding-top: 4px;
	padding-right: 7px;
}
-->

