body {
	margin: 10px 0;
	padding: 0;
	background-color: #8E886E;
	font: 11px Verdana;
}

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: left;
	background: #FFF;
}

#header a.logo {
	display: block;
	width: 300px;
	height: 105px;
	background: transparent url('../_images/logo.jpg') no-repeat left top;
}

#header span {
	margin: 12px 12px 0 0;
	float: right;
	color: #000;
	font: 10px Verdana;
}

#header span a {
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	font: 10px Verdana;
}

#header span a:hover {
	text-decoration: underline;
}

#navArea {
	width: 800px;
	height: 200px;
	background-color: #28335A;
	text-align: left;
}

#navArea div.banner {
	margin-left: 151px;
	position: absolute;
}

#navArea div.recent {
	margin-left: 630px;
	position: absolute;
	border-left: 1px solid #999;
	width: 169px;
	height: 200px;
	background-color: #B9AE8B;
}

#navArea div.recent a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navArea span {
	display: block;
	padding-top: 4px;
	font: 12px Arial;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#navBar {
	padding: 30px 0 0 0;
	position: absolute;
	width: 150px;
	height: 170px;
	border-right: 1px solid #999;
}

#navBar a {
	margin: 1px 0 1px 0;
	padding: 5px 10px 0 0;
	height: 20px;
	display: block;
	font: 11px Arial;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	border-top: 1px solid #1E2643;
	border-bottom: 1px solid #5E6683;
}

#navBar a:hover {
	border-top: 1px solid #BFC2CE;
	border-bottom: 1px solid #BFC2CE;
	color: #FFF;
	background-color: #666E89;
}

#navBar a.select {
	border-top: 1px solid #BFC2CE;
	border-bottom: 1px solid #BFC2CE;
	color: #FFF;
	background-color: #666E89;
}

#footer {
	padding: 3px 0;
	width: 800px;
	background-color: #B7BBBC;
	color: #333;
	font: 10px Verdana;
}

#bodyArea {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: left;
	background: #FFF;
	height: auto;
}

#maintable {
	margin: 0;
	padding: 0;
}

#maintable td.pagename{
	width: 150px;
	border-right: 1px solid #999;
	height: auto;
}


#maintable td.subpage {
	padding: 30px 20px 0;
	line-height: 20px;	
	border-right: 1px solid #999;
	width: 440px;
	height: auto;
}

#maintable td.subpage b {
	font: 11px Verdana;
	color: #28335A;
	font-weight: bold;
}

#maintable td.subpage td img {
	margin: 2px 15px 20px 0px;
	padding: 0;
	border: 1px solid #8E886E;
}


#maintable td.home {
	width: 410px;
	border-right: 1px solid #999;
	height: auto;
	padding: 40px;
	line-height: 25px;
}

#maintable td.home b {
	font: 11px Verdana;
	color: #455076;
	font-weight: bold;
}

#maintable h1 {
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	color: #826E2C;
	font-weight: bold;
}

#maintable p {
	margin: 0 0 10px;
	padding: 0;
}

#maintable td.recent{
	margin-left: 630px;
	width: 130px;
	padding: 25px 20px 0;
	height: auto;
}

#maintable td.recent a {
	color: #8E886E;
	text-decoration: none;
	font-weight: bold;
}

tr {
	vertical-align: top;
}
