@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400|Crimson+Text:700,400italic,400);
body {
	padding: 0px;
	margin: 0px;
	background-color: #666666;
}
.clearall {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 1060px;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 0 15px #000000;
}
#header {
	width: 1060px;
	height: 150px;
}
#logo {
	padding-top: 30px;
	margin-left: 30px;
}
#tagline {
	font: bold 18px Montserrat, sans-serif;
	width: 300px;
	margin-top: -70px;
	margin-left: 760px;
}
#content {
	width: 1060px;
}
.halfcol {
	width: 485px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}
.twothirdcol {
	width: 656px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}
.onethirdcol {
	width: 313px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}
.greenbg {
	width: 415px;
	background-color: rgba(0, 103, 69, 0.3);
	padding: 35px;
}
p {
	font: 17px/27px "Crimson Text", serif;
}
ul {
	margin-top: -10px;
	margin-bottom: 20px;
}
li {
	font: 13px/20px Montserrat, sans-serif;
	list-style-type: square;
}
.big {
	font-size: 16px;
}
.bigger {
	font-size: 20px;
}
.smaller {
	font-size: 14px;
}
.center {
	text-align: center;
}
.smwidth {
	width: 250px;
	margin-left: 31px;
}
.dif {
	font-family: Montserrat, sans-serif;
}
.divline {
	width: 313px;
	height: 2px;
	background-color: #006745;
}
.last {
	margin: 0px;
}
.purple {
	color: #862990;
}
.green {
	color: #006745;
}
#footer {
	background-color: #006745;
	width: 1060px;
	height: 30px;
}
#footer p {
	text-align: center;
	color: #ffffff;
	font: 13px Montserrat, sans-serif;
	margin-top: 10px;
	padding-top: 6px;
}