/* CSS Document */
* {margin:0; padding:0}
/* commented backslash hack v2 \*/ 
html, body{ height:100%; } 
/* end hack */ 

body {
	background-color: #ffffff;
	background-image: url('../images/left-side-bg.png');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	font: 12px Verdana, Helvetica, Arial;
	color: #004d94;
}

#outer{
	margin-left: 222px;
	background-color: #FFFFFF;
	margin-bottom: -30px;
	min-height: 100%;
}

a {
	color: #003983;
	text-decoration: none;
}

a:hover {
	color: #003983;
	text-decoration: underline;
}


/* CSS HACKS */
#clearheader{height:186px;}/*needed to make room for header*/
#clearfooter{clear:both; height:30px;}/*needed to make room for footer*/
* > html #clearfooter {float:left; width:100%;}/* ie mac styles */
html>body #minHeight{float:right; width:0px; height:100%; margin-bottom:-30px;} /*safari wrapper */
