* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}	

html {
	height: 100%;
}

body { 
	height: 100%;
	background-color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	color: #FFF;
 }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.1em; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 1.1em; /* .push must be the same height as .footer */
}

.right {
	float: right;
	padding-left: 1em;
}

h2 {
   font-weight: bold;
   font-size: 1.1em;
   padding-bottom: 1em;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
}

table {
	text-align: left;
	padding-bottom: 1em;
}

th {
	background-color: #F90;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2px;
}

td {
	padding: 2px;
	background-color: #333;
}

td.analysis {
	padding: 2px;
	padding-right: 5em;
	background-color: #000;
}

ul {
	padding-left: 1em;
	padding-bottom: 1em;
}

p.figure {
   text-align: center;
}

#projectheader {
	background-color: #000;
	background-image: url(h1image.png);
	height: 0;
	overflow: hidden;
	padding-top: 75px;
	background-repeat: no-repeat;
}

#about {
	float: left;
}

#about a {
	color: #000;
}
#about a:hover {
	color: #FFF;
}

#menu {
	float: left;
	width: 15%;
}

div #menu ul {
	padding-left: 0;
	padding-bottom: 0;
	list-style: none;
	background-color: #000;
}

#content {
	float: left;
	width: 83%;
	padding-left: 1%;
}

#content p {
	padding-bottom: 1em;
}

li {
    padding-bottom: 0.2em;
}

#copyright {
	clear: both;
	width: 99%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	background-color: #F90;
	color: #000;
	text-align: right;
}

a:link, a:visited, a:active {
	color: #F90;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: underline;
}

a.nav {
	display: block;
	text-decoration: none;
	padding-left: 0.3em;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #F90;
	background-color: #333;
}

a.nav:hover {
	color: #000;
	background-color: #F90;
}

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/