/* CSS Document */
body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 10px 0px 0px;	
	padding-left:50%;
	background: #A8C1D7 repeat-y center;
}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #CCCCCC;}

.container {
	width: 880px;
	margin-left: -440px;
}

.heading {
	width: 880px;
	background-color: #FFFFFF;
	background-image: url(images/layout/header_bg.jpg);
	height: 270px;
}
.nav_container {
	background-color: #FFFFFF;
	width: 880px;
	height: 30px;
	background-image: url(images/layout/nav_bg.jpg);
}
.main_container {
	background-color: #FFFFFF;
	background-image: url(images/layout/main_bg.jpg);
}
.footer {
	background-color: #FFFFFF;
	width: 880px;
	height: 50px;
	background-image: url(images/layout/footer_bg.jpg);
}
.nav_text {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	font-weight: bold;
}
.dropdown_text {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 1px;
	border-right: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	padding-left: 5px;
	height: 25px;
}
.border_outline {
	border: 1px solid #003366;
}
.page_txt_12 {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.heading_1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.bullet_txt_12 {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 25px;
}
.heading_2 {
	font-size: 12px;
	color: #003366;
}
.heading_3 {

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
}
.page_txt_10 {

	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.heading_0 {

	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 35px;
}
.heading_4 {


	font-size: 14px;
	font-weight: bold;
	color: #003366;
	line-height: 30px;
}
.page_txt_14 {

	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.border_outline2 {

	border: 1px solid #A8C1D7;
}
.footer_text {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-right: #CCCCCC;
	border-left: #CCCCCC;
	line-height: 20px;
}

