@charset "UTF-8";

body {
	background-color: #006699;
}
.maincontainer {
	position:absolute;
	width:800px;
	height:786px;
	z-index:1;
	top:-15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	text-align: justify;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C9AA88;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA9A59;
}
a:hover {
	text-decoration: underline;
	color: #FAFDFF;
}
a:active {
	text-decoration: none;
	color: #DA9A59;
}

.containerheaderimage {
	position:absolute;
	width:800px;
	height:200px;
	z-index:2;
}
.navigationbarcontainer {
	position:absolute;
	width:800px;
	height:24px;
	z-index:10;
	left: 0;
	top: 201px;
	padding-left: 0px;
	background-color: #DA9A59;
}
.leftcolumncontainer {
	position:absolute;
	width:567px;
	height:470px;
	z-index:4;
	left: 0;
	top: 270px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	overflow: auto;
	padding-right: 10px;
}
.rightcolumncontainer {
	position:absolute;
	width:200px;
	height:535px;
	z-index:5;
	left: 600px;
	top: 225px;
}
.pagetitle {
	position:absolute;
	width:546px;
	height:13px;
	z-index:6;
	left: 1px;
	top: 228px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #6C645D;
	font-size: 14px;
	font-style: italic;
}
.footer {
	position:absolute;
	width:780px;
	height:8px;
	z-index:11;
	left: 0px;
	top: 760px;
	background-color: #DA9A59;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #F9FCFF;
}
