body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link {
color: #006699;
text-decoration: none;}

a:visited {
color: #006699;
text-decoration: none;}

a:hover {
color: #000000;
text-decoration: underline;
}

a:active {
color: #006699;
text-decoration: none;}


#wrapper {
	margin: auto;
	width: 750px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 125px;
	width: 750px;
}
#banner h1 {
	text-indent: -9000px;
}
#menu {
	background-color: #ccc;
	height: 30px;
	width: 746px;
	border-top: 1px solid #999999;
	border-right-style: none;
	border-left-style: none;
	padding: 2px;
	text-align: center;
}
#divider_strip {
	background-color: #B5c2Ca;
	height: 20px;
	width: 750px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
#main_area {
	width: 730px;
	background-color: #fff;
	padding: 10px;
}
#address {
	background-color: #ccc;
	text-align: center;
	width: 730px;
	padding: 8px 10px;
}
#text_links {
	width: 730px;
	background-color: #0e0146;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 10px;
}

#text_links a:link {
color: #b5c2ca;
text-decoration: none;}

#text_links a:visited {
color: #b5c2ca;
text-decoration: none;}

#text_links a:hover {
color: #ffffff;
text-decoration: underline;
}

#text_links a:active {
	color: #B5C2CA;
	text-decoration: underline;
}


#acknowledgements {
	padding: 8px 10px;
	width: 730px;
	text-align: center;
	border-bottom: 1px solid #999999;
}
#menu ul {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 720px;
	list-style-type: none;
	float: left;
	text-align: center;
}
#menu li {
	float: left;
}
#menu ul a {
	display: block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 5px;
}
#main_area h2 {
	font-size: 16px;
	font-weight: bold;
}
