body {
	text-align: center;
	background-color: #474747;
	color: white;
	font-family: Georgia;
	font-size: 1em;
}

table {
	max-width: 900px;
}
hr {
	color: #474747;
}
a {
	cursor: pointer;
	text-decoration: underline;
	color: #7FFF00;
}

a img {
	border: none;
}

h3 {
	text-decoration: underline;
}
table.padded td {
	padding-bottom: 10px;
	padding-right: 5px;
}
.green-border {
	border: 1px solid #7FFF00;
}
.greenBorder  {
	border-top: 1px solid #7FFF00;
	border-bottom: 1px solid #7FFF00;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
ul.greenBorder {
	padding-bottom: 15px;
}

div#container {
	width: 1000px;
	max-width: 1000px;
	border: 2px solid #007FFF;
}
.blackBg {
	background-color: black;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.pageTab {
	text-align: center;
}
.currentTab {	
	border-top: 2px solid #007FFF;
	border-right: none;
	border-left: none;
	text-align: center;
}
.currentTab a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.pageTab a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.text-center {
	text-align: center;
}
.vcentered {
	vertical-align: middle;
}
.subtitle {
	text-align: center;
}
.shortwidth {
	max-width: 700px;
}
p.smallFont {
	font-size: 0.8em;
}
#videonav {
	vertical-align: top;
}
#pageFooter {
	border-top: 2px solid #474747;
	max-width: 1000px;
	width: 1000px;
	bottom: 5%;
}
#pageContent {
	max-width: 1000px;
	width: 1000px;
	border-top: 2px solid #474747;
	min-height: 700px;
	font-family: Helvetica;
	font-size: 0.9em;
}
#bios td {
	vertical-align: middle;
	max-width: 700px;
}
#tabLinkRow td {
	padding-top: 2px;
}
#tabLinkRow td:hover {
	border-top: 2px solid #7FFF00;
	text-decoration: none;
}
#projectsTable {
	width: 700px;
	border-bottom: 1px solid #7FFF00;
}
#projectsTable td {
	padding: 10px;
}
#projectsTable thead td{
	border-bottom: 1px solid #7FFF00;
}
