@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: auto;
	font-family: verdana, tahoma, "sans serif";
	font-size: 68.5%;
	text-align: center;
	margin-right: auto;
	background-color: 000000;
}
p {
	color: #CC66FF;
	font-size: 1.2em;
}
a:link {
	color: #77ae99;
	text-decoration: none;
}
a:visited {
	color: #77ae99;
	text-decoration: none;
}
#container {
	width: 1025px;
	height: 700px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#spacer {
	height: 50px;
	width: 20%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10%;
	color: #000000;
}
#titlebar {
	float: left;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	width: 65%;
	text-align: right;
}
#titlebar img {
	text-align: left;
	float: left;
}
#nav {
	height: 20px;
	width: 100%;
	clear: both;
	float: left;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#sidebar {
	width: 15%;
	height: 370px;
	float: left;
	text-align: left;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: 1.2em;
	clear: left;
	position: relative;
	margin-left: 20px;
}
#projtitle {
	float: left;
}
#mainimage {
	float: left;
	margin-left: 25px;
	width: 460px;
	font-size: 1.4em;
	color: #FFFFFF;
	height: 500px;
	text-align: center;
	clear: none;
}
#mainimage img {
	border: 1px solid #FFFFFF;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#smallimgs {
	float: left;
	padding-left: 20px;
	text-align: left;
	width: 300px;
	clear: none;
	height: 450px;
	overflow: visible;
}
#smallimgs img {
	padding: 2px;
	border: 1px solid #FFFFFF;
	margin: 3px;
}
#smallimgs a:link {
	text-decoration: none;
	background-color: #000000;
}
#smallimgs a:visited {
	text-decoration: none;
}
#smallimgs a:hover {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #77ae99;
	text-decoration: none;
}
#selected {
	font-size: 1.2em;
	color: #000000;
	background-color: #77ae99;
	width: 125px;
}
#selected  a:link {
	color: #000000;
	text-decoration: none;
	background-color: #77ae99;
	font-weight: bold;
}
#selected  a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #77ae99;
}
#selected  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77ae99;
	font-weight: bold;
}
#moreinfo {
	color: #FFFFFF;
	float: left;
	width: 250px;
	clear: left;
}
#moreinfo   a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header {
	text-decoration: underline;
}
#fp {
	clear: both;
	float: left;
}
#heading {
	padding-bottom: 8px;
}
#heading a:link {
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
}
#heading a:visited {
	font-weight: bold;
	text-decoration: underline;
}
#heading a:hover {
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
#titleprint {
	display: none;
}

#Topleft {
	float: left;
	margin-left: 100px;
}

#Topright {
	float: right;
	margin-right: 300px;
}
.New {color: #FFFF33}

