.sideBG {
	background-color: f6f3d0;
	background-image: url(../img/structural/leftside_BG.jpg);
	background-repeat: no-repeat;
}
.borderBanner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.borderBODY {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bodyCELL {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BBA075;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9C512C;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9E9764;
}
.bodyLINKS {
	color: #9C512C;
	text-decoration: underline;
}
.bodyBULLETS {
	list-style-position: outside;
	list-style-image: url(../img/structural/bullets.gif);
	line-height: 15px;
	padding-bottom: 5px;
	margin-left: -5px;
}
