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

body {
	background-color: #d1d1d1;
}

#container {
width	: 960px;
height	: 972px;
background-color:#d1d1d1;
margin	: auto;
}

#top {
	position: relative;
	width	: 960px;
	height	: 86px;
	top		: 0;
	background-color:#FC3;
	background: url(../../images/top.jpg);
	margin:auto;
}

#topNav {
	position	: absolute;
	width		: 297px;
	height		: 21px;
	float		: left;
	top			: 9px;
	left		: 52px;		
}

.topNavButton { 
	width		: 94px;
	height		: 21px;
	float		: left;
	border		: 0;
	
	
}

#navHome { 
	
}

#navAbout { 
	
}

#navContact { 
	
}

#bottom { 
	position: relative;
	width	: 960px;
	height	: auto;
	top		: 0px;
}

#left {
	position			: absolute;
	float				: left;
	width				: 155px;
	height				: 920px;
	background			:url(../../images/leftNavBackground.jpg);
	left				: 0px;
	top					: 0px;
}

.leftNavButton { 
	width				: 155px;
	height				: 51px;
	float				: left;
	border				: 0;
}

#leftNav { 
	position			: absolute;
	width				: 155px;
	height				: 650px;
	top					: 269px;
}

#leftNavCurrentReport { 

}

#leftNavReportArchive { 

}

#leftNavCategories { 

}

#leftNavComments { 

}

#right { 
	position 			: absolute;
	
	width				: 804px;
	height				: auto;
	top					: 0px;
	left				: 155px;
	
	background-color: #d1d1d1;
}

#title { 
	position			: absolute;
	width 				: 804px;
	height				: 87px;
}

#content { 
	position			: absolute;
	width				: 804px;
	height				: auto;
	top					: 87px;
	
}

#contentLeft { 
	position			: absolute;
	width				: 538px;
	height				: auto;
	
} 


#reportTwo { 
	top					: 350px;
}

.reportContainer { 
	position 			: relative;
	height				: auto;
	width				: 538px;
	
}

.reportTitle { 
	position			: absolute;
	width				: 538px;
	height 				: 136px;
}

.reportContent { 
	
	position			: relative;
	width				: 538px;
	height				: auto;
	top					: 136px;
	
	
	
}

.reportCopy { 
	position			: absolute;
	width				: 538px;
	height				: auto;
	background-image	: url(../../images/reportBackgroundTile.jpg);
	background-repeat	: repeat-y;
	
}

.reportCopy p { 
	
	width				: 400px;
	height				: auto;
	padding-left		: 82px;
	font-family			: "Times New Roman", Times, serif;
	font-size			: 12px;
}

.reportEnd { 
	position			: absolute;
	bottom				: 0;
	
	width				: 538px;
	height				: 42px;
	background-image	: url(../../images/reportEnd.jpg);
}

#contentRight { 
	position 			: absolute;
	width				: 266px;
	height				: 833px;
	left				: 538px;
	background-image	: url(../../images/contentRight_v2.jpg);
	
}



.rightCol p { 
	position			: absolute;
	top					: 300px;
	width				: 229px;
	height				: auto;
	padding-left		: 21px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	letter-spacing		: .25px;
	
}
