@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
		color:#023b92;

}

.main_body {
text-align:center;
width:1000px;
margin:0 auto;

}

.menu_area {
text-align:left;
width:247px;
float:left;
}

.content_area {
text-align:left;
width:960px;
padding:20px;
}

.content_area a:link {
	color: #023b92;
	text-decoration: none;
	font-weight:bold;
}
.content_area a:visited {
	text-decoration: none;
	color: #023b92;
	font-weight:bold;	
}
.content_area a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #66A743;
}
.content_area a:active {
	text-decoration: none;
	color: #66A743;
	font-weight:bold;
}




.header {
margin-left:0px;
width:1000px;
background-color:#ffffff;
padding:20px 0px 20px 0px;
}



.menu_item a:link {
	color: #023b92;
	text-decoration: none;
	font-weight:bold;
}
.menu_item a:visited {
	text-decoration: none;
	color: #023b92;
	font-weight:bold;	
}
.menu_item a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #66A743;
}
.menu_item a:active {
	text-decoration: none;
	color: #66A743;
	font-weight:bold;
}



h1 {

font-size:18px;
color:#023b92;
}

h2 {
font-size:14px;
color:#023b92;
}

h3 {
margin-top:0px;
font-size:14px;
color:#023b92;
text-transform:uppercase;
}

h4 {
margin-top:0px;
font-size:13px;
color:#336600;
font-weight:bold;
}

hr {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dashed #DDE2C2;
}



.footer {
width:960px;
font-size:10px;
text-align:center;
padding:20px;
}

.footer a:link {
	color: #023b92;
	text-decoration: none;
	font-weight:bold;
}
.footer a:visited {
	text-decoration: none;
	color: #023b92;
	font-weight:bold;	
}
.footer a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #66A743;
}
.footer a:active {
	text-decoration: none;
	color: #66A743;
	font-weight:bold;
}



.footer_sec {
width:868px;
margin:0px;
height:auto;
font-size:10px;
background-color:#FFFFFF;
}

.footer_sec a:link {
	color: #023b92;
	text-decoration: none;
	font-weight:bold;
}
.footer_sec a:visited {
	text-decoration: none;
	color: #023b92;
	font-weight:bold;	
}
.footer_sec a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #66A743;
}
.footer_sec a:active {
	text-decoration: none;
	color: #66A743;
	font-weight:bold;
}






