/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #CBCBCB;

}
.Header {
	background-image: url(Images/Header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 92px;
	width: 780px;
	padding-top: 18px;
	padding-right: 20px;
	color: #FFF;
	padding-left: 20px;
}
.Header a {
	color: #FFF;
	text-decoration: none;
}
.Header a:hover {
	color: #000;
	text-decoration: underline;
}


.LinkBar {
	background-image: url(Images/LinkBar.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 820px;
	color: #FFF;
}
.LinkBar a {
	color: #FFF;
	text-decoration: none;
}
.LinkBar a:hover {
	color: #CBCBCB;
	text-decoration: underline;
}

.LinkBarDividers {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 98px;
}
.SideBar {
	background-image: url(Images/SideBar.png);
	width: 155px;
	background-position: 0px 0px;
	padding-left: 15px;
	padding-right: 5px;
	color: #FFF;
	background-repeat: repeat-y;
}
.SideBarLinks {
	height: 20px;
	padding-left: 15px;
}
.SideBarLinks a {
	color: #FFF;
	text-decoration: none;
}
.SideBarLinks a:hover {
	color: #000;
}



.SideBarFooter {
	background-image: url(Images/SideBarFooter.png);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 9pt;
	padding-top: 15px;
	padding-left: 12px;
}
.BodyArea {
	background-image: url(Images/BodyArea.png);
	width: 605px;
	height: 500px;
	padding-right: 25px;
	padding-left: 15px;
	text-align: justify;
}
.BodyAreaFooter {
	background-image: url(Images/BodyAreaFooter.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 15px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.BodyAreaFooter a {
	color: #000;
}
.Title {
	font-size: 18pt;
	font-weight: bold;
}
.SubTitle {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
.Spacer {
	width: 15px;
}
.HomeImage {
	padding-left: 10px;
}
.HomeText {
	text-align: justify;
	vertical-align: top;
}
.FlyerImage {
	width: 124px;
}
.CashBidDisclamer {
	font-size: 9pt;
	text-align: justify;
}
