body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a{
	color:#c9ff38;
	text-decoration:none;
}
a:hover{
	color:#c9ff38;
	text-decoration:underline;
	cursor:pointer;
}
a:visited{
	color:#c9ff38;
	text-decoration:underline;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
       color: #c9ff38
}
h2 {
	font-size: 20px;
	font-weight: bold;
        color: #709BCC
}
h3 {
	font-size: 18px;
	font-weight: normal;
        font-style; italic;
	color: #c9ff38;
}

#container {
	width: 950px;
}
#header {
	float: left;
	width: 950px;
	padding-top: 19px;
}
#logo {
	float: left;
	width: 255px;
	height: 65px;
	padding-left: 20px;
}
#header_right {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}
#menu {
	float: left;
	height: 47px;
	width: 950px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_banner {
	float: left;
	height: 301px;
	width: 950px;
}
#tagline {
	float: left;
	height: 20px;
	width: 950px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}

#main_area {
	float: left;
	width: 950px;
	background-image: url(../images/home_main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1d5d94;
}
#home_body {
	text-align: left;
	float: left;
	width: 860px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 60px;
	padding-left: 30px;
}
#bottomnav {
	font-size: 13px;
	text-transform: uppercase;
	color: #6993b0;
	float: left;
	width: 950px;
}
#bottomnav a{
	color: #6993b0;
	text-decoration:none;
}
#bottomnav a:hover{
	color: #6993b0;
	text-decoration:underline;
}
#page_bottom {
	float: left;
	height: 20px;
	width: 950px;
}
#copyright {
	font-size: 13px;
	color: #164c7b;
	float: left;
	width: 950px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#copyright a{
	color: #164c7b;
	text-decoration:none;
}
#copyright a:hover{
	color: #164c7b;
	text-decoration:underline;
}
#inner_banner {
	float: left;
	height: 165px;
	width: 950px;
}
#inner_leftside {
	float: left;
	width: 645px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#inner_rightside {
	float: left;
	width: 216px;
	text-align: left;
	margin-top: 10px;
	background-image: url(../images/inner_border_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 30px;
}
.right_green_title {
	background-color: #70b839;
	float: left;
	width: 202px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
}
.right_txt {
	float: left;
	width: 202px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.inner_green_title_box {
	background-image: url(../images/inner_titlebox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 202px;
	text-align: center;
	padding-top: 11px;
}
#inner_topmenu {
	float: left;
	width: 645px;
}
#inner_body {
	float: left;
	width: 645px;
	padding-top: 30px;
}
#homeright {
	float: left;
	width: 457px;
}
.homebox {
	float: left;
	width: 214px;
	background-color: #004475;
}
.homebox_title {
	background-image: url(../images/home_titlebox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: left;
	height: 30px;
	width: 214px;
	padding-top: 11px;
	font-size: 14px;
	font-weight: bold;
}
.homebox_txt {
	float: left;
	width: 202px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#home_videoarea {
	float: right;
	height: 240px;
	width: 324px;
	padding-top: 25px;
}






.size12 {
	font-size: 12px;
}










.font_type_arial {
	font-family: Arial, Helvetica, sans-serif;
}
