.containerbox
{
	background-color: #ffffff;
	color: #000000;
	position: absolute;	
}
h2 {
	text-align: center;
}
hr {
	color: #99FF66;
}
#header {
	position: relative;
	display: block;
	border-bottom: 3px solid #99FF66;
	height: 70px;
	margin: 0px 0px 20px 0px;
	padding-bottom: 15px;
}
#logofloat {
	position: relative;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	border: 3px groove green;
	text-align: right;
}
#logo {
	position: relative;
	float: left;
	padding-right: 5px;
	padding-left: 2px;
}
#logotext {
	position: relative;
	padding-top: 30px;
	padding-right: 8px;
}
.affiliation {
	font-family: sans, arial, verdana, helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
}
a.projectname {
	font-family: sans, arial, verdana, helvetica;
	font-weight: bold;
	font-style: normal;
	color: black;
	text-decoration: none;
}
#title {
	position: relative;
	float: left;
	font-family: sans, arial, verdana, helvetica;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 15px;
}
.body {
	clear: both;
	position: relative;
	float: left;
	padding-top: 15px;
}
.clearboth {
	clear: both;
}

#listcontainer ul {
	font-family: sans, arial, verdana, helvetica;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	border: solid 1px black;
}
li {
	padding: 4px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-bottom: 1px solid black;
	list-style-type:none;
}
li.dltitle {
	font-weight: bold;
	padding-left: 6px;
	background-image: url('dltitlebar.gif');
	color: #fff;
}
.dltdescrip {
	font-weight: normal;
}
li.versiontitle {
	background-color: #ccffcc;
	padding-left: 40px;
	font-size: .8em;
	font-weight: bold;
}
.vertitledoc {
	font-size: .8em;
	font-weight: normal;
}
.vertitledate {
	font-weight: normal;
}
li.filelink {
	background-color: #f4f4f4;
	padding-left: 80px;
	font-weight: normal;
	font-size: .7em;
}
