@charset "UTF-8";
@import url("highlight_list.css");
@import url("sponsor_list.css");
@import url("news.css");
@import url("bib.css");
@import url("headshot.css");
@import url("artifact.css");
/* CSS Document */

#page {
	width: 968px;
	height: 1200px;
	margin:auto;
	text-align:left;
}

#logo {
	width:220px;
	float:left;
}

#logo img {
	width:100%;
}


#header {
	height:250px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align:left;
}

#header h2 {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	color:#000;
	text-align: left;
	clear:none;
	margin-top:10px;
	margin-left:10px;
	font-size:2.3em;
	width:20em;
	float:left;
}

#header a {
	color:black;
}
#header a:visited {
	color:black;
}
#header a:hover {
	color:black;
	text-decoration:none;
}
#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:90px;
	margin-left:10px;
	margin-bottom:2px;
	font-size:3em;
	width:12em;
	float:left;
}


#body {
	margin-top:15px;
	clear:both;
}

#left_sidebar {
	clear:both;
    float: left ;
	width: 220px;
	height: 1200px;
	padding: 2px;
	margin: 2px;
}

#main_content {
	float:left;
	width: 520px;
	height: 1200px;
    padding: 2px;
	margin: 2px;
}

#right_sidebar {
	float:right;
	width: 198px;
	height: 1200px;
    padding: 2px;
	margin: 2px;
}


#prototype_list ul{
	padding-top:10px;
}

h2 a {
	color: inherit;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:none;
}

h2 {
	text-align:center;
	background: #678631;
	color: white;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	clear:both;
}

h3 {
	text-align:left;
	color: #678631;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	clear:both;
}

ul {
	margin-right:2em;
	margin-left:0em;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}