@charset "UTF-8";/* CSS Document */#center_div	{	float: left;	width: 563px;	margin-left: 200px;	background-color: #F9E7C5;	min-height: 500px;	}* html #center_div	{	display: inline;	}#left_div	{	float: left;	width: 200px;	margin-left: -763px;	background-color: #BFC789;	}#right_div	{	float: left;	width: 7px;	background-color: #BFC789;	}/* Start Mac IE5 filter \*/#center_div, #left_div, #right_div	{	padding-bottom: 32767px !important;	margin-bottom: -32767px !important; 	}#footer_div {	width: 770px;	position: relative;	left: 0px;	bottom: 0px;}#copyright_div {	width: 770px;	position: relative;	left: 0px;	bottom: 0px;	margin-right: auto;	margin-left: auto;	text-align: center;}/* End Mac IE5 filter *//* IE Win can be a bit out - you might need to adjust  bottom value by -1px or as required */.verticalalign	{	position: absolute;	bottom: 0;	}#center_div .verticalalign	{	width: 563px;	}#left_div .verticalalign	{	width: 200px;	}#right_div .verticalalign	{	width: 7px;	}/* hack for Opera 7+ */@media all and (min-width: 0px){.verticalalign	{	width: 100% !important;	}/* But Opera 9 does it right, so CSS3 hax to the max */div[id^="wrapper"] #center_div .verticalalign	{	width: 563px !important;	}div[id^="wrapper"] #left_div .verticalalign	{	width: 200px !important;	}div[id^="wrapper"] #right_div .verticalalign	{	width: 7px !important;	}}/* hack for IEs of all persuasions before IE7 */* html .verticalalign	{	width: 100% !important;	}.verticalalign p	{	position: absolute;	bottom: 0;	right: 0;	margin: 0;	padding: 0;	background: #996666;	}.l_verticalalign p	{	position: absolute;	bottom: 0;	left: 0;	margin: 0;	padding: 0;	background: #996666;	}#wrapper	{	width: 770px;	position: relative;	overflow: hidden; /* This hides the excess padding in non-IE browsers */	margin-right: auto;	margin-left: auto;	top: -8px;	}	/* we need this for IE 5.01 - otherwise the wrapper does not expand to thenecessary height (unless fixed, this problem becomes even more acute weirdness as the method is enhanced */#wrapper	{/* Normally a Holly-style hack height: 1% would suffice but that causes IE 5.01 to completely collapse the wrapper - instead we float it */	float: left;/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes (I saw it happen many moons ago) makes the width of wrapper too small the float: none with the comment is ignored by 5.01,5.5 and above see it and carry on about their businessIt's probably fine to just remove it, but it's left here just in case that many moons ago problem rears its head again */	float/**/: none;	}/* easy clearing */#wrapper:after	{	content: '[DO NOT LEAVE IT IS NOT REAL]'; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;	}#wrapper	{	display: inline-block;	}/*\*/#wrapper	{	display: block;	}/* end easy clearing */#footer	{	clear: both;	z-index: -100;	}#header, #footer	{	width: 901px;	}/* Safari needs this - otherwise the ghost overflow, though painted correctly obscures links and form elements that by rights should be above it.An unintended side-effect is that it cause such elements to vanish in IE 5.01and 5.5, hence the child selector hack */* > #footer, * > form, * > #notes, * > .output	{	position: relative;	z-index: 1000;	}body {	font-family: Helvetica, Arial, sans-serif;	background-color: #f5f5f5;}a.navlink:link {	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;	color: #484922;	text-decoration: none;	line-height: 16px;}a.navlink:visited {	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;	color: #484922;	text-decoration: none;    line-height: 16px;}a.navlink:hover {	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;	color: #D37341;	text-decoration: underline;    line-height: 16px;}a.navlink:active {	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;	color: #ED1C24;	text-decoration: underline;    line-height: 16px;}a.navlinksm:link {	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	color: #484922;	text-decoration: none;	line-height: 13px;	margin-top: 4px;	margin-bottom: 4px;	margin-left: 23px;}a.navlinksm:visited {	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	color: #484922;	text-decoration: none;	line-height: 13px;	margin-top: 4px;	margin-bottom: 4px;	margin-left: 23px;}a.navlinksm:hover {	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	color: #D37341;	line-height: 13px;	margin-top: 4px;	margin-bottom: 4px;	margin-left: 23px;}a.navlinksm:active {	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	color: #ED1C24;	line-height: 13px;	margin-top: 4px;	margin-bottom: 4px;	margin-left: 23px;}a.bodylink:link {	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	color: #D37341;	text-decoration: none;	line-height: 18px;}a.bodylink:visited {	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	color: #D37341;	text-decoration: none;}a.bodylink:hover {	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	color: #D37341;	text-decoration: underline;}a.bodylink:active {	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	color: #ED1C24;	text-decoration: underline;}.navdiv1 {	margin-bottom: 20px;	margin-left: 20px;	margin-top: 0px;}.navdiv1a {	margin-bottom: 10px;	margin-left: 20px;}.navdiv2 {	margin-bottom: 3px;	margin-right: 6px;	background-color: #D9DD9E;	margin-top: 4px;	padding-top: 4px;	padding-bottom: 4px;}.navdiv2a {	margin-bottom: 20px;	margin-right: 6px;	background-color: #D9DD9E;	margin-top: 4px;	padding-top: 4px;	padding-bottom: 4px;}.center {	text-align: center;}.px_16 {	font-size: 16px;	font-style: normal;	font-weight: normal;	font-size: 16px;}.px_14 {	font-size: 14px;	font-style: normal;	font-weight: normal;}.bold {	font-weight: bold;}.italic {	font-style: italic;}.px_12 {	font-size: 12px;}.px_10 {	zfont-size: 16px;	font-style: normal;	font-weight: normal;	font-size: 10px;}.title_orange {	background-color: #D37341;	height: 39px;	width: 563px;	margin-bottom: 15px;}.title_text {	margin-top: 10px;	margin-bottom: 9px;	margin-left: 38px;}.list_menu {	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;	line-height: 12px;}.margin_left_32px {	margin-left: 32px;}.body_text {	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	font-style: normal;	line-height: 20px;	color: #633A19;	margin-right: 28px;	margin-left: 28px;}.list {	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;	font-style: normal;	line-height: 18px;	color: #633A19;	margin-right: 35px;	margin-left: 35px;}.warning {	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;	font-style: italic;	font-weight: bold;	color: #ED1C24;	background-color: #FFCC00;	padding: 7px;	margin-right: 28px;	margin-left: 28px;}.img_right {	float: right;	margin-top: 15px;	margin-right: 15px;	margin-bottom: 20px;	margin-left: 25px;}.img_left {	float: left;	margin-top: 15px;	margin-right: 15px;	margin-bottom: 20px;	margin-left: 25px;}