@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8AC640;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #header {
	background-image: url(images/headerBG.jpg); 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: top;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.menu{ /*menu expanders*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #818181;
}	

.submenu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}
.submenu a:link {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.submenu a:visited {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.submenu a:hover {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.submenu a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.closedsubmenu a {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;}
.closedsubmenu a:link {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.closedsubmenu a:visited {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.closedsubmenu a:hover {
	color: #DA1C5C;
}
.closedsubmenu a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style1 {
	font-size: 11px;
	color: #818181;
	position: relative;
	padding-bottom: 10px;
	padding-top: 4px;
}
a:link {
	color: #818181;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #818181;
}
a:hover {
	text-decoration: underline;
	color: #818181;
}
a:active {
	text-decoration: none;
	color: #818181;
}
.style11 {
	color: #818181;
	font-size: 12px;
}
.style12 {
	color: #F8B041;
	font-size: 10px;
}
.style14 {
	color: #B72268;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8AC640;
}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D51859;
}
span.style18 {
color:#D51859;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
}
.style18 
{
	font-size:24px;
	font-weight:bold;	
}

/* CONTACT US */
.gbFormRequired {color:#ff0000; font-size:11px; }
input.gbFormButton {font-weight:bold;cursor: pointer; color:#000000;}
input.gbFormText {margin-right:5px;font-size: 10pt; padding:1px;}
input.gbFormTextReq {margin-right:5px;font-size: 10pt;padding:1px;}
input.gbFormTextReqError {margin-right:5px;background-color:#fddcde;border:solid 1px #7F9DB9;font-size: 10pt;padding:1px;}
.style8 {
	font-size: 11px;
	color: #818181;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}
.gbFeedbackPos{background-color:#ceefc6; color:#008800; font-weight:bold; padding: 8px; margin-bottom:15px;font-size:12px;color:#5c5c5c;}
.gbFeedbackNeg{background-color:#fddcde; color:#cc0000; font-weight:bold; padding: 8px; margin-bottom:15px;font-size:12px;color:#5c5c5c;}