 body {
    text-align: center;
    background:url(../images/back.jpg) center top repeat-y #156df8;
    font-size:15px;
    color:#707070;
    font-family:arial;
  }
  
  a{color:#e12c12; text-decoration:none;}
  a:hover {text-decoration:underline;}
  
  #wrapper {
    width: 900px;
    text-align: left;
    margin: 0 auto;
  }

  
  #header {
    width: 900px;
    height:194px;
     background:url(../images/header.jpg);
  }

    #navigation{
  	background:url(../images/navigation.jpg);
  	padding-top:150px;
    }
  #middle {
    width: 820px;
    padding: 10px 40px;
    background:#fff;
  }

  #footer {
    width: 900px;
    clear: both;
    background:url(../images/footer.jpg);
    padding-:top:10px;
    min-height:15px;
    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{
  font-weight:bold;
  text-decoration:none;
  }
  #footer a:hover{
  text-decoration:underline;
  }
.formtext {
	font-weight: bold;
} 
#FormBlock td {
	padding: 2px 0;
}   
    /***************************************************************************/
/* WORKING next line submenu CSS:
/***************************************************************************/
#menu {width: 610px; float: right; clear:right; /*position:relative; top:-31px;*/ }
#menu ul {list-style: none; margin: 0; padding: 0;}
#menu li {position: relative; float:left;}
#menu a {display:block; font-weight: bold; color: #000; padding:10px; text-align:center;  height:20px; text-decoration: none; font-size:16px;}
#menu a:hover {color:#1071ff; background: url(../images/navbgover.jpg) left top no-repeat;}

#menu ul ul {background: url(../images/navdroparrow.gif) 40px top no-repeat; position:absolute; width:500px; display:none; }
#menu ul li:hover ul {display:block;}
#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;
 }