body {
	font-family: Arial, Helvetica, sans-serif;
}
/*sets location of content on content pages*/
#content
{
position:absolute; 
left:86px; 
top:130px; 
width:609px; 
height:auto; 
z-index:1;
}
/*sets location of navigation buttons on top of content pages*/
#content_buttons
{
position:absolute; 
left:3px; 
top:92px; 
width:695px; 
height:33px; 
z-index:3
}
/*sets location of header at top of content pages*/
#content_header
{
position:absolute; 
left:192px; 
top:0px; 
width:509px; 
height:90px; 
z-index:2; 
background-color: #339999;
}
/*sets location of footer
#footer 
{
position:absolute;
left:0px;
top:420px;
width:698px;
height:50px;
border-top: 1px solid #339999;
z-index:2;
visibility: visible;
}*/
/*sets location of navigation buttons at top of home page*/
#home_buttons
{
position:absolute; 
left:0px; 
top:144px; 
width:698px; 
height:32px; 
background-color:#CC9999;
z-index:2
}
#home_header
{
position:absolute; 
left:0px; 
top:0px; 
width:699px; 
height:144px; 
z-index:1
}
/*sets location of logo on content pages*/
#logo {
	position:absolute;
	left:0px; 
	top:0px; 
	width:191px; 
	height:90px; 
	z-index:1;
	background-color: #339999;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p {
font-size: 12px; 
margin-left: 10px; 
}
h1 {
font-size: 14px;
color:#990000; 
margin-left: 10px;
}
h2{
font-size:12px;
color:#990000;
font-weight:bold; 
margin-left: 10px;
}
h3{
font-size:12px;
color:#666666;
font-weight:bold; 
margin-left: 10px;
}
li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.required {
	font-weight: bold;
	color: #0066FF;
}
