#left ul li a {
	display: block;
	width: 180px;
	text-decoration: none;
	text-transform: uppercase;
	color: #61989D;
}

#left ul li a:hover {
	color: #000;
}

#left h1 {
	width: 165px;
	padding: 10px 15px 10px 0px;
	background: #B0CACD;
	text-align: right;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

#left p {
	text-align: right;
	font-size: 0.7em;
	color: #257880;
	line-height: 1.8em;
}

#left p a {
	text-decoration: underline;
	color: #257880;
}
#left p a:hover {
	color: #000;
}

#center h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #257880;
	margin-bottom: 0px;
}

#center h2, #center h3, #center h4, #center h5, #center h6 {
	font-weight: normal;
	color: #4B4B4B;
	margin-top: 0px;
}

#center h2 {
	font-size: 1.2em;
}
#center h3 {
	font-size: 1.1em;
	border-bottom: 1px dashed #ccc;
	color: #6BB345;
	margin-top: 20px;
}
#center h4 {
	font-size: 1.0em;
}
#center h5 {
	font-size: 0.9em;
}
#center h6 {
	font-size: 0.8em;
}

#center p {
	color: #6F6F6F;
	font-size: 0.8em;
	line-height: 1.9em;
}

#center a {
	color: black;
	text-decoration: underline;
}

#center a:hover {
	color: #257880;
}

#right h1 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #257880;
	font-weight: bold;
	line-height: 1.6em;
}

#right p {
	color: white;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

#right a {
	text-decoration: underline;
	color: white;
}

#right a:hover {
	color: #257880;
}

.quote {
	border: 1px solid #D6D6D6;
	background: #F4F4F4;
	padding: 15px;
	font-size: 1.3em !important;
	font-style: italic;
}

.highlight {
	font-weight: bold;
	color: #6BB345 !important;
}