body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: #cab364;
}

a { color: #bc4120; text-decoration: underline;}
a:hover { color: #bc4120; text-decoration: none;}

A.sys:link {
	COLOR: #696248; TEXT-DECORATION: underline;
}
A.sys:visited {
	COLOR: #696248; TEXT-DECORATION: underline;
}
A.sys:active {
	COLOR: #696248; TEXT-DECORATION: underline;
}
A.sys:hover {
	COLOR: #696248; TEXT-DECORATION: none;
}

.table_main {
	background: url(../images/bg.gif) top center repeat-y;
}

.menu {
	height: 20px;
	vertical-align: middle; 
	padding-left: 10px;
	background: #f2ecd2;
	border-top: 1px solid #534d32;
	border-bottom: 1px solid #534d32;
}

a.menu-link, a.menu-link:visited {
	background: #f2ecd2; 
	height:	20px;
	line-height: 20px;
	padding-left: 7px; 
	padding-right: 14px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #bc4120; 
	text-decoration: none; 
	font-weight: bold;
	text-transform: uppercase;
}

a.menu-link:hover { 
	background: #c4c0ae;
	color: #ffffff;
}

.content {
	margin: 0px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#625d47;
	padding: 10px 10px 10px 10px;
}

.content_head {
	margin: 0px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font weight: bold;
	font-style: normal;
	color:#bc4120;
	padding: 10px 10px 10px 10px;
	background: #fcfae1;
}

.con_td {
	margin: 0px auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color:#323026;
	text-align: center;
	padding: 5px 0px;
	background: #fcf9d0;
}

.footer {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #7e7b69; 
	font-weight: normal;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	background: #f2ecd2;
	border-top: 3px solid #7e7964;
}

.img {
	padding: 5px 5px 0px 0px;
}



.chromestyle {
width: 100%;
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: #f2ecd2;
padding: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	height:	20px;
	line-height: 20px;
	padding-left: 7px; 
	padding-right: 14px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #bc4120; 
	text-decoration: none; 
	font-weight: bold;
	text-transform: uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #c4c0ae;
	color: #ffffff; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-family: Verdana, Helvetica, sans-serif; 
font-size: 13px; 
color: #bc4120; 
text-decoration: none; 
font-weight: bold;
text-transform: uppercase;
line-height:20px;
z-index:100;
background-color: #f2ecd2;
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: #bc4120;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #c4c0ae;
color: #ffffff;
}

