#nav {
	display: none;
	}


/*These css elements control the layout of the page.*/
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:50px;
		padding:0px;
		text-align:left;
		background: #fff;
		}
		
	#contentleft {
		height: 100%;
		width:200px;
		padding-top: 0px;
		float:left;
		text-align: right;
		}
	
	#contentcenter {
		width:569px;
		margin: 10px;
		padding: 0 0 0 10px;
		float:left;
		border-left: solid 1px #ccc;
		}

/*These css elements control the style (i.e. fonts and colors) of the page.*/
	body {
		text-align:center;
		font: 14px  Georgia,'Times New Roman',serif;
		color: #000;
		}
			
	p,h1,h2,pre {
		margin:0px 10px 10px 10px;
		}
		
	#contentleft p {
		margin:0px 10px 10px 20px;
		font: 14px;
		color: firebrick;
		}
		
	h1 {
		padding-top:10px;
		color: black;
		font-size: 20px;
		}
		
	h2 {
		font: italic bold 14px Georgia,'Times New Roman',serif;
		padding-top:10px;
		color: black;
		}
		
	.dropcap {
		float:left;
		margin-top:0px;
		color:firebrick;
		width:38px;
		font-size: 56px; 
		line-height:48px;
		font-family: Georgia,'Times New Roman',serif;
		}
		
	.red {
		color:firebrick;
		}

	
	.map li{ 
		list-style-type: none;
		padding-bottom: 5px;
		}
	
	.spacer {
		padding-bottom: 80px;
		}
		
	th, td {
		vertical-align: top;
		}
		

	
/*These css elements control the style and positioning of images within the text*/	
	img { 
    	border: solid 2px #ccc; 
		}	
	
	img.left { 
    	float: left; 
    	margin: 0px 8px 8px 0px; 
		}
	
	img.right { 
    	float: right; 
    	margin: 0px 0px 8px 8px; 
		}
		
	img.farleft {  
		float: left;
    	margin: 0px 8px 8px -125px; 
		}
		
	li img{
		float: left;
		border: 0px;
		padding-right: 2px;
		}
	
	#print	{
		border: 0px;
		}
