html, body { 
	height: 100%;
	margin: 0px;
	padding: 0px;
}


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


.wrapper {
	background: transparent url(../images/background-page.jpg) repeat-y center;
	width: 1020px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -239px;
}

.header {
	background: transparent url(../images/background-top.jpg) no-repeat top center;
	height: 432px;
	margin: 0px;
	padding: 65px 0px 0px 130px;
}

.logo {
	width: 844px;
	height: 55px;
	margin: 0px;
	padding: 0px 0px 0px 46px;
}

.banner {
	float: left;
	width: 531px;
	height: 314px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
}

.menu {
	background: transparent url(../images/text-left-expand.jpg) repeat-y;
	float: right;
	width: 161px;
	height: 314px;
	margin: 0px;
	padding: 9px 127px 0px 57px;
}




.body_container {
	width: 1020px;
	margin: 0px;
	padding: 0px;
}

.body_container_text {
	background: transparent url(../images/text-right-expand.jpg) repeat-y;
	float: right;
	width: 585px;
	margin: 0px;
	padding: 0px 110px 0px 0px;
}

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

.footer {
	background: transparent url(../images/background-footer.jpg) no-repeat center bottom;
	width: 1020px;
	height: 239px;
	margin: 0px auto;
	padding: 0px;
}

.footer_image {
	float: left;
	width: 193px;
	height: 170px;
	margin: 0px;
	padding: 2px 0px 0px 125px;
}

.footer_container_text {
	float: right;
	width: 585px;
	height: 20px;
	margin: 0px;
	padding: 110px 110px 0px 0px;
}


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


.body_container_text p {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: justify;
	margin: 15px 17px 0px 0px;
	padding: 0px;
}

.body_container_text h1, .body_container_text h2, .body_container_text h3, .body_container_text h4, .body_container_text h5, .body_container_text h6 {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 25px 17px 0px 0px;
	padding: 0px;
}

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

.body_container_text li {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.body_container_text a:link, .body_container_text a:visited {font-weight: normal; text-decoration:none; color:#336699;}
.body_container_text a:active, .body_container_text a:hover {font-weight: normal; text-decoration:underline; color:#336699;}





.menu ul {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 35px 0px 0px 0px;
}

.menu ul li {
	background: url(../images/icon-bullet.gif) no-repeat;
	background-position: 0px;

	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.menu ul li a:link, .menu ul li a:visited {font-weight: normal; text-decoration:none; color:#000000;}
.menu ul li a:active, .menu ul li a:hover {font-weight: normal; text-decoration:none; color:#95b7df;}






.footer_container_text p {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.footer_container_text a:link, .footer_container_text a:visited {font-weight: normal; text-decoration:none; color:#000000;}
.footer_container_text a:active, .footer_container_text a:hover {font-weight: normal; text-decoration:underline; color:#000000;}



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



img {border: none;}

.floatright {
	float:right;
	border:0px;
	margin:0px;
	padding:15px 0px 10px 20px;
}

.floatleft {
	float:left;
	border:0px;
	margin:0px;
	padding:15px 20px 10px 0px;
}

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

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