body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #C0C0C0;
}
#page {
	margin: 0 auto 0 auto;
	width: 1003px;
	background: #FFFFFF url(/images/bg.gif) left top repeat-y;
}
#header {
	position: relative;
	background: #ED1B23 url(/images/head.gif) right top no-repeat;
	width: 1003px;
	height: 186px;
}
#header img {
	position: absolute;
	top: 0px;
	left: 50px;
}
#header table {
	position: absolute;
	top: 0;
	left: 500px;
	width: 480px;
	height: 186px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5;
}
#header table h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}
#header p {
	position: absolute;
	top: 160px;
	right: 22px;
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
/*
*  MENU
*/
#menu {
	width: 1003px;
	height: 40px;
	background: #FFFFFF url(/images/menuBG.gif);
}
#menu a {
	display: block;
	width: 159px;
	height: 28px;
	margin: 1px;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	background: url(/images/menu.jpg) left top no-repeat;
	color: #000000;
	text-decoration: none;
}
#menu a.current:link, #menu a.current:visited {
	background: url(/images/menuH.jpg) left top no-repeat;
}
#menu a:hover {
	background: url(/images/menuH.jpg) left top no-repeat;
	color: #FF0000;
}
#menu table {
	margin: 0 auto 0 auto;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	background: #CCCCCC;
	width: 113px;
	padding: 0 12px 5px 12px;
	border-left: solid 1px #EEEEEE;
	border-bottom: solid 1px #B0B0B0;
	border-right: solid 1px #B0B0B0;
}
.popmenu a {
	display: block;
	padding: 8px 3px 8px 6px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: solid 2px #FFFFFF;
	width: 104px;
}
.popmenu a:link, .popmenu a:visited {
	color: #000000;
	text-decoration: none;
}
.popmenu a:hover {
	color: #FF0000;
}
#main {
	position: relative;
	width: 1003px;
	background: url(/images/headS.gif) left top repeat-x;
	padding: 7px 0 10px 0;
}
/*
*  CONTENT
*/
#iframe {
	width: 745px;
	margin: -22px 0 0 -70px;
}
#content {
	margin: 15px 250px 10px 77px;
	text-align: left;
	line-height: 1.4;
}
#content h1 {
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 130%;
	color: #ED1B23;
	font-style: italic;
	margin: 10px 10px 5px 10px;
}
#content h3 {
	font-size: 110%;
	margin: 10px 0 5px 0;
}
#content h4 {
	font-size: 110%;
	margin: 10px 0 1px 0;
}
#content p {
	margin: 0 0 5px 0;
}
#content ul {
	margin-top: 0;
	margin-bottom: 5px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 5px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #70C057;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	xcolor: #1A0B7D;
}
#content a:visited {
	xcolor: #70C057;
}
a:hover {
	color: #ED1B23;
}
#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;
}
#content .redtext {
	color: #9D0A0E;
}
#content h1.larger {
	font-size: 200%;
}
#content h2.larger {
	font-size: 160%;
}
#content h3.larger {
	font-size: 160%;
}
#content h4.larger {
	font-size: 160%;
}
#content p.larger {
	font-size: 140%;
}
#content .clickhere {
	display: block;
	width: 167px;
	height: 38px;
	background: url(/images/featurebutton.jpg) left top no-repeat;
	font-size: 18px;
	padding: 5px 0 0 0;
	text-align: center;
}
#content .clickhere:link, #content .clickhere:visited {
	color: #000000;
	text-decoration: none;
}
#content .clickhere:hover {
	color: #FF0000;
}
.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: 170px;
	padding-right: 5px;
}
.col2n {
	width: 473px;
	border-left: dotted 1px #CCCCCC;
	border-right: dotted 1px #CCCCCC;
	padding: 0 10px 0 10px;
}
.col3 {
	margin-right: 10px;
}
#homecols {
	width: 1003px;
	background: url(/images/feature.gif) left top repeat-y;
	margin: 0;
	line-height: 1.2;
}
#homecolstop {
	width: 1003px;
}
#homecolsbottom {
	width: 1003px;
	background: url(/images/featureB.jpg) left bottom no-repeat;
}
#homecols a {
	display: block;
	width: 225px;
	padding: 260px 10px 50px 10px;
	text-decoration: none;
}
#content #homecols a:link p, #content #homecols a:visited p, #content #homecols a:link h2, #content #homecols a:visited h2 {
	color: #E5E5E5;
}
#content #homecols a:hover h2, #content #homecols a:hover p {
	color: #ED1B23;
}
.homecol1 {
	float: left;
	width: 245px;
	padding: 20px 0 10px 80px;
}
.homecol2 {
	float: left;
	width: 245px;
	padding: 20px 0 10px 52px;
}
.homecol3 {
	float: left;
	width: 245px;
	padding: 20px 0 10px 54px;
}
#content #homecols h2 {
	font-size: 130%;
	xcolor: #E5E5E5;
	font-style: normal;
	margin: 0 0 10px 0;
	text-align: center;
}
#content #homecols p {
	margin: 0 0 10px 0;
	font-size: 110%;
	xcolor: #E5E5E5;
}
/*
*  RIGHT COLUMN
*/
#rightcol {
	position: absolute;
	left: 757px;
	top: 20px;
	width: 171px;
}
#search {
	margin: 0 0 10px 0;
}
#submenu {
	width: 155px;
	text-align: left;
	border-top: solid 2px #FFFFFF;
}
#submenu a {
	display: block;
	width: 145px;
	font-size: 120%;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-bottom: solid 2px #FFFFFF;
}
#submenu a:link, #submenu a:visited {
	color: #000000;
	text-decoration: none;
}
#submenu a.current:link, #submenu a.current:visited {
	color: #FF0000;
}
#submenu a:hover {
	color: #FF0000;
}
#submenu b {
	display: none;
}
#tools {
	width: 171px;
	background: #ED1B23 url(/images/tools.gif) left top repeat-y;
	margin-top: 10px;
}
#tools h2 {
	margin: 0;
	padding: 10px 20px 10px 15px;
	color: #FFFFFF;
	background: url(/images/toolsT.gif) left top no-repeat;
	font-size: 130%;
	line-height: 1.5;
}
#tools p {
	margin: 0;
	padding: 0 20px 10px 15px;
	color: #FFFFFF;
	font-size: 100%;
	xline-height: 1.5;
}
#signup {
	width: 171px;
	background: #2E3033 url(/images/signup.gif) left top repeat-y;
}
#signup div {
	padding: 0 0 10px 0;
	background: url(/images/signupB.gif) left bottom no-repeat;
}
#signup form {
	width: 136px;
	margin: 0;
	padding: 10px 20px 0 15px;
	background: url(/images/signupT.jpg) left top no-repeat;
	text-align: left;
}
#signup form label {
	display: block;
	font-size: 100%;
	color: #FFFFFF;
}
#signup form input {
	display: block;
	width: 95%;
	margin: 0 0 5px 0;
}
#privacy {
	font-size: 80%;
	margin: 2px 0 0 0;
}
#print {
	position: absolute;
	top: 0px;
	left: 190px;
}
#print a {
	display: block;
	background: url(/images/printer.png) center top no-repeat;
	padding: 22px 0 0 0;
}
#print a:link, #print a:visited {
	color: #000000;
	text-decoration: none;
}
#print a:hover {
	color: #ED1B23;
}
/*
*  FOOTER
*/
#footer p {
	margin: 10px 0 0 0;
}
#footer .contact {
	font-size: 140%;
}
#footer .copyright {
	font-size: 90%;
}
/*
*  FEATURES
*/
#features {
	width: 1003px;
	background: url(/images/feature.gif) left top repeat-y;
}
#features div {
	width: 1003px;
	background: url(/images/featureT.jpg) left top no-repeat;
}
#features div div {
	background: url(/images/featureB.gif) left bottom no-repeat;
	padding: 0 0 18px 0;
}
#features td {
	padding: 300px 0 0 0;
}
/*
*  FORMS
*/
#response {
	padding: 0.5em;
	width: 90%;
}
#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: 10em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
