@charset "utf-8";
#smallad {
	width: 1180px;
	clear: both;
	margin: 0px;
}
#darkcontent {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #FFF;
	font-size: 14px;
}
#darkcontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
#darkcontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}
.midcell {
	width: 580px;
	height: 395px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	margin-bottom: 30px;
}
.smallcell {
	width: 380px;
	height: 395px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
.spacecell {
	width: 20px;
	height: 20px;
	float: left;
}
#whitecontent {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 50px;
	color: #000;
	font-size: 14px;
}
#whitecontent a:link, #whitecontent a:visited, #whitecontent a:active {
	color: #666;
	text-decoration: none;
}
#whitecontent a:hover {
	color: #093;
	text-decoration: none;
}
#whitecontent hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,102,0,0), rgba(0,102,0,0.75), rgba(0,102,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,102,0,0), rgba(0,102,0,0.75), rgba(0,102,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,102,0,0), rgba(0,102,0,0.75), rgba(0,102,0,0));
	background-image: -o-linear-gradient(left, rgba(0,102,0,0), rgba(0,102,0,0.75), rgba(0,102,0,0));
}
#whitecontent h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	border-bottom-width: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
#whitecontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}
#whitecontent ul {
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#whitecontent ul li {
	margin-bottom: 10px;
}
#whitecontent ul li ul {
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	text-align: justify;
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 65px;
}
