/* ------Basic elements------ */

body {
	background-color: #223c59;
	}
.MenuOptions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #202020;
	}
.ContentTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #202020;
	font-weight: bold;
	}
.ContentText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #202020;
	}
.FooterText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #202020;
	}
a:link {
	text-decoration: underline;
	color: #202020;
	}
a:visited {
	text-decoration: underline;
	color: #404040;
	}
a:hover, a:active {
	color: #404040;
	background-color: #efefef;
	}


/* ------Layout------ */

.Container {
	min-width: 800px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	}
.MenuBG {
	position: absolute;
	top: 10px;
	left: 10px;
	min-height: 605px;
	width: 160px;
	background: #449b39;
	}
.MenuIMG {
	position: absolute;
	background: #dbf0d0;
	top: 5px;
	left: 5px;
	height: 105px;
	width: 150px;
	}
.MenuText {
	position: absolute;
	background: #dbf0d0;
	background-image: url('img/menu_bg.png');
	background-repeat: repeat-y;
	top: 120px;
	left: 5px;
	height: 470px;
	width: 140px;
	padding: 5px;
	}
.MenuBottom {
	position: absolute;
	top: 605px;
	left: 0px;
	height: 90px;
	width: 160px;
	}
.ContentBG {
	Position: absolute;
	background: #449b39;
	padding: 5px;
	padding-top: 120px;
	top: 10px;
	left: 170px;
	min-height: 555px;
	right: 30px;
	margin-bottom: 0%;
	}
.Banner {
	Position: absolute;
	background: #dbf0d0;
	top: 140px;
	right: 10px;
	height: 420px;
	min-width: 120px;
	}
.Title {
	Position: absolute;
	background: #dbf0d0;
	top: 5px;
	left: 5px;
	right: 5px;
	height: 105px;
	min-width: 440px;
	}
.DynamicContent {
	Position: absolute;
	background: #dbf0d0;
	top: 120px;
	left: 5px;
	right: 130px;
	min-width: 440px;
	bottom: 5px;
	}
