body {
		margin: 0px;
		padding: 0px;
		font-family: Verdana;
		font-size: 10pt;
		background: #CCFFFF;
	}
	.menu, .leftcol, .rightcol, .homelink, .centercol, .middle {
		position: absolute;
	}
	.menu {
		width: 95px;
		height: 240px;
		top: 200px;
		right: 87%;
		padding: 2px;
		color: #0000ff;
		font-size: 12pt;
		text-align: center;
		border-style: groove;
	}
	a {
		color: #20987a;
		text-decoration: none;
	}
	.menu a:hover {
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	.header {
		background-image: url("/images/logo.jpg");
		background-position: center;
		background-repeat: no-repeat;
		height: 175px;
	}
	.pagetitle {
		text-align: center;
		font-size: 17pt;
		font-weight: bold;
		color: black;
		height: 40px;
		font-family: Lucida Calligraphy;
	}
	.leftcol {
		top: 325px;
		left: 4%;
		width: 45%;
		padding: 2px;
	}
	.rightcol {
		top: 310px;
		left: 56%;
		width: 30%;
		padding: 1px;
	}
	.centercol {
	  text-align: justify;
	  top: 275px;
		width: 50%;
		padding: 2px;
		left: 50%;
		margin-left: -25%;
	}
	.middle {
	  text-align: justify;
		top: 325px;
		width: 54%;
		padding: 2px;
		left: 50%;
		margin-left: -27%;
	}
	.homelink {
		width: 140px;
		text-align: center;
		font-weight: bold;
		top: 725px;
		left: 50%;
		margin-left: -70px;
		padding: 2px;
		border-style: groove;
		
	}
	li {
		padding-bottom: 1em;
	}
	.margin {
   margin-bottom: 3em;
  } 