a:visited, a:hover{
	color: #000;
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

overrides decoration from previous rule for hovered links */



h1, h2, h3, h4, h5, h6 {

	font-family: Arial,sans-serif;

	margin: 0px;

	padding: 0px;

}



h1{

 font-family: Verdana,Arial,sans-serif;

 font-size: 100%;

	color: #000;

}



h2{

 font-size: 100%;

	color: #000;

}



h3{

 font-size: 100%;

	color: #000;

}



h4{

 font-size: 100%;

 font-weight: normal;

	color: #000;

}



h5{

 font-size: 100%;

	color: #000;

}



ul{

 list-style-type: square;

}



ul ul{

 list-style-type: disc;

}



ul ul ul{

 list-style-type: none;

}



label{

 font: bold 100% Arial,sans-serif;

 color: #000;

}

				



/***********************************************/

/* Layout Divs                                 */

/***********************************************/



#masthead{
	display: none;


}




#siteName{

	margin: 0px;

	padding: 0px 0px 10px 10px;

}





/*************** #pageName styles **************/


#pageName{

	padding: 0px 0px 10px 10px;

	color: #000;

}


/************** .feature styles ***************/



.feature{

	padding: 0px 0px 10px 10px;

	font-size: 80%;

}



.feature h3{

	padding: 30px 0px 5px 0px;

	text-align: top;

 	color: #000;

}



.feature img{

	float: left;

	padding: 0px 10px 0px 0px;

	margin: 0 5px 5px 0;

}

/* adjust margins to change separation between the feature image and text flowing around it */





/************** .story styles *****************/



.story{

	clear: both;

	padding: 10px 0px 0px 10px;

	font-size: 80%;

	color: #000;

}



.story p{

	padding: 0px 0px 10px 0px;

	color: #000;

}





/************* #siteInfo styles ***************/

#siteInfo{
	display: none;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)

	the bottom border of the navBar in cases where they "touch" */



#siteInfo img{
		display: none;
}


/*BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	height: 100%; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: verdana, helvetica, sans-serif; 
	BACKGROUND-COLOR: #000066;
}*/

#header {
		display: none;
}

#navwrapper {
		display: none;
}

#navBar{
		display: none;
}

#content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80%;
	margin-right:40px;
	color: #000000;
	overflow: visible;
}

#unavwrapper {
		display: none;
}

#unavBar{
		display: none;
}
