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



/* cms specific rules */
body.mceContentBody {
   background: #FFF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #BEB794;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#flash {
	overflow: visible;
	position: relative;
	margin-left: auto;
    margin-right: auto;	
	width: 816px;
	height: 344px;
}
.container {
	overflow: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 816px;
}
.containerHeader {
	height: 344px;
	float: left;
	margin-bottom: 70px;
}
.containerMenu {
	height: 80px;
	background-image: url(../media/image/menu-bar.png);
	width: 796px;
	position: absolute;
	left: 0px;
	top: 338px;
	padding-top: 5px;
	padding-left: 20px;
}
.containerBody {
	float: left;
	background-color: #F2F2EE;
	width: 816px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.containerFooter {
	color: #FFF;
	float: left;
	width: 816px;
}
.containerFooterTop {
	background-color: #0F6386;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.containerFooterMiddle {
	background-color: #1C556E;
	height: 25px;
}
.containerFooterBottom {
	background-color: #0C4E6A;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}
.containerBodyLeft {
	width: 450px;
	float: left;
	margin-right: 50px;
	padding-left: 30px;
}
.containerBodyRight {
	width: 256px;
	float: left;
}
.containerBodyBottom {
	background-color: #D3D0C9;
	width: 470px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: right;
	padding-right: 10px;
	color: #123443;
	margin-top: 10px;
}
.containerBody a {
	color: #123443;
}
.blue {
	color: #123553;
}
.blueBold {
	color: #123553;
	font-weight: bold;
}
