/* STYLES TO PRESERVE THE DOL HEADER, SEARCH BOX, ETC */
/* THESE ARE COPIED DIRECTLY OUT OF THE MAIN DOL STYLE SHEET */


/* Skip to content link */

.contentlink {
	margin-left:-100px;
	font-size:1px;
}

/* Page container */

#container {
	margin: 0;
	line-height: 130%; }
	
	
/* Included header styles */

#header {
	background-color: #fff; }
div.headerwhiteapace {
	height:100px;
	position:relative; }
img.headerdollogo {
	margin-left:26px;
	margin-top:-31px;
	position:absolute;
	top:50%; }
div.searchbox {
	float:right;
	margin-right:26px;
	margin-top:50px; }
input.header-submit {
	height: 25px;
	background-color: #9c3; 
	font-weight: bold; 
	font-size: x-small; 
	color: #000;
	text-align:left;
	width:5em;
	border:none;
	padding:0 0 2px 5px; }

/* Firefox/Opera */
html>body input.header-submit {
   padding:5px 5px 5px 5px; }

/* IE7 only */
*:first-child+html input.header-submit {
   padding:5px 0px 5px 5px; }

input.header-text {
	font-size:x-small; 
	padding:5px 0 5px 10px;
	font-weight: bold; }
div.divider {
	font-size:1px;
	height:7px;
	background-color:#9c3; }
img.divider {
	margin-left:300px;
	display:block;	 }
	
.printheader {
	display:none; }
	
	

