body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-y;
}
#header {
	position: absolute;
	width: 100%;
	background-color: #000000;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
#header2 {
	background-color: #FF7200;
	position: absolute;
	margin-top: 80px;
	height: 20px;
	width: 100%;
}
#main {
	position: absolute;
	height: auto;
	top: 100px;
	width: 100%;
}
#menu {
	position: absolute;
	float: left;
	top: 139px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 110%;
	color: #FFFFFF;
	left: -2px;
	height: 443px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
	border-bottom: 1px solid #666666;
	background-color: #0082A6;
}
#menu ul li {
	position: relative;
}
#menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 5px;
	border-bottom: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-left-color: #666666;
}
#menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #0082A6;
	text-decoration: underline;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#content {
	position: absolute;
	height: 100%;
	top: 142px;
	left: 150px;
	width: auto;
	padding: 5px;
}
.heading {
	color: #994400;
	font-weight: bold;
}
#thisPage a:link, #thisPage a:visited, #thisPage a:hover, #thisPage a:active {
	background-color: #FFFFFF;
	color: #2C5783;
	text-decoration: none;
	font-weight: bold;
}
#notyet a:link, #notyet a:visited, #notyet a:hover, #notyet a:active {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #004E63;
	border-top-width: 1px;
	border-top: 1px solid #FFFFFF;
}
.blueText {
	color: #004E63;
}
.orangeText {
	color: #994400;
}
.blueText2 {
	color: #0082A6;
}
.orangeText2 {
	color: #FF7200;
}
.orangeBg {
	background-color: #995000;
	color: #FFFFFF;
}
.blueBg {
	background-color: #00376E;
	color: #FFFFFF;
}
#footer {
	color: #999999;
	padding: 5px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: right;
	font-size: 80%;
	float: right;
	width: auto;
}
.centre {
	text-align: center;
}
li {
}
li#last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:link {
	color: #004E63;
}
a:visited {
	color: #0082A6;
}
a:hover {
	color: #FF7200;
}
#BreadcrumbTrail {
	font-size: .7em;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	position: absolute;
	top: 110px;
	left: 160px;
}
.smallText {
	font-size: 90%;
}
.submenu {
	font-size: 0.9em;
}
.submenu a:link {
	background-color: #E2EBF3;
	display: block;
	margin-left: 5px;
}
.submenu a:visited {
	background-color: #E2EBF3;
	display: block;
	margin-left: 5px;
}
.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.redlink {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

