

/* STANDARD CSS STUFF */
body {
	font-family:  arial, helvetica, sans-serif;
	font-size: 1em; 
	color:black;

}


#pageholder { }
#header {  border-bottom:1px solid black;
 padding-bottom:10px;}

#header #logoalt{display:block;}

#header h1, #header h2 {display:none;}

#menuholder{display:none; }

#contentholder{ }

#rhsholder{display:none; }

#skip_navigation { display:none;}


#breadcrumb{  font-size:0.7em;  }

#breadcrumb,
#breadcrumb a{

	font-weight: normal;
	color:black;

}


.nodisplay{display:none;}






/* Document Management stuff */

.nobreak{white-space: nowrap}

.paging{

border:  #8EA9DB 1px dotted;
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px; 

}

.subsec{
color: #333333;
font-size: 90%;
border:  #a4a4a4 1px dotted;
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px; 
}


.doc_subcat_legend ul{


margin-top: 0px;
margin-bottom: 0px;

color: #5F5D5C;
	

}

.doc_legend {
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px; 
border: #8EA9DB 1px none;
border-top: #8EA9DB 1px solid;
border-bottom: #8EA9DB  1px solid;
background-color:#C7D4ED;
font-size: 95%;

} 

.doc_legend legend { 
font-weight:bold;
padding: 1px 5px; 

border: #c4c4c4 1px none; 
font-size: 100%;
}

.doc_subcat_legend_div{
background-color: #f4f4f4;
}

.doc_subcat_legend {
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px; 
border: #666666 1px solid;
} 

.doc_subcat_legend legend { 
font-weight:bold;
padding: 1px 15px; 
background: #e4e4e4; 
border: #666666 1px solid;
 
}




/* LINKS */

#bodytext {

	font-size:0.8em;
	
}

#bodytext a, 
.dl_doc_body a, #rhsbodytext a{
	font-weight: normal;
	color: black;
}


.sectitle{
	margin:0px;
	padding:0px 5px 10px 0px;
	font-weight: bold;
	font-size: 1.5em;
}

a.lhs_buttons{
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}



label {

float				:left;
	width				:100px;
	text-align			:right;

	font-weight			:normal;
	padding-right:3px;
	padding-top:2px;

}

.row {clear:both;} 

#footer {
 border-top:1px solid black;
 padding-top:10px;

	
	
	
}


#footer_text{
	font-size:0.75em;
	text-align:left;
	font-weight:bold;
}

#footer_text a{   color:black; text-decoration:none;}




