body {
	font: 100% Verdana, 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: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #272121;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	text-align: left;
	margin: auto;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #201F1D;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 90px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../Images/New%20Website%20Top%20Banner.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 900px;
	border-bottom-width: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	position: relative;
	width: 860px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	font-size: 12px;
	height: 500px;
	line-height: normal;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	position: relative;
	height: 10px;
	top: -10px;
	background-color: #550000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 15px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
}
#sidebar {
	float: left; 
	width: 200px;
	background: #EBEBEB;
	padding: 15px 10px 15px 20px;
}
#apDiv1 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:30px;
	border:0px none #000000;
	z-index:2;
	background-color: #780000;
	background-image: url(../Images/navbarmain.jpg);	
}
footerstyle {
	top: 0px;
	position: relative;
}
#imagebanner {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:100px;
	background-color:#FFF7C4;
	border:1px none #000000;
	z-index:1;
	background-image: url(../Images/homebanner.jpg);
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
	top: -20px;
	position: relative;
	font-size: 90%;
	background-image: url(../Images/footerlogoslogasn.gif);
}
#newsboxshell {
	position:relative;
	left:0px;
	top:0px;
	width:300px;
	height:300px;
	z-index:3;
	overflow: auto;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #FFDF55;
}
#newstextbox {
	position:relative;
	left:20px;
	top:45px;
	width:260px;
	height:235px;
	z-index:1;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 0px;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #D9DFDE;
	font-size: 12px;
}
.style5 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	height:30px;
	position:relative;
	font-size:90%;
	z-index:100;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:150px; height:30px; color:#fff; background-image:url(../Images/navbarmainstrip.jpg); line-height:30px; font-size:90%; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {
	float:left;
	position:relative;
	height: 30px;
	width: 150px;
	text-align: center;
	visibility: visible;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	height: 30px;
	width: 150px;
	text-align: center;
	background-image: url(../Images/navbarhoverstrip.jpg);
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:auto;
}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#EFECE5; color:#000;}
.menu ul li:hover ul li a:hover {background:#780000; color:#FFFFFF;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
.style6 {
	font-size: 90%
}
#footerimage {
	position:absolute;
	left:0px;
	top:1px;
	width:900px;
	height:30px;
	border:1px none #000000;
	z-index:1;
}
#basetext {
	position:relative;
	left:0px;
	top:0;
	width:900px;
	background-color:#201F1D;
	border:0px none #000000;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#submitresume {
	position:absolute;
	left:25;
	top:260px;
	width:183px;
	height:40px;
	background-color:#FFFFFF;
	layer-background-color:#FFF7C4;
	border:1px none #000000;
	z-index:4;
}
#teambox {
	position:absolute;
	left:0px;
	top:0px;
	width:230px;
	height:340px;
	background-color:#FFFFFF;
	layer-background-color:#FFF7C4;
	border:0px none #000000;
	z-index:1;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	overflow: auto;
	line-height: 3px;
}
#bioshell {
	position:absolute;
	left:252px;
	top:-1px;
	width:570px;
	height:250px;
	background-color:#EFECE5;
	layer-background-color:#FFF7C4;
	border:0px none #000000;
	z-index:2;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
#generalContentBios {
	position:relative;
	left:0px;
	top:0px;
	width:860px;
	background-color:#FFFFFF;
	layer-background-color:#FFF7C4;
	border:0px none #000000;
	z-index:1;
	height: 365px;
}
#biopic {
	position:absolute;
	left:20px;
	top:20px;
	width:100px;
	height:150px;
	background-color:#EFECE5;
	layer-background-color:#FFF7C4;
	border:1px none #000000;
	z-index:1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#text {
	position:absolute;
	left:430px;
	top:50px;
	width:450px;
	height:250px;
	background-color:#000000;
	layer-background-color:#FFF7C4;
	border:1px none #000000;
	z-index:2;
	color: #FFFBF0;
	line-height: normal;
}
#GeneralContentShell {
	position:absolute;
	left:0px;
	top:-20px;
	width:900px;
	height:385px;
	background-color:#FFFFFF;
	layer-background-color:#FFF7C4;
	border:1px none #000000;
	z-index:1;
	background-image: url(../Images/contactbggradient.jpg);
}

.style7 {
}
#teamdescription {
	position:absolute;
	left:25px;
	top:357px;
	width:207px;
	height:160px;
	background-color:#000000;
	layer-background-color:#FFF7C4;
	border:1px none #000000;
	z-index:5;
}
#BacktoExpertise {
	position:absolute;
	left:28px;
	top:470px;
	width:170px;
	height:20px;
	background-color:#000000;
	layer-background-color:#FFF7C4;
	z-index:29;
	line-height: normal;
}
#searchesbox {
	position:absolute;
	left:460px;
	top:25px;
	width:380px;
	height:420px;
	z-index:29;
	padding: 20px;
	background-image: url(../Images/Pledge/Text-Background.png);
	overflow-y: scroll;
	line-height: normal;
	font-size: 12px;
}
.style8 {
	color: #FFFFFF;
	line-height: normal;White Text {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #FFFFFF;
}
#BioNameBox {
	position:absolute;
	left:25px;
	top:60px;
	width:199px;
	height:313px;
	z-index:1;
}

