body 
    { 
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #cccccc;
    background-color: #000000;
		background: url(/img/asphalt_black_bg.png) repeat; 
} 

#centerbold { text-align:center; font-weight: bold; }

/*
#wrapper 
    {  
    width:980px;  
    text-align:left;   
    margin-left:auto;  
    margin-right:auto;  
    background-color: #ffffff; 
} */

#info {
	padding: 10px; 
}	

hr {
  border: 0;
  width: 90%;
	color: #cccccc;
  background-color: #cccccc;
}

.cmwclogo {
font-family: verdana,Arial;
font-size:7pt;
text-align: right;
position:relative; 
z-index:1; 
left:-60px; 
color:#cccccc
}
a.green:link {color: #009900; background: #000000; font-weight: bold;}
a.green:active {color: #009900; background: #000000; font-weight: bold;}
a.green:visited {color: #009900; background: #000000; font-weight: bold;}
a.green:hover {color: #99FF66; background: #000000; font-weight: bolder;}

/*       Vertical Menu       */

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align: left;
}
#menu {
	width: 200px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	border-width: 1px;
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #cccccc;
	display: block;
	background: url(img/v4.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FF0000;
	background: url(img/v4.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #ffff00;
	background: url(img/v4.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}