body {
	font-family: Arial, Helvetica, sans-serif;
	background: #197fbb;
	line-height: 18px;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper { width:770px;
			margin: auto;
			border: 1px solid #000;
			background: #dfdfdf;
			}

#header { background: #000;
	}

#header h1 { color: #fff;
			margin: 0px;
			padding-left: 10px;
			line-height: 48px;
}

h2,h3 {
	line-height: 28px;
	}

.introblock { width: 570px;
	float: left;
	background: #ffcc00;
}

.sidebar { width: 200px;
	float: left;
	text-align: center;

}

#graphic { width:300px;
			float: left;
			}
#call { width: 250px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		float: left;
		}

.main_content { 
	width: 540px;
	padding-left:15px;
	padding-right: 15px;
	background: #fff;
}
.main_content p {
	font-size: 14px;
	}

.highlighted { background: #ffff00;
}

.red { color: #ff0000;
		font-size: 16px;
		font-weight: bold;
		}
	
li {
	line-height: 24px;
	font-size: 14px;
	}

.quote {
	background: #ffff00;
	padding-left: 5px;
	padding-right:5px;
	padding-top: 1px;
	margin-bottom: 1px;
	}
