@charset "UTF-8";
/* CSS Document */


#homeMenu {
	position: absolute;
	top:38px;
	left:251px;
	width:485px;
	height:25px;
	border:#006633;
	}
#projectSelect1 {
	position: absolute;
	top:92px;
	left:0px;
	width:85px;
	height:81px;
	}
#projectSelect2 {
	position: absolute;
	top:92px;
	left:91px;
	width:66px;
	height:214px;
	}
#projectSelect3 {
	position: absolute;
	top:178px;
	left:0px;
	width:85px;
	height:128px;
	}
#projectSelect4 {
	position: absolute;
	top:311px;
	left:0px;
	width:156px;
	height:96px;
	}
#projectSelect5 {
	position: absolute;
	top:92px;
	left:162px;
	width:352px;
	height:315px;
	}
#projectSelect6 {
	position: absolute;
	top:92px;
	left:522px;
	width:188px;
	height:315px;
	}
	
#projectList {
	position: absolute;
	top:416px;
	left:0px;
	width:710px;
	height:120px;
	}
.details {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	color:#666666;
	margin: 0px 0px 0px 0px;
	}

.details ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.details li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}

.projectList {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	margin:0px 0px 0px 0px;
		}

.projectList ul { list-style-type:none; margin:0px; padding:0px;
	}
	
.projectList li {margin:3px 0px 0px 0px; padding:0px;
	}
	
.projectList td {border-right:solid 1px #666666;
	}

.projectList th {border-right:solid 1px #666666;
	}

p {
	text-align:left;
	}
	
/*DETAILS SECTION*/
.details dl { 
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	color:#666666;
	margin: 0px 0px 0px 0px;
	}
.details dt {
	font-weight:bold;
	margin:10px 0 0 0;
	}
.details dd {
	margin:0 0 0 5px;
}
.details p, .details h2 {margin:0;}