body {
	margin: 0px;
	background-color: #666666;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}

.chromestyle {
	width: 786px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	/*border: 1px solid #BBB;*/
	width: 100%;
	/*background: url(images/mainmenubg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active {
	/*color: #494949;*/
	color: #fff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover {
	/*color: #FCE08D;*/
	color: #9C0429;
	/*background: url(images/mainmenubg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	/*content: " v";*/
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 2px solid #3C332E; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:14px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #3C332E; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000033;
	background-color: #fc7904;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #F0F0F0;*/
	color: #9C0429;
	text-decoration: none;
}

div.toptext {
	color: #F1E6D4;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
}

div.bottomtext {
	color: #F1E6D4;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

div.copyright {
	color: #FFF;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial;
}

div.title {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

div.subtitle {
	color: #ffffff;
	font-size: 13px;
	margin: 0px;
}

div.content {
	color: #FFF;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

div.error {
	color: #FF0000;
	font-size: 12px;
	text-align: center;
}

p.title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	font-family: Verdana;
}

span.disabled {
	color: #C0B9AA;
	font-size: 10px;
}

a.bottommenu , a.bottommenu:visited, a.bottommenu:active {
	color: #F1E6D4;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.bottommenu:hover {
	color: #F1E6D4;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

a.copyright , a.copyright:visited, a.copyright:active {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial;
}

a.copyright:hover {
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
	font-family: Arial;
}

a.black , a.black:visited, a.black:active {
	color: #FFF;
	text-decoration: none;
}

a.black:hover {
	color: #FFF;
	text-decoration: underline;
}

a.news_archive , a.news_archive:visited, a.news_archive:active {
	color: #ffff00;
	text-decoration: none;
}

a.news_archive:hover {
	color: #ffff00;
	text-decoration: underline;
}

a, a:visited, a:active {
	color: #fc7904;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}

input {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	background-color: #000099;
	border: 1px solid #FFF;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	background-color: #000099;
	border: 0px solid #FFF;
}

select {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	background-color: #000099;
	border: 0px solid #FFF;
}

ul li {
	margin-bottom: 5px;
}