body {
	background: #FFFFFF url(/images/sidebar.jpg) left top repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	width: 100%;
	height: 147px;
	background: url(/images/header.gif) left top repeat-x;
}
#header div {
	width: 100%;
	height: 147px;
	background: url(/images/littlechicken.jpg) left top no-repeat;
}
#menu {
	background: #FFFFFF url(/images/menu.gif) left bottom repeat-x;
	border-top: solid 1px #98948B;
	border-bottom: solid 1px #98948B;
	padding-left: 143px;
}
#menu a {
	display: block;
	float: left;
	padding: 3px 10px 3px 10px;
	font-size: 0.8em;
	font-weight: bold;
	border-left: solid 1px #D3CEC2;
	border-right: solid 1px #98948B;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #332F30;
	text-decoration: none;
}
#menu a:visited {
	color: #332F30;
	text-decoration: none;
}
#menu a:hover {
	background: #DDDBDF url(/images/menuH.gif) left bottom repeat-x;
	color: #332F30;
}
#menuclear {
	clear: both;
}
#menu>#menuclear {
	height: 1px;
}
#main {
	position: relative;
	width: 100%;  /* required for IE to get correct abs placement */
}
#content {
	margin: 20px 190px 10px 180px;
	font-size: 0.8em;
	color: #504743;
}
#content h1 {
	font-size: 130%;
	color: #ED9300;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	margin: 10px 20px 10px 20px;
}
#content h3 {
	font-size: 120%;
	font-style: italic;
	color: #079D30;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 120%;
	font-style: italic;
	color: #079D30;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #FDC400;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #000080;
}
#content a:visited {
	color: #000080;
}
#content a:hover {
	color: #FDC400;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	color: #00501F;
}
#footer a:link, #footer a:visited {
	color: #00501F;
}
#ozewebhost {
	text-align: center;
	font-size: 80%;
	margin-top: 5px;
}
#ozewebhost a:link, #ozewebhost a:visited {
	color: #00501F;
}
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 143px;
}
#contact {
	padding: 5px 3px 0 3px;
	font-size: 0.9em;
	color: #333333;
}
#contact a:link, #contact a:visited {
	color: #333333;
}
#contact a:hover {
	color: #999999;
}
#submenu {
	margin-top: 13px;
}
#submenu a {
	display: block;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FCC300;
	padding: 3px 3px 3px 7px;
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
}
#submenu>a {
	width: auto;
}
#submenu a:link {
	color: #332F30;
	text-decoration: none;
}
#submenu a:visited {
	color: #332F30;
	text-decoration: none;
}
#submenu a:hover {
	color: #332F30;
	background: #FCC300;
}
#features {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
}
.feature {
	margin: 10px;
	padding: 10px;
	background: #FFE193;
	color: #4F484A;
	border: solid 1px #98948B;
}
.feature h2 {
	font-size: 0.9em;
	font-style: normal;
	margin: 0;
}
.feature h2 a:link {
	color: #E2001A;
	text-decoration: none;
}
.feature h2 a:visited {
	color: #E2001A;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #999999;
	text-decoration: none;
}
.feature p {
	font-size: 0.9em;
	margin: 0;
}
.feature p a:link {
	color: #E2001A;
}
.feature p a:visited {
	color: #E2001A;
}
.feature p a:hover {
	color: #999999;
}
.popmenu {
	display: none;
	position: absolute;
	background: #E5DEDF;
	border: solid 1px #98948B;
	z-index:1;
}
.popmenu a {
	display: block;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	width: 143px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #98948B;
}
.popmenu a:link {
	color: #332F30;
	text-decoration: none;
}
.popmenu a:visited {
	color: #332F30;
	text-decoration: none;
}
.popmenu a:hover {
	color: #332F30;
	background: #B1A8A8;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 10em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response .wide label {
width: 23em;
text-align: left;
}