html { margin: 0px; }

body {
	text-align: left;
	font: .8em Arial, Helvetica, sans-serif, Verdana;
	background-color:#003853;
	color: #003853;
	margin: 0px;
	padding: 0px;
}

.printfbody {
	background: #FFFFFF;
	text-align: left;
	font: .8em Helvetica, sans-serif, Verdana, Arial;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#wrapper, #wrapper3col {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background: #67cb33;
	text-align: left;
	width: 928px;					/* width should be the same as the background image */
	padding: 0px 17px 0px 17px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 928px;
}
	html>body #wrapper, html>body #wrapper3col { width: 928px; }
	
#wrapper3col {
	background: #67cb33;
}

#footer {
text-align:center;
	margin: 0px auto; 				/* to fix centering in Mozilla */
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background-image: none;
	font-size: 0.6em;
	color:#FFFFFF;
}

#header {
	margin: 0px auto; 	
	padding: 0px 8px 0px 0px;
	background: #292C36;
	background: url('../images/rs-cms_header.gif');
	height: 115px;
	width: 954px;
	text-align: left;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

#header ul {
	list-style: none;			/* removes list marker */
	padding: 0px 0px 0px 0px;				/* removes left indent */
	text-align: right;
	text-transform: uppercase
	margin: 0px 0px 0px 0px;
	display: inline;			/* sets list items to display in a row */
	}
	
#header li {
	font-variant: small-caps;
	padding: 0px 0px 0px 0px;				/* removes left indent */
	display: inline;			/* sets list items to display in a row */
	}
	
#header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#header a:active, #header a:hover {
	color: #EDDF7D;
	text-decoration: none;
	background-repeat: repeat-x;
	}



#leftcol {
	width: 170px;
	float: left;
	background: url('../images/rs-cms_vert_menubg.gif') no-repeat;
	padding: 4px 0px 0px 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
}
	html>body #leftcol { width: 170px; }
	
	#leftcol2 {
	width: 170px;
	float: left;
	background: url('../images/rs-cms_vert_menubg.gif') no-repeat;
	padding: 4px 0px 0px 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
}
	html>body #leftcol { width: 170px; }

	
	
	#printercol {			/* basically a modification of "maincol" */
	float: left;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
}
	
	#printercol img.lpic {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 9px;
	margin-bottom: 5px;
	}
	
	#printercol img.rpic {
		float: right;
		margin-top: 5px;
		margin-left: 3px;
		margin-right: 10px;
	}
	
	#printercol img.mpic {
	float: none;
	margin-top: 5px;
	margin-left: 9px;
	margin-right: 0px;
	margin-bottom: 5px;
	}

	
	#printercol p {
		margin-left: 150px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 3px;
		margin-right: 10px;
	}
	#printercol p.noimg {
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}