body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#banner {
	background: url(/images/bannerBg.gif);
	height: 100px;
	margin: 0;
}
#banner h1 {
	padding: 20px 0 0 30px;
	margin: 0;
	color: #FF6600;
	font-size: 28px;
	font-weight: 500;
}
#banner h1 span {
	color: white;
}
#banner h1 b {
	display: none;
}
#banner #logo {
	margin-right: 20px;
}
#menu {
	margin-left: 180px;
	background: #626A80;
	text-align: center;
	border-top: solid 2px #AEB2BE;
	border-bottom: solid 2px #434B61;
}
#menu div {
	margin: auto;
}
#menu b {
	display: none;
}
#menu a {
	float: left;
	display: block;
	padding: 3px 20px 3px 20px;
	font-size: 0.8em;
	font-weight: bold;
	border-left: solid 1px #AEB2BE;
	border-right: solid 1px #434B61;
}
#menu a:link {
	color: white;
	text-decoration: none;
}
#menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	background: url(/images/menuoverBg.jpg) left top repeat-x;
}
#features {
	float: right;
	width: 150px;
	font-size: 0.8em;
	color: #434B61;
}
.feature {
	border-top: solid 1px #D2D4DC;
	border-left: solid 1px #D2D4DC;
	border-right: solid 1px #626A80;
	border-bottom: solid 1px #626A80;
	margin: 20px 5px 0 0;
}
.feature div {
	background: #F0F0F0;
	border: solid 2px #AEB2BE;
	padding: 3px;
}
.feature h2 {
	font-size: 100%;
	margin: 0;
}
.feature h2 a:link {
	color: #FF6600;
}
.feature h2 a:visited {
	color: #434B61;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #FF8533;
	text-decoration: none;
}
.feature p {
	font-size: 100%;
	margin: 0;
}
.feature p a:link {
	color: #FF6600;
}
.feature p a:visited {
	color: #434B61;
}
.feature p a:hover {
	color: #FF8533;
}
#footer {
	margin: 0 0 0 180px;
	text-align: center;
	font-size: 0.7em;
	color: white;
}
#footer a:link {
	color: #FFFFFF
}
#footer a:visited {
	color: #FFFFFF
}
#footer a:hover {
	color: #FF6600
}
#footer div {
	width: 95%;
	text-align: center;
	background: #626A80;
	border-top: solid 2px #AEB2BE;
	border-bottom: solid 2px #434B61;
	border-left: solid 2px #AEB2BE;
	border-right: solid 2px #434B61;
	padding: 3px;
	margin: auto;
}
#content {
 font-size: 0.8em;
 color: #434B61;
 margin-left: 180px;
 padding: 5px 20px 20px 20px;
 margin-right: 150px;
 width: 750px;
}
#content h1 {
 font-size: 15px;
 color: #A4A2A2;
 margin-top: 0;
 margin-bottom: 10px;
 text-align: center;
}
#content h2 {
	font-size: 120%;
	color: #434B61;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}
