html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000000;
}
body { /* This helps center the Home page */
	text-align: center;
}
.wrapper {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.container {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 828px;
	position: relative;
}
.indexImage {
	margin-top: 0px;
	padding-top: 0px;
}
#animation {
	position: absolute;
	height: 559px;
	width: 244px;
	/* z-index: 20; */
	top: 41px;
	right: 43px;
	visibility: visible;
}
/* Start NavBar */
#navcontainer {
	position: absolute;
	height: 71px;
	width: 828px;
	align: center;
	background-color: #000000;
	/* z-index: 100; */
	top: 639px;
	text-align: center;
	left: 0px;
}
/* End NavBar */

/* Start subNavContainerIndex - HOME PAGE ONLY */
#subNavContainerIndex {
	position: absolute;
	height: 40px;
	width: 828px;
	align: center;
	/* z-index: 30; */
	top: 639px;
	text-align: center;
	/* left: 0px; */
}
/* End subNavContainer - HOME PAGE ONLY */

/* Start subNavContainer */
#subNavContainer {
	position: absolute;
	height: 40px;
	width: 650px;
	align: center;
	/* z-index: 30; */
	top: 282px;
	text-align: left;
	left: 32px;
}
/* End subNavContainer */

/* Start subNavContainer 2 */
#subNavContainer2 {
	position: absolute;
	height: 40px;
	width: 650px;
	align: center;
	/* z-index: 30; */
	top: 182px;
	text-align: left;
	left: 32px;
}
/* End subNavContainer 2 */
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navlist li {
display: inline;
list-style-type: none;
}
#navlist a {
padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
color: #fff;
border: 1px solid #666666;
text-decoration: none;
}
#navlist a:hover {
color: #FFF;
background-color: #D30C23;
border: 1px solid #D30C23;
text-decoration: none;
}
/* "current tab" style */
#navlist li a#current {
color: #FFF;
background: #D30C23;
border: 1px solid #FFF;
}
/* End NavBar */
.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.references {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	display: block;
	width: 400px;
	margin-left: 214px;
}
.text a {
	color: #CCCCCC;
}
.text a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
	/* height: 40px; */
	background-color: #D30C23;
	line-height: 4em; /* THIS REALLY WORKS TO VERTICAL-MIDDLE THE TEXT */
	position: relative;
	}
	
#index {
	margin-top: 44px;
	}	
	
.footer a {
	color: #000000;
	}
	
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}	
	
