/* CSS Document */
	
	body {
	background-color:#FFFFFF;
	}
	
	#container{
	margin: 0px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(template_source/nav_800.jpg);
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#header{
		height: 101px;
		background-position: 0 0;
		background-image: url(template_source/header_800.jpg);
		position: relative;
	}
	
		#mainnav{
		height: 24px;
		background-image: url(template_source/nav_800.jpg);
		
		}
	#content{
	background-image: url(template_source/background_1600.jpg);
	}
	
	#floatright{
	float: right;
	padding: 2px;
	border: 1 thin #ffffff;
	}	
	
	

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:14px;
	}	
.p2{
	font-family: Arial, Helvetica, sans-serif;
	color: #323221;
	font-size:14px;
	}
.p3{
	font-family: Arial, Helvetica, sans-serif;
	color: #323221;
	font-size:14px;
	font-weight: bold;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #331D12;
	font-size:28px;
	font-weight: bold;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #331D12;
	font-size:18px;
	font-weight: bold;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;	  	
	color: #331D12;
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
a {	
	text-decoration: underline;
	text-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515137;
}

a:hover {
	text-decoration: underline;
	text-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	}
	
.border{
border: 2px solid #44442D;
}

.chromestyle{
		width: 100%;
		background-image: url(template_source/nav_800.jpg);
}

.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%;
background:center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #D7D9E7;
padding: 1px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #D7D9E7;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: center center repeat-x; /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
color:#990000;
font-size:14px;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #181B19;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #999966;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#666666;
}
	#footer	{
		clear: both;
		margin: auto;
		width: 792px;
		height: 72px;
		background-image: url(template_source/footer_792.jpg);
		text-align: center;
		padding: 0px;
	}
	#basewrapper{
	padding-top: 48px;
	}
div#base{
	float: right;
}
div#base p{
	color: #3C1200;
	font: 10px Arial, Helvetica, sans-serif;
}
div#base a:link {  
	color: #281A02;
	font: 10px Arial, Helvetica, sans-serif;
	}
div#base a:visited { 	
	color: #281A02;
	font: 10px Arial, Helvetica, sans-serif;
	}

div#base a:hover, a:active
{
	color: #5A4538;
	font: 10px Arial, Helvetica, sans-serif;
}
