	body{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		font-family: Arial;
		font-size: 13px;
	}
	h3.error{
		color: #cc0000;
	}
	h3{
		margin-bottom: -2px;
		font-size: 15px;
	}
	
	#mainContent{
		margin-bottom: 30px;
	}
	
	#news{
	}
	strong{
		color: blue;
	}
	a:link.button,
	a:visited.button,
	a:active.button,
	a:hover.button{
		padding: 5px;
		background-color: #f2f2f2;
		border: solid 1px #CCC;
		font-size: 13px;
		text-decoration: none;
		color: #000;
	}
	
	a:hover.button{
		background-color: #333;
		color: #fff;
	}
	div.man{
		margin-top: 30px;
		width: 100%;
	}
	
	p{
		margin-top: 5px;
		font-size: 13px;
	}
	#container{
		font-size: 13px;
		width: 700px;
		margin: 10px 0 0 0;
	}
	
	#container div.description{
		border: solid 1px #CCC;
		background-color: #f2f2f2;
		padding: 10px;
	}
	
	#container div.buttons{
		width: 650px;
		margin-top: 30px;
		text-align: right;
	}
	h3{
		font-weight: bold;
		margin: 0;
		font-size: 13px;
	}

	#person{
		width: 690px;
		margin: 30px 0 0 0;
		border: solid 1px #CCC;
		height: 263px;
		padding: 5px;
	}
	#person div.generalInfo{
		float: left;
		width: 330px;
	}
	
	#person div.generalInfo ul{
		list-style: none;
		padding: 5px 0 0 5px;
		margin: 0;
		width: 250px;
		height: 200px;
	}
	
	#person div.generalInfo ul li{
		height: 30px;
	}
	
	#person div.generalInfo ul li span.label{
		float: left;
		width: 90px;
	}
	#person div.generalInfo ul li span.field{
		float: right;
	}
	
	#survey{
		margin: 0;
		padding-left: 30px;
		width: 630px;
	}
	#survey ul{
		width: 590px;
		list-style: none;
	}
	#survey ul li ul.questions{
		list-style: none;
		width: 100%;
	}
	
	#survey ul li ul.questions li div.question{
		width: 330px;
		padding: 5px;
	}
	
	#survey ul li ul.questions li div.answer{
		margin: -25px 0 0 0;
		float: right;
	}
	
	#survey ul li ul.questions li div.answer span.selection input{
		margin-left: 40px;
		
	}
	
	#survey div.header{
		margin-top: 30px;
		width: 655px;
		border-bottom: solid 1px #CCC;
	}
	#survey div.header span.questions{
		padding: 0 335px 0 10px;
	}
	#survey div.header span.excellent{
		padding: 0 20px 0 0;
	}
	#survey div.header span.good{
		padding: 0 30px 0 0;
	}
	#survey div.header span.fair{
		padding: 0 30px 0 0;
	}
div.representative ul{
	font-size: 11px;
}
div.representative{
	border-bottom: solid 1px #ccc;
	margin-bottom: 40px;
}
div.representative dl{
	background: #cccccc;
	width: 250px;
	padding: 10px;
	font-weight: bold;
}
h2.title{
	position: relative;
}
h2.title span.decoration{
	display: block;
	position: absolute;
	top: -17px;
	left: -13px;
	color: #7AB75E;
	font-size: 46px;
}
h2.article{
	color: #FFDE00;
}
h2.article span.decoration{
	color: #00618A;
	font-size: 72px;
}
h2.whatweoffer{
	color: #7AB75E;
}
h2.whatweoffer span.decoration{
	color: #00618A;
	font-size: 50px;
}
h2.savings{
	color: #F88100;
}

