	* {
		margin: 0px;
		padding: 0px;
	}

	html {
		font-family: Arial, Helvetica, Verdana;
		font-size: 1em;
		color: rgb(98, 102, 104);
	}

	body {
		background-color: rgb(255, 255, 255);
	}

	a {
		text-decoration: none;
	}

	.ahover a:hover {
		text-decoration: underline;
	}

	.singlecol {
		font-size: 12px;
		padding-bottom: 20px;
		float: left;
		color: rgb(98, 102, 104);
	}

	.singlecol p {
		font-size: 13px;
	}

	.singlecol a {
		color: rgb(0, 82, 156);
	}

	p a:hover {
		text-decoration: underline;
	}

	p a:visited {
		color: rgb(138, 142, 144);
	}

	.pagecontainer {
		width: 974px;
		position: absolute;
		left: 50%;
		margin-left: -488px;
	}

	.adminmenu {
		padding-top: 3px;
		padding-left: 6px;
		float: left;
	}

	.adminmenu .mbut {
		border: 1px outset rgb(0, 82, 156);
		margin: 1px;
		padding: 2px;
	}

	.pagefooter {
		font-size: 10px;
		color: rgb(98, 102, 104);
		text-align: center;
		clear: both;
		padding-top: 16px;
	}

	.pagefooter a {
		color: rgb(0, 82, 156);
	}

	.pagefooter a:hover {
		text-decoration: underline;
	}

	.pagehead {
		height: 132px;
		background-image: url('/images/header-gradient.png');
		background-repeat: repeat-x;
		padding-left: 50px;
	}

	.pagehead img {
		border: 0px;
	}

	.menu {
		background-color: rgb(0, 82, 156);
		color: rgb(255, 255, 255);
		height: 31px;
		margin-bottom: 40px;
		font-size: 13px;
		font-weight: bold;
	}

	.logoutlink {
		text-decoration: none;
		color: rgb(255, 255, 255);
	}

	.adminusername {
		height: 19px;
		margin-top: 1px;
		padding-top: 0px;
		margin-right: 4px;
		float: right;
		font-size: 11px;
		font-weight: normal;
		text-align: right;
	}

	.menugroup {
		margin-left: 2px;
		list-style: none;
		text-transform: uppercase;
		font-weight: bold;
	}

	.menugroup li {
		float: left;
	}

	.menugroup li a {
		margin-top: 4px;
		margin-left: -2px;
		float: left;
		width: 180px;
		text-align: center;
		padding-top: 4px;
		border-left: 2px solid rgb(255, 255, 255);
		border-right: 2px solid rgb(255, 255, 255);
		height: 19px;
		text-decoration: none;
		color: rgb(255, 255, 255);
	}

	.menugroup li a:hover {
		background-color: rgb(0, 102, 176);
		color: rgb(225, 225, 225);
	}

	.leftcol {
		width: 179px;
		color: rgb(98, 102, 104);
		float: left;
		padding-left: 16px;
		padding-right: 13px;
		padding-bottom: 2px;
	}

	.capsheading {
		text-align: right;
		text-transform: uppercase;
		color: rgb(0, 82, 156);
		font-size: 14px;
		font-weight: bold;
	}

	.singlecenter {
		padding-bottom: 20px;
		margin-left: 133px;
		font-size: 13px;
	}

	.rightcol {
		width: 766px;
		float: left;
		color: rgb(98, 102, 104);
		font-size: 13px;
	}

	.leftcol h1 {
		font-weight: bold;
		font-size: 13px;
		color: rgb(0, 82, 156);
	}

	.leftcol p {
		font-size: 11px;
		line-height: 16px;
	}

	.homepara {
		font-size: 17px;
		line-height: 25px;
	}

	.greyblock {
		width: 708px;
	}

	.greyhead {
		background-image: url('/images/greyblock-top.png');
		height: 10px;
		font-size: 0pt;
	}

	.greymid {
		background-image: url('/images/greyblock-mid.png');
		background-repeat: repeat-y;
		color: rgb(98, 102, 104);
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.greyfoot {
		background-image: url('/images/greyblock-bottom.png');
		height: 11px;
		font-size: 0pt;
		margin-bottom: 10px;
	}

	.greymid a {
		text-decoration: none;
		color: rgb(0, 82, 156);
	}

	.greymid a img {
		margin-top: 10px;
		margin-bottom: 6px;
	}

	.greymid a:hover {
		text-decoration: underline;
		color: rgb(98, 102, 104);
	}

	.greymid a:visited {
		color: rgb(138, 142, 144);
	}

	.singlecenter p {
		font-size: 12px;
		color: rgb(98, 102, 104);
	}

	.firstpara {
		font-size: 15px;
		font-weight: bold;
	}

	.footlinkcontainer {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 50px;
		font-size: 11px;
		color: rgb(0, 102, 176);
		font-weight: bold;
	}

	.footlinkcontainer a:visited {
		color: rgb(0, 102, 176);
		font-weight: bold;
	}

	a img {
		border: none;
	}

	.thecite {
		float: left;
		margin-left: 16px;
		margin-top: 8px;
	}

	.loginbox {
		width: 300px;
		padding: 2px;
		font-size: 12px;
	}