#anchor {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 196px;
	width: 970px;
	background-image: url(pix/header.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}
#content {
	width: 970px;
	background-image: url(pix/navbac.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#leftcolumn {
	float: left;
	width: 198px;
	background-image: url(pix/navtop.jpg);
	background-repeat: no-repeat;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	width: 140px;
	margin-top: 15px;
}
#leftcontent {
	width: 182px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#rightcolumn {
	float: right;
	width: 750px;
	margin-top: 20px;
}
#pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #265879;
	margin-top: 19px;
	text-align: center;
	width: 600px;
	margin-right: 200px;
	float: right;
	display: inline;
}
#strapline {
	color: #230D72;
	float: left;
	width: 500px;
	margin-left: 65px;
	margin-top: 125px;
	display: inline;
}
#footer {
	width: 970px;
	clear: both;
	height: 10px;
}
#cpyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7DBAE9;
	margin-top: 10px;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #265879;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #230D72;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
td {
	text-align: justify;
}
.blueback {
	background-color: #D3E8FB;
}
