body {
margin: 0px;
padding: 0;
border: 0;
color: #507eba;
background:#f4f7e7;
background-repeat:repeat-x;
background-position:top;
width:100%;
min-height:438px;
height:auto;
vertical-align:top;	
text-align:center;
font-family:Verdana,Arial,sans-serif;
font-size: 100%;
text-decoration:bold; 
scrollbar-track-color:#8c8ca5;
}

a:link { color: #507eba; font-size: 90%; font-weight:bold; text-decoration:none; }
a:visited { color: #507eba; font-size: 90%; font-weight:bold; text-decoration:none; }
a:hover { color: #27638c; font-size: 90%; font-weight:bold; text-decoration:none; }
a:active { color: #507eba; font-size: 90%; font-weight:bold; text-decoration:none; }

.logo {
background:#f4f7e7 url(../images/logo.jpg) no-repeat;
background-position:top;
width:1000px;
height:200px;
margin:auto;
border-right: #000000 solid 1px;
border-left: #000000 solid 1px;
}

.maincontent {
	background:#f4f7e7;
	width:1002px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	vertical-align:top;
}


.footer a:link { color: #000000; font-size: 90%; font-weight:bold; text-decoration:none; }
.footer a:visited { color: #000000; font-size: 90%; font-weight:bold; text-decoration:none; }
.footer a:hover { color: #000000; font-size: 90%; font-weight:bold; text-decoration:none; }
.footer a:active { color: #000000; font-size: 90%; font-weight:bold; text-decoration:none; }

.footer {
	background:#f4f7e7;
	width:970px;
	text-align:right;
	vertical-align:bottom;
	margin:auto;
	padding-right:30px;
	padding-bottom:10px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

#menu {
	background: #2f74a4;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 100% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #650e38;
}
#menu a {
	background: #2f74a4;
	border-bottom: 1px solid #23618c;
	border-right: 1px solid #23618c;
	color: #f4f7e7;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	text-align: left;
}
#menu a:hover {
	background: #2f74a4 url("images/hover.gif") left center no-repeat;
	color: #2b2c26;
	padding-bottom: 8px;
}

.page {
	font-family:Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight:700;
	font-weight:bold;
}