body{
	background-image: url(../graphics/background.gif);
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.9em;
}



p {
	font-size: 1em;
}

h1 {
	font-size: 1.7em;
}

h5 {
	font-size: 1.1em;
}

td {
	font-size: 1em;
	padding: 0px 0px 5px 5px;
}


#wrapper {
	background-color: #FFFFFF;
	border-right: solid #666666 5px;
	height: 600px;
	width: 95%;
	margin-left: 15px;
	margin-right: auto;
}

#navigation {
	margin-left: 120px;
	margin-top: -30px;
}
#adminmenubox {
	position: absolute;
	left: 30px;
	top: 185px;
	width: 110px;
	border: solid #000000 1px;

}

#titlebar {
	padding-left: 5px;
	height: 30px;
	background-color: #DBDBDB;
	margin-top: 5px;
	border-top: solid #006600 2px;
	border-bottom: solid #006600 2px;
	margin-bottom: 30px;
}
#logo {
	position: absolute;
	top: 15px;
	border: solid green 2px;
	left: 35px;
}
#formbox {
	top: 20px;
	margin-right: 10%;
	left: 535px;
	text-align: right;
}

.formbox2 {
	margin-left: 120px;
	margin-right: 120px;
}

#title{
	width: 400px;
	background-color: #009900;
	margin-left: 185px;
}

#contentwrapper {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}
#content {
	margin-top: 85px;
}
.floatright {
	float: right;
	padding: 5px 5px 5px 5px;
}

.clearright {
	float: right;
	padding: 5px 5px 5px 5px;
	clear: right;
}

.baseline {
	padding: 5px 5px 5px 5px;
	clear: both;
}

a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
#noticeboard {
	float: right;
	background-color: #FFFFCC;
	width: 200px;
	border: solid #666666 1px;
}

.noticeheader {
	font-weight: 600;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background-color: #3A8B63;
	display: block;
}

.noticebody {
	padding: 5px 3px 10px 5px;
	background-color: #CCCCCC;
	font-weight: normal;
	display: block;
}
.sectorheader {
	font-weight: 600;
	padding: 3px 3px 3px 20px;
	background-color: #FFFFCC;
}
.sectionheader {

	font-weight: 600;
	text-align: left;
	padding: 3px 3px 3px 3px;
}
.pageheader {

	font-weight: 600;
	padding: 3px 3px 3px 20px;
}
