@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main/home_bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#01559d;
	
/* Main Style Font */	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	line-height:20px;
}

/* Layout */

div.holder {
	margin:0 auto;
	top:0px;
	width:916px;
	height:auto;
}

div.main_nav{
	width:633px;
	height:68px;
	float:right;
	margin-top:45px;
	margin-right:6px;
	display:inline;
}

div.content {
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	width:816px;
	height:auto;
	float:right;
	background-image:url(../images/main/bg2_main.jpg);
	background-repeat:repeat-y;
}

div.cntnt_topcurve {
	width:916px;
	height:40px;
	float:right;
	background-image: url(../images/main/bg1_curve.png);
	background-repeat:no-repeat;
}

div.header {
	margin-right:0px;
	margin-top:0px;
	top:0px;
	width:916px;
	height:410px;
	float:right;
}

div.footer {
	margin:0 auto;
	width:916px;
	height:200px;
	float:right;
	background-image: url(../images/main/bottom.jpg);
	background-repeat:no-repeat;
}

div.line_divider {
	width:815px;
	overflow:hidden;
	height:1px;
	background-color: #FFFFFF;
}

div.line_dividersmall {
	width:220px;
	overflow:hidden;
	height:1px;
	background-color: #CCCCCC;
}

div.inside_footer {
	margin:0 auto;
	width:343px;
	height:95px;
	margin-top:80px;
	margin-bottom:50px;
}

/*Fonts*/
a:link {
	color: #0072bc;
	font-weight:800;
	text-decoration: none;
	line-height:14px;
}
a:visited {
	/*color: #A9C3DE;*/
	color: #0072bc;
	text-decoration: none;
	line-height:14px;
}
a:hover {
	color: #78A6E4;
	text-decoration: none;
	line-height:14px;
}

.font01 a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 14px;
	color:#0076da;
}
.font01 a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 14px;
	color:#0076da;
}

.header_font_green {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#719a00;
}

.header_font_blue {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:12px;
	color: #7da7d9;
}

.header_font_greenbold {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:14px;
	color: #719a00;
}

.subheader_font_graybold {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:13px;
	color: #666666;
}

.subheader_font_graybold2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:12px;
	color: #999999;
}
.subheader_font_graybold_sml {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
}