/* Print Style Sheet */ 

body{
 margin: 0;
 padding:0;
 background: #003366;
 color: #333333;
 }
	 
#hdr{
 height:185px;
 background:#003366;
 color:#000000;
 border:0px none;
 margin:0px 0 0;
 }

#rh-col{
	margin: 10px 10px 10px 10px;
	background: #ffffff;
	color: #333333;
	padding: 5px;
	vertical-align: top;


 }
#checklist {
	background-color: #003366;
	border: 2px solid #FF9933;
	margin: 2px 2px 10px 10px;
	padding: 5px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	float: right;
	position: relative;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../art/arrow.jpg);


}
#centrebox {
	background-color: #003366;
	border: 2px solid #FF9933;
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	position: relative;
	width: 97%;
	float: none;
}
#floatingbox, #lh-col, .noprint {
	display: none;
}

