@charset "utf-8";

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000099;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 12px 12px 12px 12px;
}

body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #445785;
	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: left;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
#container {
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #445785;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

#header {
	background: #445785;
	padding: 10px 10px 0px 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. */

		} 
#sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #445785; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 25px 20px;
	}

#mainContent {
	color: #333333;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 65px;
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

#container #mainContent  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: left;
}	
#container #mainContent  h1 {
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	color: #000099;
}

#footer {
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e5ebf4;
	width: 810px;
	float: inherit;
} 
#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: #000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	
}
.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;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	width: 430px;
}
#container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}
.table_faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 3px;
	width: 90%;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	list-style-position: outside;
	list-style-type: georgian;
	text-align: left;
}
#container #mainContent #form1 .style1 {
	font-size: 24px;
}
