body {
	margin: 0;
	padding: 0;
	font: normal 12px verdana;
	text-align: center; /* Centers for IE5 */
	background: url(images/back.gif);
	}
	
#wrapper {
	border: 1px solid #ccc;
	background: #f1f1f1;
	margin: 20px auto; /* Centers for Standard Compliant Browsers */
	text-align: left; /* Resets align back to default */
	width: 95%;
	voice-family: "\"}\""; /* IE5 Box Model Hack */
	voice-family: inherit;
	width: 95%;
	}
	
html>body #wrapper {
	width: 95%; /* Be nice top Opera and stop IE5 feeling dizzy after BMH */
	}
	
#header {
	height: 110px;
	background: #fff url(images/logo.gif) left top no-repeat;
	border-bottom: 1px solid #ccc;
	}
	
#header ul {
	padding: 15px 10px 0 0;
	margin: 0;
	list-style-type: none;
	float: right;
	text-align: right;
	}
	
#header ul li {
	padding: 2px;
	margin: 0;
	}
	
#header ul li a {
	text-decoration: none;
	color: #777;
	border-right: 5px solid #f1f1f1;
	padding-right: 5px;
	}
	
#header ul li a:hover, #header ul li a.current {
	border-right: 5px solid #2D548A;
	}
	
#mainbody {
	background: #f1f1f1;
	padding: 0 0 1px 0;
	height: inherit;
	}
	
#mainbody h1 {
	background: #4682D6 url(images/head_back.gif) top right repeat-y;
	font: bold 12px verdana;
	margin: 0;
	padding: 5px;
	color: #fff;
	}
	
#mainbody p {
	margin: 15px 10px;
	}
	
#mainbody p.opening {
	font-weight: bold;
	}
	
.infobox {
	margin: 10px 10px 0 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
	
/* Fixes IE win bingling \*/
* html .infobox {
	height: 1%;
	}
/* End Hide */
	
.infobox h2 {
	margin: 0;
	padding: 3px 5px;
	font: normal 11px verdana;
	background: #fff url(images/metallic.gif) left top repeat-x;
	border-bottom: 1px solid #ccc;
	}
	
.infobox h2 span {
	font-weight: bold;
	}
	
.infobox img.right {
	border: 0;
	float: right;
	margin: 5px 5px 0 5px;
	}
	
.infobox img.left {
	border: 0;
	float: left;
	margin: 5px;
	}
	
.infobox a {
	color: #4682D6;
	}
	
.clearer {
	clear: both;
	}
	
#footer {
	clear: both;
	padding: 3px;
	margin: 10px 0 0 0;
	background: #fff url(images/metallic.gif) left top repeat-x;
	border-top: 1px solid #ccc;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 9px;
	text-align: center;
	}
	
#footer a {
	color: #2D548A;
	}
	
table {
	width: 100%;
	padding: 5px;
	}
	
img {
	border: 0;
	}
	
table tr.head {
	background: #dedede;
	}
	
table tr.title {
	background: #f1f1f1;
	color: #4682D6;
	}
	
table tr.light {
	background: #fffff9;
	}
	
table tr.grey {
	background: #f9f9f9;
	}
	
form {
	margin: 0 0 15px 0;
	width: 700px;
	}
	
form p {
	margin: 0;
	padding: 0;
	}
	
span.formlabel {
	float: left;
	width: 100px;
	padding: 3px;
	text-align: right;
	clear: left;
	}
	
span.formcontent {
	float: left;
	width: 300px;
	}