body {
	background: #fff;
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 85%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: left;
        }

A:link {
	color: #0099cc;
	text-decoration: underline
	}

A:visited {
	color: #006699;
	text-decoration: underline
	}

A:active {
	color: #99BF99;
	text-decoration: underline
	}

A:hover {
	color: #99BF99;
	text-decoration: underline;
	}

#wrapper {
	width: 90%;
	border: 0;
	margin: 0;
	padding: 0;
	}

#header {
	height: auto;
	padding: 0;
	margin: 0;
	}

#content {
	background: #ffffff;
	padding: 0;
	margin: 0;
	text-align: left;
	}

#menu {
	display: none;
	}


#footer {
	display: none;
	}

h1 span {
	color: #000;
	font-family: Garamond, Georgia, Times, serif;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	}

h2 {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 120%;
	text-align: left;
	}

h3 {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 110%;
	text-decoration: underline;
	text-align: left;
	}

h4 {
	font-weight: bold;
	}

h5 {
	}

h6 {
	}

p {	
	color: #000;
	}

.ol {
	line-height: 1.4;
	}

.announcement {
	padding: 10px 30px 10px 30px;
	border: 5px solid #cc3300;
	color: #cc3300;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	}

.centeralign {
	text-align: center;
	}
