/* CSS Document */

body{ background-image:url(images/bg.jpg); background-repeat:repeat-x; margin:0px; background-color:#9ddfa2; font-family:Arial; font-size:12px; color:#1f4923;}
.menu_bg{ background-image:url(images/top_menu_bg.jpg); background-repeat:repeat-x; height:45px; font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF; word-spacing:5px;}
.footer_bg{ background-image:url(images/footer_bg.jpg); background-repeat:repeat-x; height:41px; font-family:Arial; font-size:11px; color:#1f4923;}
.left_nav_header{ background-image:url(images/left_nav_header.jpg); background-repeat:repeat-x; height:31px; font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF;}
.page_heading{font-family:Arial; font-size:18px; font-weight:bold; color:#1f4923;}
.page_heading1{font-family:Arial; font-size:22px; font-weight:bold; color:#1f4923;}
.page_heading2{font-family:Arial; font-size:18px; font-weight:bold; color:#b46018;}
.border{ border:solid; border-width:2px; border-color:#FFFFFF;}
.border1{ border:solid; border-width:3px; border-color:#0b6d01;}

a.fmenu:link {font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.fmenu:visited {font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.fmenu:hover {font-family:Arial; font-size:12px; font-weight:bold; color:#63e46f;  text-decoration:none;}
a.fmenu:active { font-family:Arial; font-size:12px; font-weight:bold; color:#63e46f; text-decoration:none;}

a.fmenu1:link {font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.fmenu1:visited {font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.fmenu1:hover {font-family:Arial; font-size:12px; font-weight:bold; color:#63e46f;  text-decoration:none;}
a.fmenu1:active { font-family:Arial; font-size:12px; font-weight:bold; color:#63e46f; text-decoration:none;}

a:link {font-family:Arial; font-size:12px;  color:#b46018; text-decoration:none;}
a:visited {font-family:Arial; font-size:12px;  color:#b46018; text-decoration:none;}
a:hover {font-family:Arial; font-size:12px;  color:#b46018;  text-decoration:underline;}
a:active { font-family:Arial; font-size:12px;  color:#b46018; text-decoration:underline;}

a.more:link {font-family:Arial; font-size:12px;  color:#b46018; text-decoration:none;}
a.more:visited {font-family:Arial; font-size:12px;  color:#b46018; text-decoration:none;}
a.more:hover {font-family:Arial; font-size:12px;  color:#b46018;  text-decoration:underline;}
a.more:active { font-family:Arial; font-size:12px;  color:#b46018; text-decoration:underline;}

a.more1:link {font-family:Arial; font-size:12px;  color:#1f4923; text-decoration:underline;}
a.more1:visited {font-family:Arial; font-size:12px;  color:#1f4923; text-decoration:underline;}
a.more1:hover {font-family:Arial; font-size:12px;  color:#1f4923;  text-decoration:none;}
a.more1:active { font-family:Arial; font-size:12px;  color:#1f4923; text-decoration:none;}

/*left menu   */

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}