body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
	}
.bodywrapper{
	background-color: #FFFFFF;
	width: 950px;
	float: left;
	position: absolute;
	border: solid 2px #0000FF;
	left: 50%;
	margin-left: -475px;
	background-image: url(images/v3_contentwrapper_backgroun.png);
	background-repeat: repeat-y;
}
/*Naviagation Style*/
.navwrapper {
	background-color: #999999;
	float: left;
	width: 175px;
	clear: left;
	border-right: solid 1px #000000;
	}
.navwrapper p{
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: solid 1px #000000;
	}
.navwrapper a{
	text-decoration: none;
	color: #000000;
	padding: 0px;
	}
.navwrapper a:hover{
	background-color: #FFFFCC;
	}
.submenu{
	background-color: #CCCCCC;
	border-top: solid 1px #000000;
	}
.submenu p{
	border: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
	}
/*Bread Crumb Style*/
.breadcrumbwrapper{
	color: #666666;
	font-size: 12px;
	width: 930px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #EAEAEA;
	float: left;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	clear: left;
	}
/*The style for the header picture and links*/
.header {
	height: 187px;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/v3_header2.png);
	background-repeat: no-repeat;
	background-position: 0px 37px;
	}
.headertitle{
	float: left;
	padding-left: 0px;
	padding-right: 50px;
	}
.headerlinks{
	float: right;
	line-height: 12px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
.headerlinks a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	border-right: solid 1px #000000;
	padding-right: 10px;
	padding-left: 10px;
	}
.headerlinks a:hover{
	text-decoration: underline;
	color: #FF0000;
	}
	
/*The style for the body of the page*/
.contentwrapper{
	float: left;
	padding-left: 10px;
	width: 750px;
	padding-right: 10px;
	padding-bottom: 5px;
	}
.contentwrapper h1 {
	color: #000066;
	text-align: center;
	font-size: 24px;
	}
.contentwrapper h2 {
	font-size: 18px;
	color: #000066;
}
.nobulletlist{
	list-style-type: none;
}
.nobulletlist li{
	padding-bottom: 3px;
}
#rightside ul{
	padding-left: 10px;
	margin-left: 0px;
}
#leftside ul{
}
#leftside ul ul {
	margin-left: -5px;
	list-style-type: disc;
	}
.headline {
	color: #000066;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
.headline a{
	text-decoration: none;
}
.headline a:hover{
	color: #333333;
	text-decoration: underline;
}
.byline {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #666666;
}
.banner {
	float: left;
	width: 550px;
	clear: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*The styles for the left side box of the content wrapper*/
#leftside{
	width: 550px;
	float: left;
}
/*The styles for the right side box of the content wrapper*/
#rightside{
	min-height:300px;
	float:right;
	width:190px;
	margin-top:10px;
	margin-left:5px;
	border-right:1px solid gray;
	border-left:1px solid gray;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	padding-bottom: 110px;
	margin-bottom: 25px;
	}
#rightside h1{
	font-size: 14px;
	background-color: #999999;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#rightside p{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	}
#rightside ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 11px;
	padding-right: 5px;
	}
#rightside li{
	line-height: 14px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
#rightside img{
	margin-left: auto;
    margin-right: auto;
	display:block;
	}
.footer{
	background-color: #666666;
	float: left;
	height: 25px;
	clear: both;
	width: 950px;
	border-top: solid 1px #000000;
	}
.footer p{
	color: #FFFFFF;
	margin: 0px;
	font-size: 10px;
	text-align: center;
}
.footer a{
	color: #FFFF66;
	text-decoration: none;
}
.footer a:hover{
	color: #FF3300;
}
#sponsor{
	position: absolute;
	bottom: 30px;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	width: 190px;
	background-color: #FFFFFF;
	margin-left:-1px;
}
/* Search Boxes used in content wrapper*/
#searchbox{
	width: 670px;
	height: 90px;
	background-color: #EFEFEF;
	float: left;
	margin-left: 25px;
	margin-bottom: 10px;
	border: solid 1px black;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*Establishes the pieces for the contacts pages*/
.bio {
	border-bottom: solid 1px #000000;
	float: left;
	clear: left;
	width: 740px;
	padding: 5px;
}
.bio .name {
	color: #000066;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 2px;
}
.bio .position {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bio .address {
	margin-top: 10px;
	margin-bottom: 0px;
}
.storyimage {
	float:right;
	margin:3px;
	width:250px;
 text-align:center;
}
.storyimage p {
 font-size:10px;
 color:#666666;
}
dt {
	font-weight: bold;
	font-size: 14px;
}
dd {
	margin-top: 5px;
	margin-bottom: 15px;
}
.leftcell {
	float:left;
padding-left:10px;
padding-right:3px;
}
.tbl_row {
padding: 2px;
border-bottom: solid 1px black;
float: left;
clear: left;
}
.headerrow{
font-weight:bold;
backgroundcolor:#999999
}
.grayrow{
background-color:#cccccc;
}
	  .chapterdesc p{
		  margin-top: 3px;
		  margin-bottom: 3px;
		  text-align: left;
		  font-size: 12;
		  margin-left: 10px;
	  }
