html , body{
	background: #530012;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html { min-height: 100%; margin-bottom: 1px; }

h1 { color: #eee1c5; font-size: 16pt; font-weight: normal; margin: 0.67em 0 }
h2 { color: #eee1c5; font-size: 14pt; font-weight: normal; margin: 0.83em 0 }
a { color: #eee1c5; font-size: 10pt; text-decoration: underline }
a:hover { color: #fff }
p { color: #fff; font-size: 10pt }

.chromestyle{
	width: 91%;
	font-weight: bold;
}

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

.chromestyle ul{
	width: 95%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 0px 10px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #510613;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #063;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #530012;
}
.content {
	padding: 25px;
}
.rest {
	background: #eee1c5;
	padding: 25px;
	min-height: 300px;
}
.rest h1 , .rest p  {
	color: #000;
	margin: 0px 0px 15px;
	padding: 0px;
}
.rest p {
	font-size: 12px;
}
.rest a {
	color: #510613;
}
