@charset "utf-8";
/* CSS Document */

html, body {
	overflow-x:hidden;
}

body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

h1 {
	font-size:14px;
	text-transform:uppercase;
	margin:5px 0 0;
}

h2 {
	font-size:15px;
}

#container {
	width:974px;
}

#title {
	background:#FFFFFF;
	color:#000000;
	padding-right:10px;
	height:53px;
	font-size:11px;
	font-weight:bold;
}
#title a {
	color:#000000;
	text-decoration:none;
}
#title a:hover {
	color:#717276;
}

#footer {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin-top:20px;
	padding-right:175px;
}

#content {
	padding:1px 5px 0 4px;
}



.chromestyle{
	background:#FFFFFF;
	height:21px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
width: 99%;
font-weight: bold;
}

.chromestyle img {
	margin-top:4px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 10px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 10px;
margin: 0;
text-decoration: none;
	text-transform:uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#717276;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:-2px;
border: 1px solid #fff;
border-top:none;
background:#717276;
z-index:100;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 3px 12px 3px 8px;
text-decoration: none;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
color:#000;
}



.required {
	color:red;
}


.frame {
	border:1px solid #000;
	background:#fff;
	padding:5px;
}