body {
	background: #A19C88 url(images/pageBG.png) repeat;
	margin: 0px;
	padding: 15px;
	text-align: center;

/* part 1 of 2 centering hack */
}
#box {
	width: 967px;
	padding: 0px;
	text-align: left;
	margin: 0px auto 10px;
}
* html #box { /* This is the Tan hack */
	width: 969px;
	w\idth: 967px;
}

/* head */
#box .heading {
	width: 967px;
}
#box .nav {
	background: #993333 url(images/navBG.png) repeat-x left top;
}

/* left column */
#box .sideColumn {
	background: #CCCC99 url(images/sideBG.png) repeat-y left top;
	vertical-align: top;
	padding-top: 10px;
}
#box .contentBL {
	background: url(images/sideCorner.png) no-repeat left bottom;
	height: 17px;
	width: 17px;
}
#box .sideFoot {
	background: url(images/sideFootBG.png) repeat-y left bottom;
	height: 17px;
	width: 255px;
}
#box .sideColumn .sidePicturePlain {
	border-bottom: #CCCC99 1px solid;
	border-top: #999966 1px solid;
	margin-top: 50px;
}
#box .sideColumn .sidePictureNav {
	border-bottom: #CCCC99 1px solid;
	border-top: #999966 1px solid;
	margin-top: 20px;
}
#box .sideColumn p.space {
	display: block;
	text-align: right;
	margin: 10px 0px 0px 0px;
	padding-right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #993333;
}
#box .sideColumn div.page {
	display: block;
	text-align: right;
	margin-top: 10px;
	padding-right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
#box .sideColumn a:link, #box .sideColumn a:visited {
	display: block;
	text-align: right;
	margin-top: 10px;
	padding-right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #993333;
}
#box .sideColumn a:hover {
	display: block;
	text-align: right;
	margin-top: 10px;
	padding-right: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #993333;
}


/* content */
#box .content p {
	line-height: 18px;
	text-align: justify;
}
#box .content ul li {
	list-style: disc url(images/bullet.gif) outside;
}
#box .content ol li li {
	list-style: lower-alpha;
}
#box .contentFoot {
	background: #FFFFFF;
}
#box .content {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 25px 50px 25px 42px;
	width: 695px;
	vertical-align: top;
}
#box .content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #993333;
}
#box .content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #993333;
}
#box .content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #993333;
}
#box .content .expand {
	color: #666633;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: underline;
}
#box .content .texter {
	padding: 4px 0px 10px 8px;
}
#box .contentSide {
	background: #FFFFFF;
}
#box .content .contacttext, #box .content .historytext {
	color: #993333;
	font-size:12px;
}
/* front feature */
#box .content .frontFeature td {
	vertical-align: top;
}
#box .content .frontFeature .head {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	margin: 0px;
	padding: 0px;
}
#box .content .frontFeature ul {
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
	margin: 0px 20px 0px 20px;
}
#box .contentBR {
	background: url(images/contentCorner.png) no-repeat right bottom;
	height: 17px;
	width: 17px;
}

/* copyright */
#box .copyright {
	text-align: center;
	color: #A19C88;
	background: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#box .copyright a:link, #box .copyright a:visited {
	color: #A19C88;
	text-decoration: underline;
}
#box .copyright a:hover {
	color: #993333;
	text-decoration: underline;
}
