@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #176050;
	background-color: #ebe8d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container {
	width: 75%;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20%;
} 


.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	background-color: #006633;
	text-align: center;
} 
.header_bar {
	background-color: #006633;
	height: 2px;
	width: 100%;
}
.twoColFixLtHdr #header h1 {
	color: #006633;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20%;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 20px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-bottom: 15px;
	background-color: #006633;
	padding-left: -25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -25px;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type: none;
	margin-top: 2px;
}
.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.twoColFixLtHdr #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #sidebar1 a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.twoColFixLtHdr  #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 45px;
	padding-bottom: 15px;
	background-color: #006633;
	padding-top: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 369px;
}
.twoColFixLtHdr  #sidebar2  li {
	list-style-type: none;
	margin-top: 2px;
}
.twoColFixLtHdr  #sidebar2  a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.twoColFixLtHdr  #sidebar2  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr  #sidebar2  a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.twoColFixLtHdr  #sidebar2  a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.twoColFixLtHdr  #mainContent_index {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	min-height: 460px;
	background-color: #006633;
} 
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	min-height: 460px;
	background-color: #ebe8d7;
} 
.twoColFixLtHdr #mainContent p {
	color: #006633;
	font-size: 14px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	color: #006633;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-bottom: 5px;
}
.twoColFixLtHdr  #mainContent_index  h2 {
	font-size: 14px;
	text-decoration: underline;
	color: #006633;
	margin-top: 55px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 14px;
	text-decoration: underline;
	color: #006633;
	margin-top: 55px;
}


.twoColFixLtHdr #mainContent h4 {
	text-align: right;
	margin-top: -10px;
	font-size: 14px;
}

.twoColFixLtHdr #mainContent li {
	font-size: 14px;
	color: #006633;
	padding-bottom: 8px;
}


.twoColFixLtHdr #mainContent a {
	color: #669900;
	font-size: 16px;
}
.twoColFixLtHdr #mainContent img {
	margin-bottom: 50px;

}

.twoColFixLtHdr  #mainContent a:visited {
	color: #669900;
}
.twoColFixLtHdr #mainContent .faq li {
	margin-bottom: 15px;
}

.twoColFixLtHdr #mainContent a:hover {
	color: #669900;
	text-decoration: none;
}
.twoColFixLtHdr  #footer_index {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	background-color: #ebe8d7;
} 
.twoColFixLtHdr  #footer_index  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.twoColFixLtHdr  #footer_index  li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.twoColFixLtHdr  #footer_index  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #339933;
	font-size: 10px;
	text-transform: uppercase;
}
.twoColFixLtHdr  #footer_index  a:visited {
	color: #339933;
}
.twoColFixLtHdr  #footer_index  a:hover {
	text-decoration: none;
}


.twoColFixLtHdr #footer {
	margin-top: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	background-color: #ebe8d7;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.twoColFixLtHdr #footer li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #339933;
	font-size: 10px;
	text-transform: uppercase;
}
.twoColFixLtHdr #footer a:visited {
	color: #339933;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
}




.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.block img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.block {
	width: 475px;
	height: 200px;
}
.block_left img {
	float: left;
}

.block_left p {
	margin-left: 150px;
	margin-top: 50px;
}


.block_right img {
	float: right;
}
.block_right p {
	margin-right: 150px;
	text-align: right;

}


.bold {
	font-weight: bold;
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thankyou_list {
	text-align: center;
}
.thankyou_list li {
	list-style-type: none;
}

.red_line {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6544e;
	margin-bottom: 50px;
	margin-top: 15px;
}
#index {
	background-color: #006633;
	width: 760px;
	height: 525px;
	text-align: center;
	margin-bottom: 0px;
}
#index  #inner_box  img    {
	margin: 0px;
}
.no_border {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 .no_border {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 .no_border img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent_index #index #inner_box h2 {
	margin: 0px;
	color: #00cc66;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
#mainContent_index   #index img    {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent_index #index img {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent_index #index #inner_box h1 {
	margin: 5px;
	color: #339933;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}



#index h1 {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent_index #index #inner_box p {
	color: #00cc66;
	font-size: 17px;
	font-weight: normal;
}



#inner_box {
	height: 390px;
	width: 435px;
	background-image: url(images/index_watermark.jpg);
	background-color: #ebe8d7;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 175px;
	border: 1px solid #e915d4;
	margin-bottom: 0px;
}

.block2  img {
	float: left;
}
.block2 {
	width: 600px;
	height: 235px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 25px;
}
.block2  p {
	font-size: 14px;
	margin-left: 215px;
}

.center {
	text-align: center;
}
.center img {
	margin-top: 20px;
}
.center_img {
	margin-left: 22%;
	margin-top: 20px;
}
.center_a {
	margin-left: 41%;
}