/* CSS Document */

body
{
	background: #7D8ABA;
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
}



a:active {color:#006666; }
a:link {color:#006666; }
a:visited {color:#006666; }
a:hover {color: #600; }
	


.accessaid, h1 
	{
		display: none;
	}
	
h2 /* page title*/
{
	margin: 15px 0px;
	font-size: 18px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: normal;	
}


h3
{
	font-size: 16px;
	color: #02494B;
	margin-bottom: 5px;
	margin-top: 20px;
}

h4
{
	border-bottom: 
	solid 1px #399; 
	clear: both;
}

h5
{
	
	font-size: 12px;
	color: #033;
	font-style: italic;
	padding: 15px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
}

h6 {font-size: 16px;
	color: #02494B;
	margin-bottom: 5px;
	margin-top: 100px;}


ul{margin-left: -35px;}

#wrapper
{
	position: relative;
	width: 800px;
	margin: auto;
	background-color: white;
	
	border: 5px solid #003366;
}
#wrapper.box {border: 1px solid #D8DAA6;}

.content
{
	width: 650px;
	margin-left: 75px;

	padding: 20px 0px;
	
}

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


/*  top navigation */
.navcontainer
{
	height: 20px;
	width: 800px;
	background-color: #E7F3F0;
	text-transform: uppercase;
	font-family: Trebuchet, Arial, sanserif;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}

.navcontainer ul
{
	margin-top: 5px;
}

.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:#000066;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*/
.clear {clear: both}

.row
{
	position: relative;
	width: 650px;
	margin: 20px;
	clear: both;
}	

.title1 
{
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #903;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
}
	
.floatleft
{
	float: left;
	margin: 20px;
	clear: both;
	
}
.floatright
{
	float: right;
	margin: 20px 20px;
	clear: both;
}

.centeredadbox{width: 400px; border: 2px dotted orange; padding: 20px; margin: auto; text-align: center;}
.centered
{text-align: center;
padding: 15px;}

.footer
{text-align: center;
background-color: #E7F3F0;
padding: 15px;
clear: both;}