@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
h1 {
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	font-size: 26px;
	padding-top: 30px;
}
h2 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
h3 {
	font-weight: 400;
	padding-top: 35px;
	padding-left: 15px;
	margin: 0px;
	font-size: 30px;
	padding-bottom: 10px;
}
h4 {
	font-weight: 600;
	padding-top: 25px;
	padding-left: 15px;
	margin: 0px;
}
h5 {
	font-weight: 600;
	padding-top: 10px;
	padding-left: 15px;
	margin: 0px;
	font-size: 16px;
}
h6 {
	text-align: center;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	line-height: 20px;
}
.faq_text {
	font-size: 13px;
	padding-bottom: 10px;
}
ul li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	padding-top: 8px;

	padding-bottom: 10px;

}
#red_bar {
	background-color: rgb(209,0,0);
	height: 10px;
	width: 100%;
}
#white_bar {
	height: 120px;
	width: 100%;
	background-color: rgb(255,255,255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
}
#header {
	height: 130px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 200px;
	max-width: 1000px;
	position: relative;
}
#logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	bottom: 10px;
	padding-left: 8px;
}
#nav {
	position: absolute;
	width: auto;
	top: 0px;
	right: 0px;
	text-align: right;
	line-height: 0px;
	font-size: 13px;
}
#right_nav {
	position: absolute;
	height: 50px;
	width: 150px;
	top: 0px;
	right: 10px;
	font-size: 15px;
	padding-top: 8px;
	text-align: right;
}
#body_wrapper {
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-width: 200px;
	max-width: 1010px;
	margin-top: 0px;
}
#div_left {
	position: relative;
	height: 450px;
	width: 320px;
	background-color: rgb(255,255,255);
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid rgb(204,204,204);
}
#div_center {
	position: relative;
	height: 450px;
	width: 320px;
	background-color: rgb(255,255,255);
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid rgb(204,204,204);
}
#div_right {
	position: relative;
	height: 450px;
	width: 320px;
	background-color: rgb(255,255,255);
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid rgb(204,204,204);
}
#div_bottom {
	position: relative;
	height: auto;
	width: 98%;
	background-color: rgb(255,255,255);
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	max-width: 985px;
	min-width: 200px;
	padding-bottom: 20px;
	border: 1px solid rgb(204,204,204);
}
#div_bottom_index {
	position: relative;
	height: auto;
	width: 98%;
	background-color: rgb(255,255,255);
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	max-width: 985px;
	min-width: 200px;
	padding-bottom: 20px;
	border: 1px solid rgb(204,204,204);
}
#div_copyright {
	position: relative;
	height: auto;
	width: 98%;
	margin-top: 5px;
	margin-left: 10px;
	max-width: 980px;
	min-width: 200px;
	padding-bottom: 20px;
	font-size: 11px;
	color: rgb(153,153,153);
	padding-left: 5px;
	float: left;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
	list-style: none;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
	list-style: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	list-style: none;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
	list-style: none;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
}

#active_page{
	color: #CC0000;
	font-weight:normal;
}

#one {
width: 50px;
display: inline-block;
}

#two {
width:50px;
display: inline-block;
padding-left: 15px;
}

#three{
width: 50px;
display: inline-block;
}


#img {padding-left: 18px;}
