body {
	background-image: url(img/bg_grad2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #524386;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
}
ul, li, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1 {
	font-size: 180%;
	color: #336799;
	margin-bottom: 15px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 160%;
	color: #F2982A;
	margin-bottom: 15px;
}
h4 {
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 100%;
	font-weight: bold;
}
a, a:link, a:active {
	color: #104e8b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
th {
	background-color: #969696;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffcc66;
}
td {
	padding: 5px;
}
#menu a, #menu a:link, #menu a:active{
	display: block;
	padding-left: 15px;
	background-image: url(img/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #3D306B;
	text-decoration: none;
}
#menu a:hover {
	color: #F9A01B;
	background-color: #3D306B;
	background-image: url(img/menu_bullet_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-image: url(img/header.jpg);
	height: 196px;
	width: 800px;
	display: block;
}
#content_wrapper {
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 23px bottom;
	width: 800px;
	display: block;
	height: auto;
}
#menu {
	width: 216px;
	float: left;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	margin: 0px;
	padding-left: 23px;
	padding-bottom: 20px;
}
#content {
	float: left;
	width: 498px;
	text-align: left;
	padding: 20px;
}
#footer {
	background-image: url(img/footer.gif);
	display: block;
	height: 108px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
	background-repeat: no-repeat;
}
#footer_content {
	line-height: 160%;
	padding-top: 18px;
	padding-left: 10px;
	float: left;
}
#footer_content a, #footer_content a:link, #footer_content a:active {
	color: #104e8b;
	text-decoration: none;
}
#footer_content a:hover {
	text-decoration: underline;
}
#content ul {
	margin-left: 25px;
	list-style-type: none;
}
#content li {
	background-image: url(img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#loading_gif {
	background-image: url(img/ajax-loader.gif);
	display: none;
	height: 24px;
	width: 24px;
}
#submitbutton {
	margin-bottom: 15px;
}
.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	background-image: url(img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.figure {
    float: right;
	clear: both;	
}
div.figure p {
    text-align: center;
	width: 135px;
	font-style: normal;
  	font-size: smaller;
	text-indent: 0;
}
.form_input {
	font-size: 11px;
	width: 200px;
	margin-bottom: 8px;
}
.faq_table {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2982A;
}
.btt {
	text-align: right;
	background-image: url(img/btt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
	font-size: 10px;
	clear: both;
}
.denotes {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.form_error {
	font-weight: bold;
	color: #CC0000;
	display: none;
	padding-top: 15px;
	font-size: 15px;
}
/* FLOAT FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	visibility: visible;
}
/* End hide from IE-mac */

