.outerSite{
	width:800px;
	margin:auto;
	background-color:;
}

.displayOpts{
	float:right;
}

.header{
	height:150px;
	width:780px;
	background-image:url('/Resources/user/docs/Graphics/banner2009.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:10px;
}

.menuleft{
	float:left;
	margin:10px 10px 0px 0px;
	width:155px;
	min-height:300px;
}   

* html .menuleft{
	height:300px;	      
}

.content{
	float:left;
	margin-top:10px;
	background-image:url('');
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:300px;
	width:605px;
}   

* html .content{
	height:300px;	      
}

.footer{
	margin-top:10px;
	width:780px;
	height:30px;
	background-color:#;
	text-align:left;
}

.clear {
	clear:both;
	overflow:none;
}

#createdBy
{
	width:100%;
	text-align:center;
}