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

@import url("global.css");

#contentArea{
	padding-right: 20px;
	padding-left: 50px;
	background-color: #FFF;
	font-size: 12px;
}
#contentArea h1{
	margin-top: 40px;
	color: #036;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#contentArea h2{
	font-size: 14px;
	color: #036;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 10px;
}
#contentArea p{
	line-height: 20px;
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#quickFacts{
	position: absolute;
	left: 600px;
	top: 190px;
	width: 260px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
#quickFacts h2{}
#quickFacts ul{}
#quickFacts li{
	font-style: italic;
	margin-bottom: 10px;
	color: #063;
	margin-left: 15px;
	list-style-type: circle;
}

