/* CSS Document */

		/* Standard body layout*/
body 
{
	font: 12px, Arial, Helvetica, sans-serif;
	background: #ffffff !important;
	background-color: #FFFFFF;
}

/* All links in 'p' */



p a:active 
{
	color: #036;
	text-decoration: underline;
}


/* houses the logo and top nav bar */

#banner1 
{
	position: absolute;
	width: 874px;
	padding: 0px 8px 0px 0px;
	margin: 0px 5px 0px 5px;
	left: 6px;
	top: 10px;
	height: 86px;
	background-color: #fff;
	border-top: 1px solid #26547c;
	border-right: 1px solid #26547c;
	border-left: 1px solid #26547c;
}
		
#banner2 
{
	display: none !important;
}
#banner3 
{
	display: none !important;
}
#sidebar-a 
{
	display: none !important;
}

#content 
{
	position: absolute !important;
	width: 880px !important;
	left: 6px !important;
	padding: 0px 5px 0px 5px !important;
	margin: 0px 5px 0px 5px !important;
	top: 120px !important;
	background-color: #fff;
	
}

