body {
    text-align: center;
    background-color:#5b8600;
    padding-top:20px;
    font-size:14px;
    color:#607609;
    font-family:'Franklin Gothic Book', arial, helvetica,sans-serif;
  }
  
  #wrapper {
    width: 950px;
    background:#91b305;
    border:3px solid #fff;
    text-align: left;
    margin: 0 auto;
  }

  .floatRight {float:right; margin:0px 0px 20px 20px;}
  
  #header {
    width: 950px;
    height:580px;
     background:url(../images/header.jpg);
  }
    #navigation{
  	padding-top: 430px;
  	height:20px;
  }
  #middle {
    width: 930px;
    float: left;
    padding: 0 10px;
  }
  #left {width:170px; float:left; color:#fff; font-size:15px;}
  #left ul {padding:0px; margin:0px;}
  #left li {list-style:none; padding:0px; margin:0px;}
  #left a {color:#fff; font-size:18px; text-decoration:none;}
  #left a:hover {color:#993300;}
  #left h2 {font-size:17px; color:#000;}
  
  #content {background:#fff; width:705px; padding:10px; float:right; margin-top:-100px; min-height: 940px; }

  #footer {
    width: 950px;
    clear: both;
    background:#7a7a7c;
    padding:10px 0px;
    text-align:center;
    font-size:11px;
    color:#FFF;
  }
 #footerSeoText {
	text-align: center;
	font-size: 10px;
	color: #999999;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
} 
    #footer a:link, #footer a:visited{
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
  }
  #footer a:hover{
  text-decoration:underline;
  }
#left .topmodule, #left .bottommodule {
	width: 190px;
}
#left .topmodule {
	margin-bottom: 20px;
}
#left .bottommodule p {
	text-align: justify;
}
#left .bottommodule h2 {
	text-align: center;
	color: #993300;
}

#left .bottommodule form {
	text-align: center;
}
#left .bottommodule form input{
	margin-bottom: 10px;
	text-align: center;
	color: #993300;
}
    /***************************************************************************/
/* WORKING next line submenu CSS:
/***************************************************************************/
#menu { }
#menu ul {list-style: none; margin: 0; padding: 0; float: right; margin-top:20px;}
#menu li {position: relative; float:left; margin-right:5px; border-right:2px solid #fff;}
#menu a {display:block;  color: #fff; padding:0px 6px; text-align:center;  text-decoration: none; font-size:15px;}
#menu a:hover {color:#993300; }
#menu li.Last { border-right:0; }

#menu ul ul {background: url(../images/navdroparrow.gif) 40px top no-repeat; position:absolute; width:500px; display:none; }
#menu ul li:hover ul {}
#menu ul ul li { float:left; padding-top:12px; margin:0px;}
#menu ul ul li a {background:none; color:#075820; font-size:13px; font-weight:bold; border-left: 1px solid #075820; padding:0px 10px; text-align:left; height:17px; width:auto;}
#menu ul ul li a.First{border-left:0;} 
#menu ul ul li a:hover {background:none; color:#032f16;}


/***************************************************************************/
/* Simple menu:
/***************************************************************************/
#memberMenu {border-bottom:1px solid #075820; border-top:1px solid #075820;}
#memberMenu ul {list-style: none;margin: 0;padding: 0;}
#memberMenu li { width: 100%; border-bottom:1px solid #D6B728; padding:7px 0px; }
#memberMenu a{background:url(../images/side-list-item-bg.jpg) 5px top no-repeat; padding-left:40px; color:#000;}
#memberMenu a:hover {color:#FECD09;}



/***************************************************************************/
/* WORKING Vertical CSS:
/***************************************************************************/
#Vmenu {}
#Vmenu h2 {color: #333;font-size:15px;margin-bottom:10px;padding-bottom:0px;margin-top:5px;border-bottom: 1px dotted #333;}
#Vmenu ul {list-style: none;margin: 0;padding: 0;}
#Vmenu li {position: relative; }
#Vmenu a{display: block;margin: 0;padding-top:2px;padding-bottom:3px;margin-left:0px;padding-left:3px;text-decoration: none;color:#333;font-size:14px;font-weight:bold;}
#Vmenu a:hover {color: #a00;}

/*First Level of links */
#Vmenu ul ul {padding-top:2px;padding-bottom:3px;}
#Vmenu ul ul li {float: left; width: 100%; border-bottom:1px solid #D6B728;}
#Vmenu ul ul li a {background:url(../images/side-list-item-bg.jpg) left top no-repeat; padding-left:40px; }
#Vmenu ul ul li a:hover{color:#FECD09;}

/*Second level of links */
#Vmenu ul ul ul {position: absolute;top: 0;left: 100%;width:100%;}
#Vmenu ul ul ul li a{color:#fff;width:200px;background:#222;padding-left:5px;border-bottom: 1px dotted #ffffff;}
#Vmenu ul ul ul li a:hover{background:none #414141;}
	
/*dont display second level --->*/
#Vmenu ul ul ul, #Vmenu ul ul li:hover ul ul
{display: none;}

/*<---- Until this hover condition is met */
#Vmenu ul ul li:hover ul, #Vmenu ul ul ul li:hover ul
{display: block;}
 #FormBlock td {
 	padding: 2px 0;
 }
 #FormBlock .formtext {
 	font-weight: bold;
 }