.Container {
	background-color: #FFFFCC;
	width: 900;
	position: absolute;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	margin-top: 15px;
	margin-left: 12%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	top: 15px;
	border: thin groove #999999;
}
.TopHeader {
	background-attachment: fixed;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	border: thin solid #999999;
}
.LOGO {
	background-attachment: fixed;
	width: 100%;
}
.Divider {
	background-color: #FFFFFF;
	background-image: url(../Images/Dusk.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 30px;
	border: thin solid #666666;
}
.MainBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	width: 100%;
}
.LeftSideBar {
	background-color: #FFFFCC;
	float: left;
	width: 20%;
	border: thin solid #999999;
	overflow: visible;
	height: 100%;
}
.Footer {
	background-attachment: fixed;
	background-image: url(../Images/Dusk.jpg);
	background-repeat: repeat;
	background-position: bottom;
	height: 25px;
	width: 100%;
}
.SideBar1 {
	height: 30px;
	width: 100%;
	border: thin solid #CCCCCC;
}
.Leftbar2 {
	height: 30px;
	width: 100%;
	border: thin solid #CCCCCC;
}
.Leftbar3 {
	height: 30px;
	width: 100%;
	border: thin solid #F0F0F0;
}
.Leftsidebar4 {
	height: 30px;
	width: 100%;
	border: thin solid #CCCCCC;
}
.Leftsidebar5 {
	height: 30px;
	width: 100%;
	border: thin solid #CCCCCC;
}
.LeftSideBar6 {
	height: 30px;
	width: 100%;
	border: thin solid #CCCCCC;
	vertical-align: middle;
}
.LeftofLogo {
	float: left;
	height: 100%;
	width: 28%;
}
.RightLogo {
	height: 100%;
	width: 20%;
	float: right;
}
.RightofLogo {
	float: right;
	height: 100%;
	width: 36%;
}
.TextBody {
	width: 99%;
	overflow: visible;
	background-color: #FFFFFF;
	font-size: 14px;
}
