/* "auto" makes the left and right margins center the wrapper */
body 
{ 
 margin: 0; 
 padding: 0; 
 text-align: center; 
} 

#wrap 
{ 
 margin: 0 auto; 
 padding: 0; 
 width: 790px; 
 text-align: left; 
} 

A.menulink {
height: 16px;
display: block;
width: 146px;
text-align: left;
text-decoration: none;
font-family: arial, helvetica;
font-size: 80%;
font-weight: bold;
color: #333366;
}

A.menulink:hover {
height: 16px;
display: block;
border: solid 1px #336699;
background-color:#d6e7f7;
}

#menutitle {
height: 16px;
display: block;
width: 146px;
text-align: left;
text-decoration: none;
font-family: arial, helvetica;
font-size: 80%;
font-weight: bold;
color: #333366;
border: solid 1px #336699;
background-color: #DBE7F7;
}

A.menuhlink {
height: 18px;
display: block;
text-align: center;
text-decoration: none;
font-family: arial, helvetica;
font-size: 80%;
font-weight: bold;
color: #FFFFFF;
}

A.menuhlink:hover {
color: #FFCC33;
font-style:italic;
}

#menuhtitle {
height: 18px;
display: block;
text-align: center;
text-decoration: none;
font-family: arial, helvetica;
font-size: 80%;
font-weight: bold;
color: #FFCC33;
}

