	body {	background-color: #333333;
			background-image:url(images/streaked_tile.jpg);
			/*font-family: Arial, Helvetica, sans-serif;*/
			font-family: "Times New Roman", Times, serif;
			font-size: 1em;
			font-weight: bold;
			color: black; }
			
	ul, li
	{ 	margin: 0;
		padding:0;
		margin-bottom: 1em;
		margin-left: 1em;
		margin-right: 1em;
		color: #BB825B;
		text-align: left;
	}
			
	h2{	/*page head*/
		margin-bottom: 0;
		font-size: 1.4em;
		color: black;
		text-align: center;	}
	
	h3{	margin-top: 0;	
		color: #BB825B; 
		font-size: 1em;
		text-align: center;}
		
	.cap{	color: #BB825B;
			font-size: 1.6em;}

	p{	line-height: 1.6em;}

	#header{	background-color: #BCB3AA;
				border-left: 1px solid black;
				border-right: 1px solid black;
				border-top: 1px solid black;}

	#navbar{	background-color: #BCB3AA;
				border-left: 1px solid black;
				border-right: 1px solid black;}
				
/*-->Begin dividers*/
	.secDiv{	background: url(images/section_div.JPG) repeat-y;}
	
	.horz_border
		{	background: url(images/divbar.jpg) repeat-x;
		}
/*dividers*/

/*-->Begin Formating for side section images and spacing*/
	.space {	margin:0;
				padding: 0;
				height: 50px;}
	.img
		{	margin: 0;
			padding: 0;}
/*Side section images*/

	img{	margin:0;}
	
/*-->Begin content section*/
	#content{	padding: 1.7em;
				padding-top: 3em;
				text-align: justify;
				margin: 0;}
	#specs /*bulleted list for buildings*/
	{ 	margin-left: 1em; 
		margin-right: 0px;
		padding: 0;}
	
	#specs li{ 
		margin-left: 0px;
		margin-right: 0px;
		margin: .65em; /*reduced*/
		font-size:.9em; /*reduced*/
		}
	
	.listText /*content text within bulleted list*/
	{	color: black;
		font-size: .9em; /*reduced*/
	}
	
	#footer a
	{	font-style: normal;
		color: black;}
/*-->End content section*/
	
	#container	/*holds left, content and right sections*/
	{	background-color: #BCB3AA;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
	}
/*-->Section Links*/		
	
	.sectionLinks{ /*make page link sections equal height*/
		/*height: 6em;*/}
	.sectionLinks li
	{	list-style-image:url(images/list_arrow.gif);
		margin: 1em 1em .5em 2em;
	}
	.sectionLinks li a
	{	color: black;
		text-decoration:none;
	}
	.sectionLinks a:hover
	{	color:#BB825B;
	}
/*--> Section Links*/		