@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003300;
	line-height: 15px;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FBC352;
	height: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0px;
	height: 120px;
	background-image: url(Images/istock_5562240_rv-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F78F1E;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin: 0;
}
.twoColFixLtHdr #navbar {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.twoColFixLtHdr #navbar ul {
	padding: 0px;
}
.twoColFixLtHdr #navbar li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	clear: left;
	height: 660px;
	background-position: left top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFF66;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
	height: 670px;
} 
.twoColFixLtHdr #footer {
	background-color: #F78F1E;
	background-image: url(Images/istock_5562240_rv-orange-sm.jpg);
	height: 48px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-color: #F78F1E;
	background-position: bottom;
} 
.twoColFixLtHdr #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 */
	text-align: center;
	color: #512F01;
}
.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;
}
p {
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 16px;
}
.Q_style {
	font-weight: bold;
	color: #FF7A06;
	font-size: 16px;
}
.Question {
	color: #990000;
	font-weight: bold;
}
.A_Style {
	font-weight: bold;
	color: #FF7A06;
	font-size: 16px;
}
h1 {
	color: #990000;
	padding-top: 10pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-size: 36px;
	line-height: 38px;
}
.Next {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #990000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 13px;
	padding-top: -6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #990000;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	color: #005A00;
	text-align: left;
}
.testimonial_attribution {
	color: #333333;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 17px;
}
h6 {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #005A00;
}
.MP_testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #005A00;
}
.testimonial_border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005A00;
	padding-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005A00;
	font-size: 18px;
	line-height: 22px;
}
.MP_testimonial_border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005A00;
	padding-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005A00;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
a:link {
	color: #005A00;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #512F01;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.contact {
	font-size: 14px;
	font-weight: bold;
}

