body  {background-color: #E1E1E1; }

div.heading {width: 600px; height: 50px; position: absolute; left: 50%; top: 50px; margin-left: -300px }
div.pic1	{width: 600px; height: 75px; position: absolute; left: 50%; top: 140px; margin-left: -300px }
div.text1	{width: 600px; height: 50px; position: absolute; left: 50%; top: 270px; margin-left: -300px; text-align: center; }
div.body	{width: 600px; height: 100px; position: absolute; left: 50%; top: 300px; margin-left: -300px; text-align: center; }
div.bottom	{width: 400px; height: 50px; position: absolute; left: 50%; top: 400px; margin-left: -200px; text-align: center; }
div.menu	{width: 600px; height: 30px; position: absolute; left: 50%; top: 230px; margin-left: -300px; }

h1	{font-size: 18px; font-family: arial; color: #000000 }
h2	{font-size: 22px; font-family: arial; color: #000000; text-decoration: underline}
p	{font-size: 14px; font-family: arial; color: #000000 }


div#navcontainer
{
background-color: #1C75FB;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #16008D;
color: white;
}

#active a { border-left: 1px solid #fff; }