#content h3 {
	font-size: 20px;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h4 {
	font-size: 110%;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 105%;
	color: #626A80;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 105%;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 0px;
}
#content td {
	font-size: 0.8em;
	color: #434B61;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content li {
	margin-top: 6;
	margin-bottom: 6px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #434B61;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #000080;
}
#content a:hover {
	color: FF6600;
}
#content .imgleft {
	float: left;
	margin: 0 8px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 8px;
}
#content .imgborder {
	border: solid 1px #000000;
}
#content .normal {
	font-weight: normal;
}
#content a.seolink:link, #content a.seolink:visited, #content a.seolink:hover {
	color: #4b4b4b;
	text-decoration: none;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .mediumtext {
	font-size: 125%;
}
#content .largetext {
	font-size: 150%;
}
#content .largertext {
	font-size: 200%;
}
.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%;
}
#leftbar {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 180px;
	background: #444C62 url(/images/leftbarBg.jpg) left top repeat-x;
	border-left: solid 2px #434B61;
	border-right: solid 2px #434B61;
	border-bottom: solid 2px #434B61;
}
div#submenu {
	margin-top: 25px;
	margin-bottom: 30px;
}
div#submenu h2 {
	margin: 0;
	padding: 3px;
	color: #626A80;
	font-size: 0.9em;
}
div#submenu h2 a:link {
	color: #434B61;
	text-decoration: none;
}
div#submenu h2 a:visited {
	color: #434B61;
	text-decoration: none;
}
div#submenu h2 a:hover {
	color: #FFFFFF;
}
div#submenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#submenu li {
	margin: 0;
	list-style: none;
	border-top: solid 1px #D2D4DC;
	border-bottom: solid 1px #626A80;
}
div#submenu li a {
	display: block;
	padding: 3px;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
}
div#submenu>ul a {
	width: auto;
}
div#submenu li a:link {
	color: #434B61;
	text-decoration: none;
}
div#submenu li a:visited {
	color: #434B61;
	text-decoration: none;
}
div#submenu li a:hover {
	color: #434B61;
	background: #949BAA;
}
#win {
	background: #EEEEEE;
	margin: 10px 5px 0 5px;
	padding: 10px 7px 10px 7px;
}
#win h3 {
	font-size: 100%;
	margin: 0;
	padding: 0 0 5px 0;
}
#win h3 a:link, #win h3 a:visited {
	text-decoration: none;
	color: #002D62;
}
#win h3 a:hover {
	text-decoration: none;
	color: #D30E45;
}
#win p {
	font-size: 0.8em;
	color: #434B61;
	padding: 0;
	margin: 0;
}
#win p.more {
	font-weight: bold;
	text-align: right;
	padding: 3px 0 0 0;
}
#win p.more a:link, #win p.more a:visited {
	text-decoration: none;
	color: #0000FF;
}
#win p.more a:link, #win p.more a:visited {
	color: FF6600;
}
.popmenu {
	display: none;
	position:   absolute;
        background: #626A80;
	border-left: solid 1px #AEB2BE;
	border-right: solid 1px #434B61;
	z-index:1;
	border-top: solid 2px #434B61;
	margin: 0px;
	padding: 0;
	width: 235px;

}
.popmenu li {
	margin: 0px;
	list-style: none;
	border-top: solid 1px #AEB2BE;
	border-bottom: solid 1px #434B61;
}
.popmenu li a {
	display: block;
	padding: 3px;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
}
ul.popmenu>li a {
	width: auto;
}
.popmenu a:link {
	color: white;
	text-decoration: none;
}
.popmenu a:visited {
	color: white;
	text-decoration: none;
}
.popmenu a:hover {
	color: #434B61;
	background: #949BAA;
}
#contact {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	font-weight: bold;
        	font-style: italic;
	color: #FFFFFF;
}
#contact h4 {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 18px;
	font-style: italic;
}
#contact a:link, #contact a:visited {
	color: #FFFFFF;
        text-decoration: none;
}
#contact a:hover {
	color: #FF6600;
}
}
#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;
}
#response .wide label {
width: 23em;
text-align: left;
}
#pagecontent {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#pagecontent p {
	margin-top: 10px;
}
#pagecontent label {
	font-weight: bold;
}
#pagecontent input.submit {
	width: 7em;
	text-align: center;
}
#pagecontent textarea {
	background: #FFFFFF;
	width: 100%;
}
#pagecontent input:focus, #pagecontent textarea:focus {
	background-color: #dedede;
}
/*
*  FORM
*/
.error {
	color: red;
	font-weight: bold;
}
.info {
	color: #008000;
	font-weight: bold;
}
.imsform {
	margin: 0;
	font-size: 1em;
	font-family: Arial;
}
.imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
.imsform .row {
	clear: left;
	padding: 8px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml0 {
	width: 100%;
}
.imsform .ml1 {
	width: 24%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	margin-top: -4px;
	max-width: 75%;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	float: right;
	width: 7em;
	font-weight: bold;
	background: #C1D82C;
}
#content .imsform .req, .imsform .req {
	font-weight: bold;
	color: purple;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 130%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
