body
{
font-family: Verdana;
background: url("background.gif") repeat-x;
}

h1
{
font-size: 1.3em;
color: #2D4BFF;
}

#main 
{
width: 760px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 0;
border-left: 1px solid #2D90FF;
border-right: 1px solid #2D90FF;
min-height: 600px;
_height: 600px;
background: white;
}

#content 
{
text-align: left;
padding: 0 10px;
}

#content p
{
line-height: 1.2;
font-size: 1em;
}

#header 
{
width: 760px; height: 120px;
background: url("header2.jpg");
border-bottom: 1px solid #118bff;
}

#navcontainer
{
margin-top: 8px;
margin-bottom: 40px;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: left;
margin: 0 0px;
}

#navcontainer li a
{
padding: 0px 2px;
padding-right: 5px;
/* font-size: 0.75em; */
font-size: 10pt;
color: #118bff;
background-color: #fff;
border-right: 1px solid #118bff; 
text-decoration: none;
}

#navcontainer li a:hover
{
color: #09007c;
border-bottom: 2px solid #115dff;
border-right: 1px solid #115dff;
}
