html{
	height: 100%;
}

body { 
	background: #6b98bf url(../images/background_top.jpg) no-repeat top center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}



/*  Containers
===================================================================================*/



.wrapper {
	width: 1130px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

.menu {
	overflow: visible;
	width: 1130px;
	height: 280px;
	margin: 0px;
	padding: 0px;
}

.header_image {
	float: right;
	overflow: visible;
	width: 489px;
	height: 309px;
	margin: 0px;
	padding: 0px;
}



.body_container {
	background: transparent url(../images/background_page_body.jpg) repeat-y;
	width: 1130px;
	margin: 0px auto;
	padding: 0px;
}

.body_container_top {
	background: transparent url(../images/background_page_top.jpg) no-repeat top center;
	width: 1130px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	padding: 64px 0px 0px 0px;
}

.body_text {
	border: none 0px #000000;
	float: right;
	width: 471px;

	min-height: 490px;
	height: auto !important;
	height: 490px;

	margin: 0px;
	padding: 0px 121px 50px 0px;
}

.body_photo {
	border: none 0px #000000;
	float: left;
	width: 336px;
	height: 384px;
	margin: 0px;
	padding: 20px 0px 0px 138px;
}

.body_container_footer {
	background: transparent url(../images/background_page_footer.jpg) no-repeat top center;
	width: 1130px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
}



.push {
	background: transparent;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

.footer {
	background: transparent url(../images/background_footer.jpg) repeat-x top;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

.footer_container {
	background: transparent;
	width: 1130px;
	height: 45px;
	margin: 0px auto;
	padding: 0px;
}



/*  Character Styles
===================================================================================*/



.body_text p {
	color: #01214a;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.body_text h1, .body_text h2, .body_text h3, .body_text h4, .body_text h5, .body_text h6 {
	color: #01214a;
	text-transform: none;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin: 20px 0px 0px 0px;
	padding: 0px 121px 0px 0px;
}


.body_text ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 20px 0px 0px 40px;
}

.body_text li {
	color: #01214a;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.body_text a:link, .body_text a:visited {font-weight: normal; text-decoration:underline; color:#709bc5;}
.body_text a:active, .body_text a:hover {font-weight: normal; text-decoration:underline; color:#01214a;}



.footer p {
	color: #709bc5;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding: 30px 92px 0px 0px;
}

.footer a:link {font-weight: normal; text-decoration:none; color:#709bc5;}
.footer a:visited {font-weight: normal; text-decoration:none; color:#709bc5;}
.footer a:active {font-weight: normal; text-decoration:none; color:#ffffff;}
.footer a:hover {font-weight: normal; text-decoration:none; color:#ffffff;}



/*  Menu
===================================================================================*/



.menu_container {
	width: 493px;
	height: 30px;
	margin: 0px;
	padding: 248px 0px 0px 132px;
}

.menu_container ul {
	color:#ffffff;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.menu_container ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 16px 0px 0px;
}
.menu_container ul li a {
	background: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.menu_container ul li a:link {font-weight: normal; text-decoration:none; color:#ffffff;}
.menu_container ul li a:visited {font-weight: normal; text-decoration:none; color:#ffffff;}
.menu_container ul li a:active {font-weight: normal; text-decoration:none; color:#709bc5;}
.menu_container ul li a:hover {font-weight: normal; text-decoration:none; color:#709bc5;}



/*  Positionings
===================================================================================*/


img {border: none;}

.floatright_flush {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

 .floatleft_flush {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}