body {
	background: #99BF99;
	color: #006699;
	font-family: Georgia, Times, serif;
	font-size: 85%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: center;
	}

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 {
	background: #ffffff;
	margin: auto;
	width: 755px;
	text-align: left;
	border: 1px solid #006699;
	}

#header	{
	background: #e6ffe6 url(images/banner.jpg) no-repeat;
	height: 140px;
	margin: 0;
	padding: 5px 0;
	}

#content {
	background: #ffffff;
	padding: 20px;
	text-align: justify;
	}

#content ul {
	padding: 0 20px 10px 20px;
	margin: 0;
	}

#content ul li {
	padding: 5px 0;
	margin: 0;
	}

#menu {
	border: 0;
	}

#menu ul {
	padding-left: 0;
	margin: 0;
	background-color: #006699;
	color: #fff;
	float: center;
	text-align: center;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	}


#menu ul li {
	display: inline;
	list-style-type: none;
	}

#menu ul li a {
	padding: 0.1em 1em;
	background-color: #006699;
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: center;
	border-left: 1px solid #fff;
	}

#menu ul li a:hover {
	background-color: #006699;
	color: #99BF99;
	}

#menu #five {
	border-right: 1px solid #ffffff;
	}

#menu #nine {
	border-right: 1px solid #ffffff;
	}

#footer {
	background: #e6ffe6;
	margin-bottom: 0;
	border-top: 1px solid #006699;
	}

h1 {
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	}

h1 span {
	display: none;
	}

h2 {
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	text-align: left;
	}

h3 {
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	text-decoration: underline;
	text-align: left;
	}

h4 {
	font-weight: bold;
	}

h5 {
	}

p {	margin-top: 0;
	}

.ol {
	line-height: 1.4;
	}

.credit {
	margin: 0;
	padding: 5px;
	color: #006699;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	}

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

.centeralign {
	text-align: center;
	}

.floatleft { 
	float: left;
        margin: 0 30px 10px 0;
	clear: left;
	}

.floatright { 
	float: right;
        margin: 0 0 10px 10px;
	clear: right;
	}

.imprt {
	color: #ff0033;
	font-weight: bold;
	font-size: 125%;	
	text-align: center;
	}
