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

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(/images/bg1.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bwrapper {
	width:950px;
	margin:0 auto;
}

#logo {	
	width:317px;
	float:left;
}

#header_bkg {
	width:633px;
	height:124px;
	background-image:url(/images/Header_Shadow.gif);
	background-repeat:no-repeat;
	float:left;
}

#spacer {
	background-color:#003a7a;
	height:10px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}