body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #623726;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FCF3ED;
	background-image: url(/images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: 320px 530px;
	line-height: 16px;
	font-weight: lighter;
}
#divContainer #divVertLine {
	position: absolute;
	height: 487px;
	width: 1px;
	left: 83px;
	top: 278px;
}

#divContainer {
	position: absolute;
	width: 595px;
	left: 0px;
	top: 0px;
}
#divHeader {
	position: absolute;
	height: 168px;
	width: 595px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#divPageImages {
	position: absolute;
	height: 84px;
	left: 0px;
	top: 169px;
	z-index: 1;
}
#divNav {
	position: absolute;
	left: 447px;
	top: 169px;
	width: 148px;
	z-index: 100;
}
#divBody {
	position: absolute;
	width: 340px;
	left: 84px;
	top: 272px;
	border-left-color: #FF8913;
	padding-left: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}

#divContainer #divNav p {
	padding-left: 12px;
	font-size:11px;
	line-height: normal;

}
#divContainer #divNav p.nav {
	background-color: #ff8913;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top:3px;
	padding-left: 14px;
	font-size: 13px;
}

#divContainer #divNav p.nav a{
	text-decoration:none;
	color: white;
}
.footer {
	font-size: 10px;
}
.heading {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}
a:link {
	color: #FF8913;
	text-decoration: none;
}
a:hover {
	color: #FF8913;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subheading {
	font-size: 18px;
}
