body
{
	text-align: center;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 150%;
	letter-spacing:.05em;
	background-image:url('/images/siteBackground.gif');
}

A, A:link
{
	color: #0066CC;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}


h1
{
	font-size:14px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:2px;
}

ul
{
	margin-top:5px;
	padding-right: 10px;
	padding-left: 20px;
	margin-left: 5px;
}

div#main
{
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	text-align:left;
}

div#header
{
	background: url('/images/headerBack.gif');
	height: 107px;
	
}

div#header ul
{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	top: 62px;
	left:125px;
	list-style-type: none;
}

div#header ul li
{
	position: relative;
	float:left;
	padding-right: 35px;
}


div#header ul li a
{
	color: #999999;
	font-weight:bold;
	font-size: 12px;
}

div#randomBanner a
{
	position: relative;
	top: -55px;
}

div#randomBannerLeft
{
	position:relative;
	top:12px;
	left:-16px;
	width:16px;
	height:55px;
	background: url('/images/projectSpotLeft.gif');
}

td#middle 
{

	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	width: 611px;
	height: 100%;

	background-position: right bottom;
	background-repeat: no-repeat;
}

td#leftCol 
{
	background-image:url('/images/leftbackground.gif');
}

div#leftCol
{
	position: relative;
	top: -45px;
    padding-left: 15px;
	background-image:url('/images/leftborder-side.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	width: 167px;
	height: 100%;

	z-index: 5;
}

div#middleCol
{	
	position: relative;
	top: -15px;
	padding-left: 10px;
	width: 370px;
	background-color: #FFFFFF;
	float: left;
}
div#rightCol
{
	position: relative;
	top: -15px;
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	width: 195px;
	background-color: #FFFFFF;
	background:url('/images/contentBackground.gif');
}