BODY { 
  background-color: #B1B5D2;
  background-image: url("mainlogo.gif");
  background-repeat:no-repeat;
  background-position: 200px 200px;
  background-attachment: fixed;


}
P {
	font: 14pt;
	font-family: ARIAL;
}

H2 {
	color: #000099;
	font-family: ARIAL;
}
H3 {
	color:#000099;
	font-family: ARIAL;
}


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color:  #000099;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color:  #000099;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
