body {
	background-color: #b79661;
	background-image: url(images/background.gif);
	font-family: Lucida, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	background-repeat: repeat-x;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 800px;
	height: 165px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/HEADER.gif);
	background-repeat: no-repeat;
}
#content {
	padding-top: 0px;
	background-color: #FFF;
	border-right-style: solid;
	border-right-color: #D5031D;
	border-left-style: solid;
	border-left-color: #D5031D;
	float: none;
	border-right-width: medium;
	border-left-width: medium;
	margin-top: 0px;
	_width: 762px;		/* IE6 only */
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
}
#leftcolumn {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 20px;
}
#rightcolumn {
	float: right;
	width: 158px;
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 380px;
	font-size: 20px;
	margin-left: 3px;
}
#ha {
	font-weight: bolder;
	font-size: 20px;
	font-style: normal;
	text-align: left;
	color: #000;
}
#wrapper #content #maincontent {
	font-size: small;
	font-weight: 500;
	font-style: normal;
}
h3 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 25px;
	color: #000;
}
h4 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: medium;
	color: #000;
}

#maincontent a, #maincontent a:visited {
	font-style: normal;
	text-decoration: underline;
	color: #D5031D;
	font-size: 14px;
	text-align: left;
}
.space {
	color: #D5031D;
}
.italic {
	font-size: 12px;
	font-style: italic;
}

/* Form elements */

.Radio button {
	font-size: 14px;
}
.radioRequiredState {
	font-size: 14px;
}
table tr td .Radio {
	font-size: 14px;
}
#form1 {
	font-size: 20px;
}
#form2 .Radio {
	font-size: 14px;
	width: 820px;
}

fieldset {
	background-color: #cccccc;
	border: 1px dotted #D5031D;
	width: 351px;
	margin-bottom: 10px;
}



/* Footer */

#footer {
	width: 800px;
	margin: 0px;
	clear: both;
	background-color: #D5031D;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFF;
}
#footer a { color: white; text-decoration: none; }
#footer a:visited { color: white; text-decoration: none; }
#footer a:hover { color: white; text-decoration: underline; }



/* New navbar courtesy of http://css.maxdesign.com.au/listamatic/vertical13.htm */

CSS
#navcontainer {
	background: #f0e7d7;
	width: 180px;
margin:0; padding:0;
/*	margin: 0 auto;
	padding: 1em 0;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
*/
}

ul#navlist {
	text-align: center;
	list-style: none;
margin:0; padding:0;
/*	padding: 0;
	margin: 0 auto;
	width: 70%;
*/
}

ul#navlist li {
	display: block;
height: 35px;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	padding: 7px;
	margin: 0px;
/*	width: 100%; */
/*	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
*/	color: white;
	text-decoration: none;
	background: #f7f2ea;
	background-image: url(../images/Nav-button.gif);
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
/*	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc; */
background-image: none;
	background-color: #33C;
	color: white;
}
