body 
{
margin-top: 0px;
margin-left: 0px;
color: black;
background-color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px;
}


a {color: #339999; font-family: Arial;  text-decoration: none}
a:visited {color: #336666; text-decoration: none}
a:active {color: #666666; text-decoration: none}
a:hover {color: gray; text-decoration: underline}


h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 24px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
color: #ffffff;
padding-top: 10px;
}



h2 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: none;
margin-bottom: 10px;
}

p  
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;

}

p.info 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
}

ol
{
margin-top: 0px;
}



#main
{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: -12px;
width: 948px;
border-left: 2px solid white;
border-right: 2px solid white;
border-top: 2px solid white;
background-color: white;
padding-top: 120px;
padding-left: 5px;
padding-right: 0px;
z-index: 1;
}

#content
{
position: absolute;
top: 120px;
left: 0px;
width: 950px;
padding-left: 5px;
padding-top: 0px;

background-color: white;
z-index: 25;
}


#nav
{
position: absolute;
top: 87px;
left: 0px;
width: 950px;

padding-top: 2px;
padding-bottom: 2px;

z-index: 5;


background-color: black;

}



#nav ul 
{
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li
{
margin: 0;
padding: 25px;
display: inline;
}
#nav li:first-child
{
padding-left: 5px;
}


#nav a {color: white; font-family: Arial; font-size: 14px; font-weight: bold; text-decoration: none}
#nav a:visited {color: white; text-decoration: none}
#nav a:active {color: #666666; text-decoration: none}
#nav a:hover {color: #999999; text-decoration: none}


#logo
{
position: absolute;
top: 0px;
left: 0px;
width: 950px;
height: 85px;
background-image: url('logo.jpg');
background-repeat: no-repeat;
padding: 0px;
background-color: #339a99;
}

#rightcol
{
float: right;
width: 130px;
padding-left: 2px;
border-style: solid;
border-color: gray;
border-width: 1px;
z-index: 50;

}

#bar
{
position: absolute;
top: 75px;
left: 0px;
width: 100%;
height: 10px;
background-color: pink;
z-index: 15;
}

#footer
{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 943px;
border: 2px solid white;
background-color: white;
padding-left: 5px;
padding-right: 5px;
z-index: 5;
}




