
body
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	background-color: #CCCC99;
}

a:active {color:#006666; }
a:link {color:#006666; }
a:visited {color:#006666; }
a:hover {color: #600; }
	
ul, li 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.accessaid, h1 
	{
		display: none;
	}
	
h2 /* page title*/
{
	margin: 35px 0px 15px 0px;
	font-family: Trebuchet, Arial, sanserif;
	font-size: 15px;
	color: #02494B;
	text-transform: uppercase;
	letter-spacing: 1px;	
}


h3
{
	font-family: Trebuchet, Arial, sanserif;
	font-size: 13px;
	color: #02494B;
	margin-bottom: 5px;
	margin-top: 20px;
	
}

h4{border-bottom: solid 1px #399; clear: both;}
h5
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #033;
	font-style: italic;

	padding: 15px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
}
h6{font-size: 16px; border-bottom: solid 1px #399; margin: 15px 0px -15px 0px; padding: 0px;}

/* ul{margin-left: -35px;} */

#wrapper
{
	width: 577px;
	margin: auto;
	background-color: #D8DAA5;
	padding-bottom: 20px;
}
#wrapper.box {border: 1px solid #D8DAA6;}

#content
{
	width: 500px;
	margin-left: 30px;
}

.indent
{
	margin-left: 20px;
	margin-bottom: 20px;
}


/*  top navigation */
#navcontainer
{
	
	width: 577px;
	background-color: #336666;
	text-transform: uppercase;
	font-family: Trebuchet, Arial, sanserif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#navcontainer ul
{
	margin: 5px 0px 0px 10px;
}

#navcontainer ul li 
{ 
	display: inline;
	margin-left: 0px;
	border: solid #399;
	border-width: 0px 1px 0px 0px;
	padding-right: 5px;
	padding-left: 5px;
 }
		 
#navcontainer a:link, #navcontainer a:visited, #navcontainer a:active {color:#FFC;text-decoration: none;}
#navcontainer a:hover{color: #399;}
#navcontainer ul li.noborder {border-width: 0px 0px 0px 0px;}


#navcontainer ul li.highlight {color: #3CC;}	
#navcontainer ul li.highlight a:active {color: #3CC; }
#navcontainer ul li.highlight a:link {color: #3CC; }
#navcontainer ul li.highlight a:visited {color: #3CC; }
#navcontainer ul li.highlight a:hover {color: #3CC; }


/*  end top navigation*/


/*  top navigation programs */
 #navcontainer2
{
	height: 30px;
	width: 577px;
	text-transform: uppercase;
	font-family: Trebuchet, Arial, sanserif;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}

#navcontainer2 ul
{
	margin-top: 5px;
}

#navcontainer2 ul li 
{ 
	display: inline;
	margin-left: 0px;
	border: solid #399;
	border-width: 0px 1px 0px 0px;
	padding-right: 5px;
	padding-left: 5px;
 }
		 
#navcontainer2 a:link, #navcontainer2 a:visited, #navcontainer2 a:active 
{color:#02494B;text-decoration: none;}
#navcontainer2 a:hover{color: #399;}
#navcontainer2 ul li.noborder {border-width: 0px 0px 0px 0px;} 



/*  end top navigation programs*/


	
/* bottom navigation */
#navbottom
{
	width: 577px;
	text-transform: uppercase;
	font-family: Trebuchet, Arial, sanserif;
	font-size: 10px;
	margin-top: 50px;
	border: dotted #399;
	border-width: 1px 0px 0px 0px;
	padding-top: 10px;
	text-align: center;
	line-height: 20px;
	clear: both;
}

#navbottom ul
{
	margin-top: 5px;
}

#navbottom ul li 
{ 
	display: inline;
	border: solid #399;
	border-width: 0px 1px 0px 0px;
	padding-right: 5px;
	padding-left: 5px;
 }
		 
#navbottom a:link, #navbottom a:visited, #navbottom a:active
{
	color: #006666;
	text-decoration: none;	
}

#navbottom a:hover
{
	color: #399;
}

/* end bottom nav */


#navbottom ul li.noborder
{
	border-width: 0px 0px 0px 0px;
}

.floatleft
{
	float: left;
	margin: 10px 18px;
	clear: both;
}
.floatright
{
	float: right;
	margin: 20px;
}

.centered
{text-align: center;
padding: 15px;}