
body {
	padding: 11px 0px 0px 0px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #51503f;
	text-align: center;
	}

HTML {
   overflow: -moz-scrollbars-vertical;
}

/* Header */

#logo {
	width: 970px;
	margin: 0 auto;
	height: 180px;
	border: 0px;
	text-align: left;
}

#header {
	width: 970px;
	margin: 0 auto;
	height: 212px;
	border: 0px;
	text-align: left;
}


/* Menu */

#menu {
	float: left;
	background: #242314;
	width: 970px;
	height: 32px;
}

#menu a {
	margin-right: 12px;
	padding: 6px 6px 7px 6px;
	text-decoration: none;
}

#menu a:hover {
font-size: 13px; 
text-decoration: underline;
font-family: "arial";
color: white;
}

#menu .current_page_item a {
	color: #d13434;
	font-weight: bold;
}

.chromestyle{
width: 970px;
font-weight: normal;
font-size: 13px; 
font-family: "arial";
margin-left: 0px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background-color: #000000;
}

.chromestyle ul{
border: 0px solid #FFFFFF;
width: 100%;
/*background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 10px 0px 0px;
margin: 0px 10px 0px 0px;
font-weight: normal;
font:normal 13px "arial";
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 3px 7px;
margin: 0;
text-decoration: none;
font-weight: bold;
border-right: 0px solid #acdbeb; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #addbeb; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 13px "arial";
line-height:22px;
z-index:100;
background-color: #51503f;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: 180px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 3px 10px 0px 0px;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #62100F;
}


#page {
	width: 970px;
	padding: 0px 0px 0px 0px;
	background: #62100f;
	margin: 0 auto;
}

/* Content */

#content {
	width: 970px;
	padding: 20px 0px 0px 0px;
	float: left;
	background: url(images/content.gif)  repeat-x;
	margin: 0 auto;
}



#mainone {
	float: left;
	width: 240px;
	padding: 0px 0px 0px 0px;


}

#mainone a:hover {
	color: white;
	text-decoration: underline;
}

#mainone .link1 {
font-size: 13px; 
font-weight: normal;
font-family: "Trebuchet MS","arial";
color: #fff9c9;
}

#mainone .link2 {
font-size: 13px; 
font-weight: normal;
font-family: "Trebuchet MS","arial";
color: #white;
}

#mainone h1 {
	margin: 0px 0px 20px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Trebuchet MS","arial";
	color: #ffeb93;
	text-align: left;
}


#mainone h2 {
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS","arial";
	color: #FFFFFF;
	text-align: left;

}


#mainone a {
text-decoration: underline;
color: #FFFFFF;
}

#mainone .link1 {
font-size: 13px; 
text-decoration: underline;
font-family: "Trebuchet MS","arial";
color: #fff9c9;
}

/* maintwo */

#maintwo {
	float: left;
	width: 720px;
	padding: 0px 0px 20px 5px;
	color : red;
}

#maintwo a {
text-decoration: underline;
color: #FFFFFF;
}

#maintwo .link1 {
font-size: 13px; 
text-decoration: underline;
font-weight: bold;
font-family: "Trebuchet MS","arial";
color: #fff9c9;
}


#maintwo h1 {
	padding : 2px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 13pt;
	font-weight: normal;
	font-family: "Trebuchet MS","arial";
	color: #ffffff;
	text-align: left;
	background: url(images/titlebg3.gif)  repeat-x;
	height: 29px;
}

#maintwo h2 {
	margin: 0px 0px 30px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS","arial";
	color: #FFFFFF;
	text-align: left;

}


#maintwo h3 {
	margin: 0px 0px 50px 0px;
	font-size: 9pt;
	font-weight: bold;
	font-family: "Trebuchet MS","arial";
	color: #bde9fa;
	text-align: left;
}


#maintwo h4 {
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS","arial";
	color: #FFFFFF;
	text-align: left;

}

#maintwo h5 {
	padding : 2px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
	font-weight: normal;
	font-family: "Trebuchet MS","arial";
	color: #ffffff;
	text-align: left;

}


#footer {
	width: 970px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background: #51503f url(images/footer.gif)  no-repeat left top;
}
#footer h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: white;
}

#footer h2 {
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	font-family: "arial";
	color: #9f9f9f;
}

#footer .link2 {
font-size: 11px; 
color: #9f9f9f;
}

#footer a {
font-size: 10px; 
color: #9f9f9f;
}


