#PageHeader {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 100px;
	width: 990px;
	left: 1px;
	top: 1px;
	background-image: url(logosmall.jpg);
	background-repeat: no-repeat;
	background-position: right;
	overflow: visible;
	float: right;
	padding: 5px;
	text-align: left;
}
#Navigation {
	position: absolute;
	visibility: visible;
	z-index: 4;
	width: 120px;
	left: 1px;
	top: 136px;
	border-right-color: #FF6600;
	border-right-style: solid;
	border-right-width: thick;
	overflow: visible;
	padding-top: 10px;
	float: left;

}
#Body {
	position: absolute;
	visibility: visible;
	z-index: 5;
	width: 602px;
	left: 126px;
	top: 136px;
	overflow: visible;
	padding: 5px;
	float: left;
	border-right-color: #FF6600;
	border-right-style: solid;
	border-right-width: thick;
}
#WideBody {
	position: absolute;
	visibility: visible;
	z-index: 5;
	width: 864px;
	left: 126px;
	top: 136px;
	overflow:visible;
	padding: 5px;
	float: left;

}

#RightColumn {
	z-index: 2;
	position: absolute;
	visibility: visible;
	width: 258px;
	left: 739px;
	top: 136px;
	border-left-color: #FF6600;
	border-left-style: solid;
	border-left-width: heavy;
	overflow: visible;
	padding-top: 30px;
	float: left;

}

#AlignLeft {
	z-index: 2;
	position: absolute;
	visibility: visible;
	height: auto;
	width: 336px;
	left: 50px;
}
#AlignRight {
	z-index: 2;
	position: relative;
	visibility: visible;
	width: 120px;
    left: 470px;
}

#Bottom {
	z-index: 7;
	left: 1px;
	top: 706px;
	width: 990px;
	height: 22px;
	border-top-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: medium;
	border-bottom-width: medium;
	right: 1000px;
	position: absolute;
	visibility: visible;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#SemiHeader {
	position: absolute;
	visibility: visible;
	z-index: 6;
	height: 20px;
	width: 1000px;
	left: 1px;
	top: 110px;
	border-top-color: black;
	border-bottom-color: black;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	overflow: visible;
}

.lightgrey {
	background-color: #CCCCCC;
}
.mediumgrey {
	background-color: #999999;
}
.darkgrey {
	background-color: #333333;
}
.brightorange {
	background-color: #FF6600;
}
.mediumorange {
	background-color: #FF9900;
}
.lightorange {
	background-color: #FFCC66;
}
.style16 {font-family: "copperplate Gothic Bold"; font-size: 40px; }