* {
	margin: 0px;
	padding: 0px;
}
html, body, #wrapper {
	height: 110%;
}
body {
	background: #1B338F url(../images/bg_repeat.jpg) repeat-x left top;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bodyContent {
	background: url(../images/paintBG.png) repeat-y center;
	min-height: 110%;
	z-index: 4;
	position: relative;
}
#textCol {
	float: left;
	width: 263px;
	height:500px;
	color: #fcf3db;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 226px;
	z-index: 6;
	margin-top: 50px;
}
#textCol #tcTop {
	background: url(../images/textBoxTop.jpg) no-repeat left top;
	height: 30px;
}
#textCol #tcMid {
	background: url(../images/textBoxMid.jpg) repeat-y;
}
#textCol #tcBottom {
	background: url(../images/textBoxBottom.jpg) left bottom;
	height: 20px;
}
#textCol h1 {
	font-size: 90%;
	padding-left: 25px;
	padding-right: 22px;
	padding-bottom: 10px;
	font-weight: normal;
}
#textCol p {
	font-size: 70%;
	padding-right: 22px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#picCol {
	float: left;
	width: 302px;
	margin-top: 50px;
	padding-left: 16px;
}
#picCol img {
	border: 3px solid #000;
	margin-bottom: 16px;
}
#logoCol {
	width: 156px;
	padding-top: 52px;
	padding-left: 45px;
	background: url(../images/callOutBlue.png) no-repeat right top;
	z-index: 1;
	top: 80px;
	left: 785px;
	min-height: 100%;
	position: absolute;
}
#navFooter2 {
	z-index: 5;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
}
#navFooter {
	background-position:center center;
	background-repeat:no-repeat;
	bottom:0;
	height:543px;
	position:fixed;
	width:100%;
	z-index:5;
	text-align: center;
}
#navFooter-orig {
	background-image:url(../images/navBar2.png);
	background-position:center center;
	background-repeat:no-repeat;
	bottom:0;
	height:571px;
	position:fixed;
	width:100%;
	z-index:5;
	text-align: center;
}
.clearit {
	clear: both;
}
#bodyContent a, #bodyContent a:link {
	color: #EDC447;
}
#bodyContent a:hover {
	color: #EDC447;
	text-decoration: none;
}
