@charset "UTF-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}


#mainWrapper {
	position:relative;

	width:100%;
	height:100%;


}



#bannerDiv {
	position:relative;
	height:95px;
	width:100%;
	min-width:975px;

	background-image:url(../images/bannerBG01.gif);

}

#navDiv {
	position:absolute;
	float:right;
	right:10px;
	top:75px;
	


}

#redBanner {
	position:relative;
	height:45px;
	min-width:975px;

	width:100%;

	background-color:#B20000;

}

#rightCol {
	position:relative;
	float:right;
	width: 275px; /*Width of right column in pixels*/
	background: #EBEEF3;
	z-index:1;

}

#leftCol {
	position:relative;
	
	width:100%;
	_width:975px;
	min-width:975px;
	
	/*background-color:#999966;*/


}

#contentDiv {
	position:absolute;
	min-width:700px;
	width:700px;

}

#fauxWidth {
	
	
	
}

#spacerDiv {
	position:relative;

	float: right;

	width:700px;
	min-width:700px;
	z-index:0;

}