  body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

  #wrapper {
	padding: 10px;
}

  #central {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
}

  #page #title {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
}
  #page #text {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

  #topbanner {
	background-color: #000099;
	background-image: url(images/topbanner.gif);
	height: 200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

  #menu {
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.blue_menu {
	font-size: 12px;
	background-color: #000099; /* background colour*/
	color: #FFFFFF; /* text and/or spacer colour */
	background-image: url(images/blue_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.blue_menu a {
	color: #FFFFFF; /* link colours */
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.blue_menu a:hover {
	background-image: url(images/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.blue_menu #title {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

.grey_menu {
	font-size: 10px;
	background-color: #CCCCCC;
	color: #000099;
	background-image: url(images/grey_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.grey_menu a {
	color: #000099;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.grey_menu a:hover {
	color: #0000FF;
	background-image: url(images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.white_menu {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #CCCCCC;
	}
	
.white_menu a {
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	}

.white_menu a:hover {
	color: #666666;
	background-image: url(images/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#page #title {
	color: #000099;
	font-weight: bold;
}

#menu .totheright {
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#page {
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
html {
	overflow: -moz-scrollbars-vertical;
}
  #copyright {
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.selected {
	background-image: url(images/blue_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.tabletitle {
	font-weight: bold;
}
.goright {
	float: right;
	}

.goright img {
	padding: 10px;
	}	

.clearer {
	clear: both;
	}
	
.hoveron {
	cursor: pointer;
	text-decoration: underline;
	color: #0033CC;
	}
	
.hoveroff {
	cursor: default;
	}
	