﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	background-color: #CBD0D4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/Bckgnd.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

li {
	padding-top:5px;
	font-weight:bold;
	font-stretch:condensed;
}

ul {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 20px;
}

a {
	color:#003366;
}

a:hover {
	color:#003366;
}

#PlaceHolder {
	position:relative;
	width:800px;
}

#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	z-index: 1;
}

#Nav {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 139px;
	z-index: 2;	
}

#Menu {
	position: absolute;
	top: 235px;
	left: 20px;
	width: 139px;
	z-index: 3;
	text-align: center;	
}

#MenuItem {
	padding-top:10px;
}

#Logos {
	position: absolute;
	top: 500px;
	left: 20px;
	width: 139px;
	z-index: 3;
	text-align: center;	
}



#ContentPlaceHolder{
	position: absolute;
	top: 150px;
	left: 185px;
	width: 600px;
	text-align:left;
	z-index: 4;	
}

#ProjectPlaceHolder{
	position: absolute;
	top: 150px;
	left: 185px;
	width: 600px;
	text-align:left;
	z-index: 4;	
}
