p {color:white; font-family:Arial; font-size: 100%; font-weight: normal}

body
{
text-align: center
}

#content
{
width: 1024px;
margin: 0 auto
position:fixed; 
top:120px;
left:0;
bottom:50px; 
right:0; 
overflow:auto; 
background:#fff;
} 

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #CCCCCC;
color: blue;
width: 100%;
font-family: Trebuchet MS;
font-size:90%;
font-weight:normal;
line-height: 10px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: blue;
text-decoration: none;
/*border-right: 1px solid #FF9900;*/
}

#navcontainer ul li a:hover
{
background-color: #0929EC;
color: white;
}

#listName legend {color:#F0F8FF}
#listName legend {font-family:"Arial",Arial}
#listName legend {font-size:0.75em}

/*#navcontainer #active { border-left: 1px solid #FF9900; }*/

