body {
       
	font: 12pt   Arial,Verdana, sans-serif;
	color: #333333;
    background: #c2c2ed ;
	margin: 0 ;
	padding: 0;
       text-align:center;
}

#wrapper {
          
      margin: 0 auto;
	  width: 780px;
	  min-height: 600px;
	  background: url(images/bodybg_blue1.png) repeat-y; 
	}

#navbox {
	border-bottom: 2px black solid; 
	margin: 0 25px 0 25px;
	padding: .5px;
	
	}

		
#headerbox {
	margin: 0 0 0 0;
	padding: 0;
	height: auto;
	border: 1px white;
	
	}


#bodybox {
  	margin: 0 25px 0 25px;
	padding: 0;
	height: auto;
	border: 1px black;
	}	
	
#footerbox {
	margin: 0 0 0 0 ;
	padding: 0;
	height: auto;
	border: 1px white;
		}		

.menu:link{
		
		text-decoration: none;
		font-weight: normal;
		font-size:9pt;
		color: #555555 ;
		background: #c2c2ed;
		border-right:  groove 1px black ;
		border-left: groove 1px black ;
		border-top: groove 1px black ;
		
	  }

.menu:visited{
		
		text-decoration: none;
		font-weight:  normal;
		font-size:9pt;
		color:#555555;
		background: #c2c2ed;
		border-right:  groove 1px black ;
		border-left: groove 1px black ;
		border-top: groove 1px black ;
	  }	  
	  
	  
	  
.menu:hover{
		text-decoration:none;
		font-weight: normal;
		font-size:9pt;
		color: #E5E5E5 ;
		background: #6666CC;
		border-right: ridge 1px blue;
        border-top: ridge 1px blue;
		border-bottom: none;
		border-left: ridge 1px blue ;
	  }
  
