
	body {
		text-align:center;
		font-family: arial, helvetica, sans-serif;
		}
	
	#frame {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentHome {
		width:290px;
		height:230px;
		padding:0px;
		float:left;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 9pt;
		margin-bottom:20px;
		margin-top:6px;
	}
		
	#contentleft {
		width:290px;
		height:230px;
		padding:0px;
		float:left;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 9pt;
		margin-bottom:20px;
		margin-top:6px;
	}

	#contentcenter {
		width:290px;
		height:230px;
		padding:0px;
		float:left;
		background:#FFF;
		border: solid #ACA8C3 1px;
		margin-left:10px;
		margin-right:10px;
		margin-top:6px;
		margin-bottom:20px;
		font-size: 9pt;
	}

	#contentright {
		width:294px;
		height:230px;
		padding:0px;
		float:left;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 9pt;
		margin-top:6px;
		margin-bottom:20px;
	}
	
	#contentrightLarge {
		width:600px;		
		padding:0px;
		float:right;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 9pt;
		margin-bottom:10px;
	}
	
	/*Style the bullet points*/
	#contentrightLarge li{
		list-style: disc outside; 
	} 
	
	/*Black text. Used for bullet points that are styled a different color*/
	.blacktext {
		color:black;
	}

	#contentheader {
		background:#fff
		font-size: 12pt;
	}
	
	#leftContainer {
		width:270px;
		height:230px;
		padding:0px;
		float:left;
		background:#fff;
	}

	#menuleftNav {
		width:270px;
		float:left;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 10pt;
		font-weight:bold;
		margin-bottom:10px;
		text-align:left;
	}

	.leftMenuLink {
		text-decoration:none;
		color:#000;
	}

	.leftMenuLink:hover{
		color:#A9574B;
	}

	.leftMenuLinkCurrent{
	text-decoration:none;
		color:#A9574B;
	}

	.leftMenuLinkCurrent:hover{
		color:#A9574B;
	}
	
	#locationsLeftNav {
		width:270px;
		height:200px;
		padding:0px;
		float:left;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 9pt;
		margin-bottom:10px;
	}

	#banner {
		margin-bottom: 10px;
	}
	
	/*Header title for each content section*/
	#contentHeader {
		font-size:12pt;
		font-weight:bold;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
	}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		text-align:justify;
		}
		
	.normalContent {
		font-size: 9pt;
	}
	
	h1 {
		font-size:12pt;
		padding-top:10px;
		text-align:center;
	}
		
	.mainContent {
		vertical-align:top;
	}

	#contentright p { 
		font-size:9pt
	}
	
	.floatleft {
		float: left;
		width: 50px;
		height: 50px;
		margin-left: 5px;
		margin-right: 10px;
	}

	.clearboth { 
		clear: both; 
	}
	
	/*Footer for main pages*/
	#footerMain {
		font-size:8pt;
		text-align:center;
		float:right;
		width:900px;
	}
	
	/*Footer for homepage*/
	#footerHome{
		font-size:8pt;
		clear: left;
	}

	.contentImage {
		width:270px;
		height:200px;
		padding:0px;
		float:left;
		background:#fff;
		border: solid #ACA8C3 1px;
		font-size: 9pt;
		margin-bottom:10px;
	}	
	
	.subheader {
		font-weight:bold;
	}
	

A.imlink:link {color:#5D87A1}
A.imlink:visited {color:#5D87A1}
A.imlink:active {color:#5D87A1}
A.imlink:hover {color:#5D87A1}
	
