body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#page {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #e2e2e2;
}
#header {
	width: 800px;
	height: 298px;
	background: url(images/header.gif) left top no-repeat;
}
#header h2 {
	margin: 0;
	padding: 238px 0 0 0;
	color: #288692;
	font-size: 32px;
}
/*
*  MENU
*/
#menu {
	margin: 20px auto 20px auto;
	width: 657px;
	background: #268694 url(images/menuT.gif) left top no-repeat;
}
#menu table {
	width: 657px;
	background: url(images/menuB.gif) left bottom no-repeat;
}
#menu a {
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	font-weight: bold;
	height: 1px;
}
body>#page #menu a {
	height: auto;
}
#menu a:link, #menu a:visited {
	color: #FDBF31;
}
#menu a:hover {
	color: #800000;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 148px;
	background: #ffffff;
	border-top: solid 1px #FEB930;
	border-right: solid 1px #FEB930;
	border-left: solid 1px #FEB930;
}
.popmenu a {
	display: block;
	height: 14px;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 1px #FEB930;
	font-size: 100%;
	font-weight: bold;
}
.popmenu a:link, .popmenu a:visited {
	text-decoration: none;
	background: #FEB930 url(images/arrow-right-pop.gif) center left no-repeat;
	color: #ffffff;
}
.popmenu a:hover {
	background: #ffffff url(images/arrow-right-smH.gif) center left no-repeat;
	color: #1F7A86;
}
.popmenu b {
	display: none;
}
/*
*  CONTENT
*/
#content {
	padding: 20px 40px 20px 40px;
	color: #1F7A86;
	text-align: left;
}
#content h1 {
	font-size: 180%;
	margin: 0 0 10px 0;
	color: #756538;
}
#content h2 {
	font-size: 140%;
	margin: 0 0 10px 0;
	color: #756538;
}
#content h3 {
	font-size: 120%;
	margin: 0 0 10px 0;
	color: #756538;
}
#content h4 {
	font-size: 120%;
	margin: 0 0 10px 0;
	color: #1F7A86;
}
#content h5 {
	font-size: 110%;
	margin: 0 0 3px 0;
	color: #756538;
}
#content h6 {
	font-size: 110%;
	margin: 0 0 3px 0;
	color: #1F7A86;
}
#content p {
	font-size: 100%;
	margin: 0 0 10px 0;
}
#content a:hover {
	color: #800000;
}
#content ul {
	margin-top: 0;
	margin-bottom: 5px;
	list-style-image: url(images/dot.gif);
}
#content ol {
	margin-top: 0;
	margin-bottom: 5px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #756538;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #756538;
}
#content .redtext {
	color: #ff0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .largetext {
	font-size: 125%;
}
#content .largertext {
	font-size: 250%;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 0 auto 10px auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 29%;
}
.col2 {
	width: 166px;
	padding-right: 0px;
}
.col2n {
	width: 434px;
	border-left: solid 1px #FAC565;
	padding: 0 10px 0 15px;
}
.col3 {
	margin-right: 10px;
}
#footer {
	padding: 10px;
	background: #c8ba9e;
	color: #268694;
}
#footer a:link, #footer a:visited {
	color: #268694;
	text-decoration: none
}
#footer a:hover {
	color: #800000;
}
/*
*  RESPONSE FORM
*/
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#response h6 {
	clear: both;
}
.response-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 18em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 4px 0 0;
}
#response label.checklabel {
	float: none;
	width: auto;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
