body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	color: #252525;
}
#page {
	margin: 0 auto 0 auto;
	width: 761px;
	text-align: left;
	background: url(/images/shadow.gif) left top repeat-y;
}
#header {
	width: 761px;
	height: 196px;
	background: url(/images/header.jpg) left top no-repeat;
}
#header p {
	margin: 0;
	padding: 15px 15px 0 0;
	text-align: right;
	font-size: 20px;
	color: #B7B7B7;
}
#pageinner {
	margin: 0 4px 0 7px;
	width: 750px;
}
/*
*  MENU
*/
#menu {
	width: 750px;
	height: 26px;
	background: url(/images/menu.gif) left top repeat-x;
}
#menu a {
	display: block;
	float: left;
	height: 21px;
	padding: 5px 20px 0 20px;
	font-size: 100%;
	font-weight: bold;
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #FBFBFB;
}
#menu b {
	display: none;
}
#menu a:link, #menu a:visited {
	color: #464646;
	text-decoration: none;
}
#menu a:hover {
	color: #C33D3E;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	width: 750px;
	background: url(/images/feature.jpg) right top no-repeat;
}
#content {
	width: 550px;
	padding: 30px 200px 20px 0;
}
#content h1 {
	background: url(/images/h1.gif) left top no-repeat;
	height: 17px;
	font-size: 115%;
	color: #C53A41;
	padding: 2px 0 0 30px;
}
#content h2 {
	font-size: 115%;
	color: #C53A41;
	font-style: italic;
	padding: 0 0 0 30px;
}
#content h3 {
	font-size: 115%;
	color: #C53A41;
	padding: 0 0 10px 30px;
}
#content h4 {
	font-size: 115%;
	color: #C53A41;
	padding: 0 0 0 30px;
}
#content h5 {
	font-size: 115%;
	color: #252525;
	padding: 0 0 10px 30px;
}
#content h6 {
	font-size: 115%;
	color: #252525;
	padding: 0 0 0 30px;
}
#content p {
	margin: 0 0 10px 30px;
}
#content ul {
	margin: 0 0 10px 47px;
	padding: 0;
}
#content ol {
	margin: 0 0 10px 47px;
	padding: 0;
}
#content blockquote {
	float: right;
	width: 200px;
	border: dotted 1px #C53A41;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #047ABC;
}
#content a:hover {
	color: #C53A41;
}
#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 #000000;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
#content .redtext {
	color: #FF0000;
}
/*
*  RIGHT COLUMN
*/
#rightcol {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 160px;
}
/*
*  SUBMENU
*/
#submenu {
	color: #C53A41;
	font-weight: bold;
	margin-top: 20px;
}
#submenu ul {
	margin: 0;
	padding: 5px 0 0 18px;
}
#submenu a:link, #submenu a:visited {
	color: #434107;
	text-decoration: none;
}
#submenu a:hover {
	color: #C53A41;
}
/*
*  FEATURES
*/
.feature {
	background: url(/images/feature.gif) left top repeat-y;
	width: 160px;
	margin-top: 20px;
}
.feature h2 {
	font-size: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
}
.feature a:link, .feature a:visited {
	color: #C53A41;
	text-decoration: none;
}
.feature a:hover {
	color: #9D0A0E;
}
.feature p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.feature p.more {
	text-align: right;
	padding: 0 0 20px 0;
}
/*
*  FOOTER
*/
#footer {
	background: url(/images/footer.gif) left top no-repeat;
	width: 761px;
	height: 46px;
}
#footer p {
	color: #797979;
	font-size: 80%;
	padding: 25px 20px 0 0;
	text-align: right;
}
/*
*  FORMS
*/
#response {
	padding: 0.5em;
	width: 100%;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 14em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 10em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
