#pagecontainer {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
#leftcol {
	float: left;
	height: 400px;
	width: 22%;
}
#rightcol {
	height: 400px;
	width: 163px;
	float: right;
}
#centre {
	height: 400px;
	width: 78%;
	float: right;
}
#centrecontent {
	float: left;
	height: 400px;
	width: 417px;
}
#title {
	height: 110px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#pagecontainer #centre #centrecontent #title a {
	color: #006600;
	font-size: 1em;
}

#pagetitle {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	height: 100px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: .9em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0px;
}
#title h1 {
	font-size: 2em;
	font-weight: bold;
	color: #333333;
	margin-top: 2px;
}
#menu {
	width: 163px;
	height: auto;
}
#menu li {
	padding-bottom: 5px;
	margin-left: -25px;
}
#menu ul {
	margin-top: 10px;
}
a:link {
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	color: #003300;
}
a:hover {
	font-size: .9em;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
}
a:visited {
	font-size: .9em;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
br.clear {
	display: block;
	clear: both;
}#rightcolcontent {
	width: 100%;
}

