body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#page {
	margin: 0 auto 0 auto;
	width: 969px;
	text-align: left;
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
	border-left: solid 1px #bebebe;
}
#header {
	position: relative;
	margin: 0 auto 2px auto;
	width: 969px;
	height: 104px;
	background: url(images/header.jpg) top left no-repeat;
}
#header p {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 142px;
	border-left: solid 1px #ffffff;
	margin: 0;
	padding: 18px 5px 0 10px;
	font-size: 95%;
	color: white;
	font-weight: bold;
}
#header p a:link, #header p a:visited {
	color: #ffffff;
}
#header p a:hover {
	color: #4277B2;
}
/*
*  MENU
*/
#menu {
	width: 969px;
	background: #000000;
	text-align: left;
}
#menu table {
	margin: 0 auto 0 auto;
}
#menu a {
	display: block;
	height: 14px;
	padding: 5px 14px 5px 19px;
	font-size: 100%;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ffffff;
	background: url(images/arrow-right.gif) center left no-repeat;
}
#menu a.current:link, #menu a.current:visited {
	text-decoration: none;
	color: #EC3D20;
	background: url(images/arrow-down.gif) center left no-repeat;
}
#menu a:hover {
	color: #EC3D20;
	background: url(images/arrow-down.gif) center left no-repeat;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 148px;
	background: #ffffff;
	border-top: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	border-left: solid 1px #c7c7c7;
}
.popmenu a {
	display: block;
	height: 14px;
	padding: 5px 5px 5px 19px;
	border-bottom: solid 1px #c7c7c7;
	font-size: 100%;
	font-weight: bold;
}
.popmenu a:link, .popmenu a:visited {
	text-decoration: none;
	background: #ECEEF2 url(images/arrow-right-sm.gif) center left no-repeat;
	color: #646464;
}
.popmenu a:hover {
	background: #ffffff url(images/arrow-right-smH.gif) center left no-repeat;
	color: #EC3D20;
}
.popmenu b {
	display: none;
}
#main {
	position: relative;
	width: 969px;
	padding-top: 2px;
}
/*
*  CONTENT
*/
#content {
	width: 641px;
	margin: 0 0 0 154px;
	padding: 15px 8px 10px 8px;
	color: #000000;
	border-top: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
}
#content h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 130%;
	color: #EC3D20;
}
#content h2 {
	margin: 10px 0 10px 0;
	font-size: 120%;
	font-style: italic;
	color: #4277B2;
}
#content h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 120%;
	color: #EC3D20;
}
#content h4 {
	margin: 10px 0 10px 0;
	font-size: 120%;
	color: #4277B2;
}
#content h5 {
	margin: 10px 0 0 0;
	font-size: 120%;
	color: #EC3D20;
}
#content h6 {
	margin: 10px 0 0 0;
	font-size: 120%;
	color: #4277B2;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 100%;
}
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 100%;
}
#content ol {
	margin: 0 0 10px 27px;
	padding: 0;
	font-size: 100%;
}
#content blockquote {
	float: right;
	width: 200px;
	border: dotted 1px #EC3D20;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
a:link, a:visited {
	xcolor: #e2a961;
}
a:hover {
	color: #17853e;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .pinktext {
	color: #EE008A;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#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 #333333;
}
#content .pinkborder {
	border: solid 1px #EE008A;
}
.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%;
}
/*
*  LEFTCOL
*/
#leftcol {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 150px;
	padding: 0 5px 5px 0;
}
#submenu h2 {
	margin: 0;
	border-bottom: solid 1px #BD311A;
	width: 150px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#submenu h2 a {
	display: block;
	width: 140px;
	padding: 5px 5px 5px 5px;
}
#submenu h2 a:link, #submenu h2 a:visited {
	text-decoration: none;
	background: #000000;
	color: #EC3D20;
}
#submenu h2 a:hover {
	background: #ffffff;
	color: #EC3D20;
}
#submenu p {
	margin: 0;
	border-bottom: solid 1px #666666;
	width: 150px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
#submenu p a {
	display: block;
	width: 126px;
	padding: 5px 5px 5px 19px;
}
#submenu p a:link, #submenu p a:visited {
	text-decoration: none;
	background: #000000 url(images/arrow-right.gif) center left no-repeat;
	color: #ffffff;
}
#submenu p a:hover {
	background: #ffffff url(images/arrow-right-sm.gif) center left no-repeat;
	color: #EC3D20;
}
#decor {
	width: 150px;
	height: 179px;
	background: url(images/leftcol.gif) left top no-repeat;
}
/*
* RIGHTCOL
*/
#rightcol {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 150px;
	background: #ECEEF2;
}
.feature h2 {
	margin: 0;
	padding: 0 0 3px 0;
	width: 150px;
	background: #000000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.feature h2 a {
	display: block;
	width: 140px;
	padding: 5px 5px 5px 5px;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #cccccc;
}
.feature h2 a:hover {
	background: #000000;
	color: #EC3D20;
	border-bottom: solid 1px #EC3D20;
}
.feature p {
	margin: 0;
	padding: 5px 5px 0 5px;
	color: #646464;
}
.feature p.more {
	padding: 0 5px 5px 5px;
	text-align: right;
}
.feature p a:link, .feature p a:visited {
	text-decoration: none;
	color: #EC3D20;
}
.feature p a:hover {
	color: #646464;
	text-decoration: underline;
}
/*
*  FOOTER
*/
#footer {
	margin: 0 auto 0 auto;
	width: 969px;
	background: #ffffff;
	padding: 5px;
	font-size: 90%;
	color: #6e6e6e;
	text-align: center;
}
#footer p.contact {
	margin: 0;
	color: #ED482D;
}
#footer p.contact span {
	color: #6892C1;
	padding: 0 10px 0 10px;
}
#footer p.contact a:link, #footer p.contact a:visited {
	color: #6892C1;
}
#footer p.contact a:hover {
	color: #666666;
}
#footer p.web {
	margin: 5px 0 5px 0;
	color: #6b6b6b;
	font-size: 90%;
}
#footer p.web a:link, #footer p.web a:visited {
	text-decoration: none;
	color: #6b6b6b;
}
#footer p.web a:hover {
	color: #ED482D;
}
/*
*  RESPONSE FORM
*/
#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: 7em;
	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;
}

