#topHead {
	background-image: url(../images/header.jpg);
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	height: 108px;
	background-position: top;
}
#globalContainer {
	background-color: #EEEEEE;
	width: 780px;
	border-right: 2px solid #EF8934;
	border-bottom: 2px solid #EF8934;
	border-left: 2px solid #EF8934;
	background-image: url(../images/backgrnd.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#sideNav {
	border: none;
	background-color: #EEEEEE;
}
.body {
	background-color: #EEEEEE;
	color: #510000;
	background-image: url(../images/backgrnd2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer a {
	color: #8B6F4C;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer a:hover {
	color: #707070;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
#footer {
	background-color: #EEEEEE;
	height: 80px;
	padding-left: 150px;
	color: #8B6F4C;
	background-image: url(../images/backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#subPage #footer {
	border: none;
}
p {
	margin: 0px 0px 10px;
	color: #510000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #707070;
	padding: 16px;
	line-height: 22px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6C3B; /* Secondary */
	margin: 0px 0px 5px 0px;
	line-height: 18px;
}
h3 {
	font-size: 11px;
	color: #707070; /* Accent 10 */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}
#mainFeatured {
	padding: 5px 0px 20px;
	margin-right: 10px;
	background-color: #EEEEEE;
	border: none;
}
div.bannerNav {
	border: 1px solid #DADADA; /* Border Light*/
	background-color: #EEEEEE; /* Table BG Light */
	color: #707070; /* Text Dark */
}
a:link  {
	color: #FF6C3B; /* Link */
}
a:visited  {
	color: #FF6C3B; /* Link */
}
#homePage {
	background-color: #EEEEEE;
	height: 400px;

}

#innerContainer #innerRight {
	float: left;
}
#homePage #innerContainer #innerRight {
  width: 515px;
	padding: 10px 0px 10px 10px;
}
#subPage #innerContainer #innerRight {
	padding: 10px;
	float: none;
	margin-left: 150px;
}

#homePage #innerContainer #innerRight h1 {
	margin: 0px 0px 5px 0px;
}
.border {
	border: 1px solid #000000;
}
.footertext {
	color: #8B6F4C
}
