/*used in form process.js and templates and site-map*/

#headline {
	color: #999999;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 48px;
	width: 752px;
	text-align: left;
	}
		
#side-left {
/*border: #333333 solid 1px;*/
	margin-left: 50px;
	float: left;
	position: relative;/*ie needs this to show float */
	width: 170px;
	text-align: left;
	}

#center { 
/*border: #333333 solid 1px;*/
	float: left;
	position: relative;/*ie needs this to show float */
	width: 180px;
	text-align: left;

	}

#side-right {
/*border: #333333 solid 1px;*/

	text-align: left;
	float: left;
	position: relative;/*ie needs this to show float */
	width: 180px;
	margin-left: 20px;
	height: 500px; /*this should not be necessary*/
	}
	
	
#side-far-right {

	text-align: left;
	float: left;
	position: relative;/*ie needs this to show float */
	width: 80px;
	margin-left: 20px;
	height: 500px; this should not be necessary
	}
	
#footer-site-map {
	clear: both;
	}

.bold {
	font-weight: bold;
	}

.site-map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;

	}

