body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.2;
	}
div.topspacer {
	height: 0px;
	}
div.container {
	margin: auto;
	width: 775px;
	}
div.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 775px;
	}
div.body {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	width: 775px;
	}
div.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 775px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	}
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.HeaderText {
	color: #5897dc;
	font-weight: bold;
	}
.copyright {
	color: #000000;
	font-size: 11px;
	}
A.copyright {
	color: #5897dc;
	text-decoration: none;
	}
A.copyright:hover {
	text-decoration: underline;
	}
img.noborder {
	border: 0px;
	}
img.left {
	display: block;
	float: left;
    margin-left: 0px;
    margin-right: auto;
	}
img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
img.right {
	display: block;
	float: right;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
	}
img.border {
	display: block;
	border: solid 3px black;
	}
.justify {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: justify;
	}
.center {
	text-align: center;
	}
div.bodyleft {
	float: left;
	margin: 0px 0px 0px 9px;
	width: 260px;
	}
div.bodyright {
	margin: 0px 0px 0px 260px;
	}
div.bodylinkbox {
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;
	height: 256px;
	margin: 0px;
	width: 252px;
	}
div.bodylinks {
	height: 256px;
	margin: 15px 0px 0px 27px;
	width: 252px;
	}
div.bodycontent {
	color: #000000;
	margin: 0px 20px 0px 9px;
	text-align: justify;
	}
img.logo {
	border: 0px;
	display: block;
	float: left;
    margin-left: 20px;
    margin-right: auto;
	}
A.linktext {
	color: #5897dc;
	text-decoration: none;
	}
A.linktext:hover {
	text-decoration: underline;
	}