@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F2F0F2;
	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: #000000;
}
.Main_Body #container {
	width: 942px;  /* 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: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8A8A8A;
	background-color: #FFFFFF;
	background-position: center top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	z-index: 0;
	overflow: visible;
} 
.Main_Body #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 192px;
	width: 942px;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
	z-index: 0;
} 
.Main_Body #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.Main_Body #footer {
	padding: 10px 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F2F0F2;
} 
.Main_Body #sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 0;
}

.Main_Body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Main_Body #container #sidebar1 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
	z-index: 1;
}
.Main_Body #container #sidebar1 td {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B7E553;
	border-bottom-color: #B7E553;
}
.Sidebar_links:link {
	text-decoration: none;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.Sidebar_links:visited {
	text-decoration: none;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.Sidebar_links:hover {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.Sidebar_links:active {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.Sidebar_links2:link {
	text-decoration: none;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.Sidebar_links2:visited {
	text-decoration: none;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.Sidebar_links2:hover {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.Sidebar_links2:active {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.Main_Body #Box1 {
	height: auto;
	border-color: #B7E553;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
.Main_Body #Box2 {
	height: auto;
	border-color: #B7E553;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-top: 15px;
}
.Main_Body #Box2Orange {
	height: auto;
	border-color: #FF9900;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-top: 15px;
}
.Main_Body #Box3 {
	height: auto;
	border-color: #B7E553;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-top: 15px;
}

.Main_Body #Box3Orange {
	height: auto;
	border-color: #FF9900;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-top: 15px;
}


.Main_Body #Box1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Main_Body #Box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.Main_Body #Box2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Main_Body #Box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.Main_Body #Box2Orange h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Main_Body #Box2Orange p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.Main_Body #Box3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Main_Body #Box3  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
}
.Main_Body #Box3Orange h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Main_Body #Box3Orange p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.Main_Body #container #sidebar1 #subWCU {
	width: 150px;
	visibility: visible;
	z-index: 5;
	margin: 50px 0 0 175px;
	border-bottom-style: solid;
	border-bottom-color: #B7E553;
	border-bottom-width: 3px;
	border-top-color: #B7E553;
	border-top-style: solid;
	border-top-width: 1px;
	background: #fff;
}

.Main_Body #container #header #Call_Us {
	position: relative;
	height: auto;
	width: 180px;
	left: 735px;
	top: 5px;
}
.Main_Body #container #header #Call_Us h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
}
.Main_Body #container #header #Call_Us hr {
	color: #B7E553;
	width: 100%;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
.Main_Body #container #header #Call_Us p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	line-height: 12px;
}
.Main_Body #container #header #Call_Us a:link {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.Main_Body #container #header #Call_Us a:visited {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.Main_Body #container #header #Call_Us a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.Main_Body #container #header #Call_Us a:active {
	text-decoration: underline;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.Main_Body #container #MainBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 6px;
}
.Main_Body #container #MainBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 6px;
}

.Main_Body #container #MainBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 0px;
}
.Main_Body #container #MainBox p.nomargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Main_Body #container #MainBox p.formhead {
	text-align: right;
	margin-top: 0px;
	font-size: 12px;
	}

.Main_Body #container #MainBox #FirstPara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
}
.Main_Body #container #MainBox a:link {
	font-weight: bold;
	color: #339900;
	text-decoration: underline;
}
.Main_Body #container #MainBox a:visited {
	font-weight: bold;
	color: #339900;
	text-decoration: underline;
}
.Main_Body #container #MainBox a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Main_Body #container #MainBox a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Main_Body #container #Box1 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/Green_Bullet.jpg);
	padding: 0px;
	margin: 0 0 0px 20px;
}
.Main_Body #container #Box1 li {
	margin-bottom: 6px;
}
.Main_Body #container #footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.Main_Body #container #MainBox #Area4 {
	background-color: #EEF9D8;
	width: 250px;
	float: right;
	position: relative;
	padding: 5px;
	border-bottom-color: #B7E553;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.Main_Body #container #MainBox #Area4 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
}
.Main_Body #container #MainBox #Area4 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/Green_Bullet_GreenBack.jpg);
	padding: 0px;
	margin: 0 0 0px 20px;
}
.Main_Body #container #MainBox #Area4 li {
	margin-bottom: 6px;
}
.Main_Body #container #Box2 #Quote1 {
	font-style: italic;
}
.Main_Body #container #Box2 #Quote2 {
	font-size: 9px;
	margin: 0;
}
.Main_Body #container #MainBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 6px;
}
.Main_Body #container #MainBox ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/Green_Bullet.jpg);
	padding: 0px;
	margin: 0 0 0px 20px;
}
.Main_Body #container #MainBox li {
	margin-bottom: 6px;
}

.Main_Body #container #MainBox #Quote1 {
	font-style: italic;
}
.Main_Body #container #MainBox #Quote2 {
	font-size: 9px;
	margin: 0;
}
.Main_Body #container #MainBox #Box3_NoContent {
	height: auto;
	width: 215px;
	margin: 0 0 40px 20px;
	position: relative;
	top: 30px;
	padding-top: 10px;
	border: 0;
}
.Main_Body #container #Box1 #Quote1 {
	font-style: italic;
}
.Main_Body #container #Box1 #Quote2 {
	font-size: 9px;
	margin: 0;
}.Main_Body #container #Box3 #Quote1 {
	font-style: italic;
}
.Main_Body #container #Box3 #Quote2 {
	font-size: 9px;
	margin: 0;
}
.Main_Body #container #Box2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/Green_Bullet.jpg);
	padding: 0px;
	margin: 0 0 0px 20px;
}
.Main_Body #container #Box2 li {
	margin-bottom: 6px;
}
}.Main_Body #container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


input {
	font-size: 10pt;
	background-color: white;
	color: #000000;
	border-width: 1px;
	border-color: #B7E553;
	border-style: solid;
	}
input.button {
	font-size: 10pt;
	background-color: #B7E553;
	color: #000000;
	border-width: 1px;
	border-color: #E1E1E1;
	border-style: solid;
	cursor: hand;
	padding: 5px;
	}
select {
	font-size: 10pt;
	background-color: white; 
	color: #000000; 
	border-width: 1px; 
	border-color: #B7E553; 
	border-style: solid; 
	}
option {
	font-size: 10pt; 
	background-color: white; 
	color: #000000; 
	border-width: 1px; 
	border-color: #B7E553; 
	border-style: solid; 
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	color: #000000; 
	border-width: 1px; 
	border-color: #B7E553; 
	border-style: solid;
	}