.contentbox  {
		background: url(../images/contentbox.gif) no-repeat;
		position: absolute;
		top: 285px;
		left: 180px;
		width: 550px;
		height: 350px;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		opacity:0.8; 
		-khtml-opacity:0.8;

	}
	
	#primarycontent {
	 position: relative;
	 top: 30px;
	 left: 30px;
	 width: 435px;
	 height: 300px;
	 color: #324434;
	 font-family: arial;
	 font-weight: bold;
	 font-size: 12px;
	 overflow: auto;
	 text-align: left
	}
	
	#primarycontent a: link, a: visited {
	text-decoration: none;
	color: #324434;
	}
	#primarycontent a: hover, a: active {
	text-decoration: underline;
	color: #da8d07;
	} 
	
	#primarycontent span {
	text-decoration: none;
	color: #e76c00;
	font-weight: bold;
	font-size: 14px;
	}
	
	.feefineprint {
	text-decoration: none;
	color: #324434;
	font-size: 11px;
	}
	
	
	.contentheader  {
	background: url(../images/contact_header.gif) no-repeat;
	height: 25px;
	width: 218px;
	}
	
	
