body { 
		background: url(grad.jpg) repeat-x left top;
		background-color: #f6e08b;
	}
a {
color: #8b5330; 
text-decoration: none;}
a:visited {
/*color: #8f080f; */
text-decoration: none;}
a:hover {
background: #fdf8cf;
} 

img { border: none; }





#header {
/*position: absolute;*/
width: 975px;
height: 140px;
background: url(header.jpg) no-repeat left top;
margin:35px auto 0px;
}
#flash {
/*position: absolute;*/
width: 975px;
height: 330px;
margin:0 auto;
}
#content {
width: 975px;
height: 400px;
/*background: #FFFFFF;*/
margin:0 auto;
}

#left { 
float: left; 
width: 155px;
height: 200px; 
/*background: #e2e2e2; */
margin-left: 20px; 
margin-bottom: 50px; 
margin-top: 20px;}

#right { margin-bottom: 10px; float: right; width: 750px; padding: 0 10px 10px 30px; margin-top: 15px;}

#footer { font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
	border-top: 1px solid #9f7d4f; 
	padding: 10px 5px; 
	margin-top: 60px;
	}
/*h1 { margin: 0 0 10px; padding: 10px 0 3px; }*/

#right h1 {
font-family: Arial, Helvetica, sans-serif;
color: #685133;
font-size: 26px;
/*font-weight: 100;*/
/*padding: 0 0 0 0px;*/
/*letter-spacing: -1px;*/
/*line-height: 12px;*/
}

#right h2 {
font-family: Arial, Helvetica, sans-serif;
color: #685133;
font-size: 18px;
/*font-weight: 100;*/
/*padding: 0 0 0 0px;*/
/*letter-spacing: -1px;*/
/*line-height: 12px;*/
}

#fs1 {
width: 150px;
height: 150px;
float: left;
margin-right: 35px;
}
#fs2 {
width: 150px;
height: 150px;
float: left;
margin-right: 35px;
}

#i1 {
width: 150px;
height: 150px;
float: left;
margin-right: 35px;
}
#i2 {
width: 150px;
height: 150px;
float: left;
margin-right: 35px;
}

.content {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 16px;
}


#bluemenu {
/*background-color:#eee2bb;*/
float: left;
margin-top: 97px;
margin-left: 300px;
width: 685px;

}

#bluemenu a {
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}

.bluetabs{
/*border-bottom: 1px solid gray;*/
width: 800px;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;

}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #2d2b2b;
/*background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background: #dec67b;
/*border-bottom: 1px solid #778;*/
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background: #dec67b; /*THEME CHANGE HERE*/
border-bottom-color: #778;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background: #dec67b;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fbf093;
border-top: 1px;
}