@charset "utf-8";
/* CSS Document */

/* Item Divs */
body {
	background: url(../images/bgRepeat.jpg) #655a36 0 -44px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0px 0;
}
hr {
	background: #cfb767;
	height: 1px;
	border: 0;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

 /* ID Divs */
#root {
	width: 100%;
	margin: 0;
}
#subRoot {
	width: 874px;
	margin: 0 auto;
	position: relative;
}
#content {
	float: left;
	padding: 0 7px 7px 7px;
	background: #FFF;
	position: relative;
}
#contentSub {
	float: left;
	background: url(../images/insideContentBg.jpg) repeat-y;
}
#head {
	display: table;
	position: relative;
}
#page_logo {
	position: absolute;
	top: 0;
	*top: -64px;
	left: 0;
	_left: -334px;
	z-index: 10;
}
#contentSubSub {
	float: left;
	position: relative;
	background: url(../images/foot.jpg) 0 100% no-repeat;
	width: 759px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	padding: 10px 50px 40px 50px;
}
#footLogo {
	float: none;
	padding: 5px 0 2px 0;
}
#footURL {
	border-bottom: solid 1px #eee7cf;
}
#footSub {
	float: left;
	width: 100%;
	text-align: center;
	color: #eee7cf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	padding: 10px 0 10px 0;
}
#footSub a {
	color: #eee7cf;
}
#footSub a:hover, #footSub a:active {
	text-decoration: underline;
	color: #eee7cf;
}
#footURL {
	font-family: "Times New Roman", Times, serif;
}

/* Class Divs */
.content {
	float: left;
	padding: 12px;
}
.larger {
	font-size: 14pt;
}
.paddBot {
	position: relative;
	top: -2px;
}
@media print {
#head {
	display: none;
}
#footSub .IE6 {
	display: none;
}
}