/* body */	
BODY  {
	font-family:verdana, san-serif;
	font-size: 12px;
	margin: 0px;
	color: #58585A;
	background-color: #BCC8A1;
}

/* links */	
A  {color: #566C11;text-decoration : none; font-weight:bold;}
A:Visited  {color: #566C11;text-decoration : none; font-weight:bold;}
A:Active  {color: #566C11;text-decoration : none; font-weight:bold;}
A:Hover  {color: #6A2C1D;text-decoration: underline; font-weight:bold;}

/* footer links */	
a.foot  {color: #6B291B;text-decoration : none;}
a.foot:Visited  {color: #6B291B;text-decoration : none;}
a.foot:Active  {color: #6B291B;text-decoration : none;}
a.foot:Hover  {color: #566C11;text-decoration: underline;}

/* text */
.bodytext {font-size: 12px; }
.plaintext {font-size: 11px;}
.whitetext {color: #ffffff; font-size: 10px;}
.foottext {font-size: 10px; color:#6B291B; font-weight:bold;}

/* headlines */
.smallhead {font-size: 11px; font-weight: bold; color: #566C11}
.largehead {font-size: 28px; color : #566C11; }
.midhead {font-size: 16px; color : #566C11; font-weight:bold; }

/* content stage*/
.content_table {font-size: 12px; background: #FFFFFF; padding:20px; padding-right:35px; padding-bottom:50px;}

/* right menu*/
.right_table {font-size: 12px; color:#58585A; background: #E8EBDC; padding:15px}
a.right:link {text-decoration: none; color:#58585A; font-weight: normal;}
a.right:visited { font-weight: normal; text-decoration : none; color:#58585A;}
a.right:active {font-weight: normal; text-decoration : none; color:#58585A;}
a.right:hover {font-weight: bold; text-decoration: none; color:#6A2C1D;}

/* main menu*/
.nav {font-size: 12px;}
.nav a:link {text-decoration: none; color:#566C11; font-weight: bold;display:block}
.nav a:visited { font-weight: bold; text-decoration : none; color:#566c11;display:block;}
.nav a:active {font-weight: bold; text-decoration : none; color:#566c11;display:block;}
.nav a:hover {font-weight: bold; text-decoration: none; color:#6A2C1D;background-image:url(../images/colon.gif);background-repeat:no-repeat; background-position:bottom left;display:block;}
.cantsee{color:#bcc8a1;}

.cantseewhite  {visibility:hidden;}


/*thumb_pic */
.thumb_pic {border-right: 20px solid #FFFFFF; border-bottom: 5px solid #FFFFFF;}

/* homepage table*/
.homepage_table {border-bottom: 1px solid #FFFFFF; font-weight: bold; border-top: 1px solid #FFFFFF; font-size: 14px; color: #FFFFFF; padding:0px;}

input.gobtn {
	background-color: #CCCCCC; 
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFFF;
	padding: 1px;
}

#dhtmltooltip{
position: absolute;
width: 400px;
border: 1px solid #6A2C1D;
padding: 5px;
background-color: white;
visibility: hidden;
z-index: 100;
}


#dropmenudiv{
position:absolute;
border:0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
padding-top:10px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border: 0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: none;
background-image:url(../images/colon.gif);background-repeat:no-repeat; background-position:bottom left;
}
