/* CSS Document */


body
{
margin-top:0;
font-family:Arial, Helvetica, sans-serif;
background-color:white;

}

#header
{
margin-left:0;
background: white url(lynneheader1.jpg) no-repeat center top;
height:135px;
width:832px;
}

td.main
{
padding-right:40px;

}


/*Menubar*/

#menu
{
width:690px;
margin-right:auto;
margin-left:auto;
background:white url(lynneheader2.jpg) top left no-repeat;
font-family: Arial;
font-weight:bold;
font-size:14;
color:black;
text-align:left;
height:32px;
padding-left:179px;
padding-top:8px;
border-bottom:2px;
}

ul.mainmenu
{
margin:0px;
color:black;
list-style-type:none;
text-align:left;
}

li.menu
{
display:inline;
text-align:left;
color:black;
}

a#mainmenu{ 
color:black;
float:left;
width:auto;
text-decoration:none;
font-weight:bold;
padding-right:8px;
padding-left:8px;
}


a#mainmenu:hover{
text-decoration:underline;
color:#CC0000;
}