html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #151837;
	color: #fff;
	text-align: left;
	margin: auto;
	padding: 0;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	text-align:center;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: circle;
	padding-left: 30px;
}
.clear {
	clear:both;
}
/*THIS HAS THE LOWER NET BACKGROUND FILL - IT IS BEHIND THE UPPER NET BACKGROUND FOR mainBodyWrap2*/
#lowerNetBkgnd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url(../images/net_fill_03.jpg);
	background-repeat: repeat;	
	}
/*THIS HAS THE UPPER NET BACKGROUND*/
#upperNetBkgnd {
	background-image: url(../images/cortes_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:1024px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/*THIS IS FOR THE LADDER TO REPEAT DOWN THE PAGE AS A BACKGROUND*/
#ladder {
	background-image: url(../images/ladder_part_01_wide.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 1024px;
	padding: 0px;
	margin: 0px;
}
/*THIS IS THE WRAPPER FOR THE HEADER - LEFT NAV - MAIN BODY - AND FOOTER*/
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/clear_wide.gif);
	background-repeat: repeat-y;	
	}
#header {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	clear: both;
}
#leftNav {
	width: 162px;
	padding: 0px;
	margin: 0px;
	float: left;
	top: 0px;
}
#mainBody {
	width: 832px;
	padding: 0px 10px 0px 10px;
	font-size: small;
	color: #fff;
	float: right;
	margin: 0px;
	top: 0px;
}
#nav_01 {
	padding-left: 8px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
.nav_02 {
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.leftBioPhoto {
	padding-right: 10px;
	padding-bottom: 10px;
}
.aboutUsCaptionLeft {
	/*margin: auto;*/
	/*width: 45%;*/
	/*width:auto;*/
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}
.aboutUsCaptionLeft a:link {
	color: #fff;
	text-decoration: none;
}
.aboutUsCaptionLeft a:visited {
	color: #fff;
	text-decoration: none;
}
.aboutUsCaptionLeft a:hover {
	color: #fff;
	text-decoration: none;
}
.underLine01 a:link {
	color: #fff;
	text-decoration: none;
}
.underLine01 a:visited {
	color: #fff;
	text-decoration: none;
}
.underLine01 a:hover {
	color: #fff;
	text-decoration: underline;
}/*
.underLine02 a:link {
	color: #fff;
	text-decoration: none;
}
.underLine02 a:visited {
	color: #fff;
	text-decoration: none;
}
.underLine02 a:hover {
	color: #fff;
	text-decoration: none;
}*/
.aboutUsCaptionRight {
		float: right;
	/*width: 45%;*/
		padding: 0px 0px 5px 0px;
		margin: 5px 0px 0px 0px;
	text-align: center;
}
.aboutUsCaptionRight a:link {
	color: #fff;
	text-decoration: none;
}
.aboutUsCaptionRight a:visited {
	color: #fff;
	text-decoration: none;
}
.aboutUsCaptionRight a:hover {
	color: #fff;
	text-decoration: none;
}
.moreBiosPosition li {
	display: inline;
	list-style-type: none;
}
.moreBiosNames {
	/*width: 100%;*/
	width: 832px;
}
.moreBiosNames ul {
	list-style-type: none;
	text-align: center;
	}
.moreBiosNames ul li {
	display: block;
	float: left;
	text-align: center;
	}
.moreBiosNames ul li a {
	width: 128px;
	height: 2em;
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 2em;
	}	
.moreBiosNames ul li a:hover {
	color: #fff
	}
.moreBiosNames ul li a.selected {
	background:#000;
	}
.aboutUsCaption {
	float: left;
	padding: 0px 0px 5px;
	margin: 5px 0px 0px;
	text-align: center;
	display: block;
	width: 205px;
}
.aboutUsCaption a:link {
	color: #fff;
	text-decoration: none;
}
.aboutUsCaption a:visited {
	color: #fff;
	text-decoration: none;
}
.aboutUsCaption a:hover {
	color: #fff;
	text-decoration: none;
}
.centerFullWidth {
	text-align: center;
	width: 832px;
}
/*a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}*/
.rightBioPhoto {
	padding-bottom: 10px;
	padding-left: 10px;
}
.aboutUsPhotos {
	padding-right: 15px;
	padding-left: 15px;
}
.horizPad01 {
	padding-left: 60px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableCenter td {
	text-align: center;
}
#footer {
	clear: both;
	font-size: small;
	text-align: center;
	width: 824px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 200px;
}

/*________________________________________________________________________________________________________*/

/*PROBABLY DON"T NEED BELOW HERE*/


#leftOne {
	width: 200px;
	float: left;
	background-color: #00FF33;
}
#rightOne {
	width: 824px;
	float: right;
	background-color: #FF9999;
}
.tempMove {
	padding-left: 30px;
}
#nav_03 {
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;	
}
#nav_04 {
	padding-left: 9px;
	top: 255px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav_05 {
	padding-left: 9px;
	top: 335px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav_06 {
	padding-left: 10px;
	top: 567px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main {
	margin: 0px;
	padding: 0px;
}
#header_top {
	padding-top: 20px;
	padding-left: 210px;
}

#header_bottom {
	padding-top: 0px;
	padding-left: 620px;
}
.higher {
	position: relative;
	top: -50px;
}
.nav_06 {
	padding-left: 10px;
	top: 589px;
	position: relative;
	clear: both;
}

