BODY  {font-family: Verdana,Tahoma,Arial,Helvetica}
h1 {font-size: 95%; color:#FFCC00;  	margin-top: .1em; margin-bottom: .1em;}
h2 {font-size: 85%; color:#000000;	margin-top: .1em; margin-bottom: .1em;}
h3 {font-size: 75%; color:#000000;	margin-top: 1em; margin-bottom: 1em;}
A:visited	{color: #0000C0;	text-decoration:	underline;}
A:active 	{color: #0000C0;	text-decoration:	underline;}
A:link 		{color: #0000C0;	text-decoration:	underline;}
A:hover 	{color: grey;		text-decoration:	none;}

p
{
color: black;
font-family: arial;
font-size:0.8em
} 



li.inline {
  padding-left: 3px;
  padding-right: 7px;
   font-size: 75%;
  }


#navcontainer
{
width: 100%;
float: left;
background-color: #003366;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFCC00;
font-family: "lucida, century gothic, arial, helvetica, sans-serif";
font-size: .70em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.1em 12px;
background-color: #003366;
color: #FFCC00;
text-decoration: none;
float: left;
border-right: 1px solid #FFCC00;
}

#navcontainer ul li a:hover
{
background-color: #FFCC00;
color: #003366;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFCC00;
text-decoration: none;
background: #CC3333;
text-align: left;
text-transform: uppercase;
font: bold normal 10px/16px "lucida, century gothic, arial, helvetica, sans-serif";
}