/* --------------------------------------------------
-----------------------------------------------------
	
	rs.chicodev.com
	Stylesheet: public/print.css
	Author: www.ChicoWebDesign.com -- Jeff Sierra
	Version: March 19 2009
	
-----------------------------------------------------
-------------------------------------------------- */

/* --------------------------------------------------	
GLOBAL
-------------------------------------------------- */
* {
	outline: none;
	margin: 0;
	padding: 0;
	float: none;
	}
html {
	height: 100%;
	}
body {
	background: #bfbfbf url(/ui/images/public/layout/body-bg.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	}
h1, h2, h3, h4 {
	color: #352e1b;
	}
h1 {
	font-size: 24px;
	color: #352e1b;
	font-weight: normal;
	}
p {
	font-size: 12px;
	color: #3b3525;
	margin: 9px 0 15px 0;
	padding: 0 10px 0 10px;
	}
fieldset {
	border: none;
	}
a {
	cursor: pointer;
	}	
#content #left-column {
	width: 250px;
	float: none;
	overflow: auto;
	}
#content #right-column {
	color: #000;
	width: 650px;
	float: none;
	overflow:visible;
	}
#content #right-column ul {
	float: none;
	width: 300px;
	}
#banner {
	display: none;
	}
h1#logo {
	background: none;
	text-indent: 0;
	color: #000;
	position: static;
	}
h2#tagline {
	background: none;
	}
