html{
	height: 100%;
}

body { 
	background: #78cfcf url(../images/background_top.jpg) repeat-x top;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


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


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

.body_container {
	background: transparent;
	width: 951px;
	margin: 0px auto;
	padding: 0px;
}

.logo {
	position: absolute;
	z-index: 1999;
	float: left;
	width: 508px;
	height: 249px;
	margin: 0px;
	padding: 0px 0px 0px 95px;
}

.banner {
	width: 626px;
	height: 384px;
	margin: 0px;
	padding: 0px 0px 33px 420px;
	z-index: -1000
}

.menu_container {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
}

.body_text {
	border: none 0px #000000;
	float: right;
	width: 591px;
	margin: 0px;
	padding: 0px 81px 0px 0px;
}

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

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

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


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


.body_text p {
	color:#3a294f;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.body_text blockquote {
	color:#3a294f;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	padding: 0px;
}

.body_text h1 {
	color:#3a294f;
	text-transform: none;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin: 15px 0px 0px 0px;
	padding: 0pxx;
}

.body_text a:link {font-weight: normal; text-decoration:underline; color:#3a294f;}
.body_text a:visited {font-weight: normal; text-decoration:underline; color:#3a294f;}
.body_text a:active {font-weight: normal; text-decoration:underline; color:#78cfcf;}
.body_text a:hover {font-weight: normal; text-decoration:underline; color:#78cfcf;}

.menu_container ul {
	color:#3a294f;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.menu_container ul li {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.menu_container ul li a:link {font-weight: normal; text-decoration:none; color:#3a294f;}
.menu_container ul li a:visited {font-weight: normal; text-decoration:none; color:#3a294f;}
.menu_container ul li a:active {font-weight: normal; text-decoration:none; color:#78cfcf;}
.menu_container ul li a:hover {font-weight: normal; text-decoration:none; color:#78cfcf;}

.footer p {
	color:#3a294f;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 30px 0px 0px 279px;
}

.footer a:link {font-weight: normal; text-decoration:none; color:#3a294f;}
.footer a:visited {font-weight: normal; text-decoration:none; color:#3a294f;}
.footer a:active {font-weight: normal; text-decoration:underline; color:#3a294f;}
.footer a:hover {font-weight: normal; text-decoration:underline; color:#3a294f;}


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


img {border: none;}

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

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