body {
 background-image:url(bkg.jpg);
 background-repeat:repeat-x;
 float:left;
 background-color : #E0E0E0;
 margin:10px;
 color: #000000;
 font-size:12px;
 font-family: Arial, Helvetica, sans-serif;
}

a:link {
 color: #0099CC;
}
a:visited {
 color: #0099CC;
}
a:hover {
 color: #FF0000;
}
a:active {
 color: #0099CC;
}

#outer {
 width:1000px;
 margin:auto;
 }

ul {
 margin:0;
 padding:0;
 }

#hdr {
 height:290px;
 background:#EEEEEE;
 }
 
#bblo {
 background: #ffffff;
 color: #000000;
 width:1000px;
 }

#cont {
 width:765px;
 margin-right:15px;
 background:#ffffff;
 color: #000000;
 text-align:left;
 }

#ftr {
 height:25px;
 background: #0086B3;
 color: #ffffff;
 margin:0;
 }

#menu {
	width: 190px;
	margin: 0px;
	float: left;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(../gfx/menu.gif);
	padding: 8px 0 0 20px;
}
	
#menu li a:hover {
	color: #FFF;
	background:  url(../gfx/menu.gif) 0 -32px;
	padding: 8px 0 0 20px;

}
#menu ul {
	list-style: none;
	margin: 5;
}

a.afooter:link {
    color:#ffffff;
    text-decoration: underline;
    font-weight: normal;
}
a.afooter:visited {
    color:#ffffff;
    text-decoration: underline;
    font-weight: normal;
}
a.afooter:active {
    color:#ffffff;
    text-decoration: underline;
    font-weight: normal;
}
a.afooter:hover {
    color:#EEEEEE;
    text-decoration: underline;
    font-weight: normal;
}