/* Kill Defaults */
html, body, p, ul, ol, dl, li, h1, h2, h3, h4, img {
     margin: 0;
     padding: 0;
}
ul {
     list-style: none;
}
img {
     border: 0;
}
a {
     outline: none;
}

body {
	background: #101010;
	color: #e1e1e1;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #86bf3c;
}
h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #86bf3c;
}
h3 {
	font-size: .9em;
	font-weight: normal;
	color: #86bf3c;
}
p {
	font-size: .8em;
	margin-top: 12px;
}
a {
	color: #86bf3c;
	text-decoration: none;
}
sup {
	font-size: 60%;
}
#content ul {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.75em;
	list-style-position: outside;
	list-style-type: disc;
}
#content li {
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 20px;
}#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#navigation {
	width: 100%;
	height: 43px;
	background-image: url(../images/nav-tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#menuContainer {
	width: 960px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
}
#footer {
	width: 100%;
	height: 43px;
	margin-top: 30px;
	background-image: url(../images/footer-tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.copyright {
	font-size: .6em;
	padding-top: 20px;
	text-align: center;
	color: #2a2a2a;
}
.columns2 {
	width: 420px;
	float: left;
	margin: 0 30px 0 30px;
}
.columns3 {
	width: 300px;
	margin: 0 10px 0 10px;
	float: left;
}
.columns3 p {
	font-size: .7em;
	margin-top: 10px;
}
.columns3 h2 {
	font-size: .9em;
	font-weight: normal;
	color: #86bf3c;
	text-align: center;
}
.clearer {
	font-size: 1px;
	clear: both;
}
.lineTop {
	padding-top: 16px;
	margin-top: 26px;
	border-top-style: solid;
	border-top-color: #86bf3c;
	border-top-width: 1px;
}
.teamPhoto {
	float: left;
	width: 180px;
	padding-top: 20px;
	font-weight: bold;
}
.teamBio {
	float: left;
	
	margin: 0 0 20px 20px;
	width: 700px;
}
.teamName {
	font-weight: bold;
}
.divider_space {
	clear: both;
	width: 100%;
	border-top: 1px solid #D7D7D7;
	margin: 20px 0;
	display: block;
}
