@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.88em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	color:#0066CC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #990000;
	margin-top: 0em;
	margin-bottom: -0.4em;
}
h3 {
	color: #0066CC;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -0.8em;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000066;
}
h5 {
	background: #B9D9F0;
	display: block;
	text-transform: uppercase;
	font: normal 0.88em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: -1em;
	color: #003399;
}

.img-right {float:right; margin: 0 0 10px 10px;}
.img-left {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.red {color: #CC0000;}
.pullquoteHome {
	width: 200px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #ccc;
}
.background1 { background-color: #FFCC00; }
