#Banner {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	width: 100%;
	border-bottom-style: none;
}
body {
	left: auto;
	right: auto;
}

#PageTitle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	width: 100%;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-top: 15px;
	text-align: center;

}
#Container {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#NavBar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	visibility: hidden;
	width: 100%;
}
#PageContents {
	padding: 5px;
	width: 100%;
}
#Footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	width: 100%;
	margin-right: 2px;
	margin-left: 2px;
	visibility: hidden;

}
#PrintCopyRight {
	visibility: visible;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
}

