@charset "utf-8";
/* CSS Document */

body {
	background-color: #323232;
	font-family: Didot, Georgia, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

h3 {
	color: #b26b02;
	font-size: 12px;
}

h2 {
	padding:0px 0px 5px 0px;
	color: #4e8542;
	border-bottom: 1px solid #C0C0C0;
	font-size: 22px;
}

a:link {
	color: #f07f09;
	text-decoration: none;
}
a:visited {
	color: #f07f09;
	text-decoration: none;
}
a:hover {
	color: #680000;
	text-decoration: underline;
}
a:active {
	color: #818181;
	text-decoration: none;
}

.inside {
	padding: 0px 5px 5px 5px;
}

.inside_c {
	padding: 10px;
}

.container {
	margin: 0 auto;
	width: 800px;
	text-align: justify;
	background-color: #e3ded1;
	padding: 8px solid #FFFFFF;
}

.container {
	margin: 0 auto;
	width: 800px;
	text-align: justify;
	background-color: #e3ded1;
	border: 8px solid #FFFFFF;
}

.menu {
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(pics/menu_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	font-weight: bold;
}

.footer {
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	background-color: #FFFFFF;
}

.img_right{
	border: 3px solid #323232;
	float: right;
	margin-left: 5px;
}

.img_left{
	border: 3px solid #323232;
	float: left;
	margin-right: 5px;
	background-color: #323232;
	color: #E3DED1;
	font-size: 9px;
}

.img_center{
	border: 3px solid #323232;
	float: inherit;
	margin: 5px 5px 0px 5px;
}



.chromestyle{
	width: 100%;
	font-family: tahoma;
	font-size: 12px;
	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: 100%;
	background: url(chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chrometheme/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.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: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

