#enclosure {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:-6px;
	text-align:left;
	
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
	}

#leftNav {
	position: absolute;
	top:160px;
	left:100px;
	}

#titlePanel {
	position:relative;
	top:-650px;
	left:271px;
	}

#mainText {
	position: absolute;
	top:160px;
	left:330px;
	width: 340px;
	height:460px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-face-color:#358b25;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
	padding-right: 20px;
	}


#rhText {
		position: absolute;
		top:160px;
		left:720px;/* was 740 until scroll bar introduced */
		width: 200px;/*was 210 until scroll bar introduced */
		height: 460px;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: small;
		overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-face-color:#358b25;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
	padding-right: 20px;
	}
		
		

#footer
		{
		position: absolute;
		top:630px;
		left:330px;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: small;
		}
		

/* nav button styles */
			
			.navButton {
					position:relative;
					float: left;
					font-family: Trebuchet MS, Helvetica, sans-serif;
						}						
			
			.navButton a {
			color: white;
			text-decoration: none;
						}
			
			
			.navButton a:hover {
			color:black;
			text-decoration:underline
				}
			
			
/* added for the dynamic active link function*/			
	a.active {
			color:black;
			text-decoration:underline
				}

	
	a {color: rgb(234,117,0);
	text-decoration: underline;
	}
			
	a:hover {
		color:black;
	}
			
			
			
/* END OF NAVIGATION STYLING*/
		
		.normalText {
					font-family: Trebuchet MS, Helvetica, sans-serif;
					}
					
					
		.bold {	
					font-weight: 700;
					}		
					
		.italic {
					font-style: italic;
					}
		
		.top		{
					color: #999;
					 position: relative;
					 left:280px;
					 }						
		