html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}
body{
	background-image: url("images/PageBack.gif");
	background-repeat: repeat-x;
}

.PrintHeader { display: none;}
#PageBody {
	width: 877px;
	height: 517px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#LeftBorder {
	float: left;
	width: 37px;
	height: 517px;
	background-image: url("images/LeftBorder.gif");
}
#MainArea {
	float: left;
	display: block;
}
#HeaderArea {
	width: 802px;
	height: 228px;
	float: none;
	display: inline-block;
}
#Header {
	width: 802px;
	height: 124px;
	background-image: url("images/HeaderBar.gif");
}
#ButtonBar {
	width: 444px;
	height: 26px;
	background-image: url("images/ButtonBarBack.gif");
	float: left;
	display: inline-block;
}
#ButtonBar a {
	background-image: url("images/ButtonBarUp.gif");
	width: 110px;
	height: 26px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 26px;
	font-variant: small-caps;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1.5px;
}
#ButtonBar a:hover {
	background-image: url("images/ButtonBarDown.gif");
	color: navy;
}
#HeaderCorner {
	background-image: url("images/HeaderCorner.gif");
	width: 358px;
	height: 104px;
	float: right;
}

#RightBorder {
	float: left;
	width: 38px;
	height: 505px;
	background-image: url("images/RightBorder.gif");
}
#ContentArea {
	float: none;
	display: block;
	width: 792px;
}
#LeftContentBlock {
	float: left;
	display: block;
	width: 535px;
	height: 100px;
	margin-top: -50px;
	margin-left: 10px;
	margin-right: 17px;
}
#RightContentBlock {
	float: left;
	width: 225;
}
.MinorHeading {
	font-weight: bold;
	letter-spacing: 5px;
	width: 475px;
	color: navy;
	font-variant: small-caps;
	display: block;
	margin-bottom: 10px;
	font-size: 1.5em;
	border-bottom: 1px solid #8FB9FF;
	padding-left: 12px;
	margin-left: -3px;
}
.SideHeading {
	font-weight: bold;
	letter-spacing: 5px;
	width: 200px;
	border-bottom: 2px solid navy;
	color: navy;
	font-variant: small-caps;
	display: block;
	margin-bottom: 10px;
}
.BodyContainer { 
	width: 527px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.BodyContainer td {
	display: inline-block;
	
}
.BodyContainerTop {
	background-image: url(images/BigContainerTop.gif);
	height: 11px;
}
.BodyContainerLeft {
	background-image: url(images/BigContainerLeft.gif);
	width: 11px;
}
.BodyContainerRight {
	background-image: url(images/BigContainerRight.gif);
	width: 19px;
}
.BodyContainerBottom {
	background-image: url(images/BigContainerBottom.gif);
	height: 20px;
}
.BodyContainerCenter {
	background-image: url(images/BigContainerFill.gif);
}
.SideContainer {
	width: 224px;	
	margin-bottom: 20px;
}
.SideContainer td {
	display: inline-block;
}
.SideContainerTop {
	height: 11px;
	background-image: url(images/SmallContainerTop.gif);
}
.SideContainerLeft {
	width: 7px;
	background-image: url(images/SmallContainerLeft.gif);
}
.SideContainerFill {
	background-image: url(images/SmallContainerFill.gif);
}
.SideContainerRight {
	width: 15px;
	background-image: url(images/SmallContainerRight.gif);
}
.SideContainerBottom {
	height: 17px;
	background-image: url(images/SmallContainerBottom.gif);
}
