@charset "UTF-8";
html, body {
	height:100%;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:120%;
	background: #3F261F;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:100%;
	background: #FDFDFD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}#information {
	background: url(../_images/background-texture.jpg) no-repeat;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 100px;
	min-height:775px;
}
p {
	margin-bottom: 0px;
	margin-top: 11px;
}
.textbox500 {
	width: 500px;
	margin-left: 4px;
}
.big-gray {
	font-size: 22px;
	color: #666;
	line-height:24px;
}
.tabletitle {
	font-size: 15px;
	padding-bottom: 15px;
}
.tabletext {
}
.tablecaption {
	font-style: italic;
	color: #660000;
	vertical-align: bottom;
}
.tablepic {
	padding-right: 10px;
}
#bionr {
	font-weight: bold;
	width: 100px;
	background-color: white;
	display: block;
	color: #ad3000;
	clear: none;
	float: right;
	z-index: 0;
	right: 40px;
	top: -805px;
	position: relative;
}

