/* headstyle - header style sheet */
h1 {color: white; text-align: center}
body {background-color: wheat}
/* topline menu */
table.menu
{
width:904px;
border:0;
cellpadding:0;
cellspacing:0;
margin-top:4px;
background-color:AliceBlue;
border-bottom:2px solid black;
border-left:2px solid black
}
td.headerleft
{
font-family:times;
color:DarkBlue;
font-size:30px
}
td.headerright
{
width:203px;
valign:middle; 
height:50px;
text-align:left
}
image.header
{
float:right;
margin-top:6px; 
margin-right:10px;
border:0;
height:200px;
width:200px;
}
ul.menu
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.menu
{
float:left;
width:80%;
text-decoration:none;
color:white;
background-color:DarkRed;
padding:0.9em 0.6em;
border-right:1px solid white;
}

a:hover {background-color:#ff3300}
li.menu {display:inline}






