@charset "UTF-8";
body {
	font-family: 'Exo 2', sans-serif;
}

.center {
	
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	margin-top: 250px;
	text-align: center;
}
.center img {
	display: block;
    margin-left: auto;
    margin-right: auto
}
.center h1 {
	font-size: 36px;
	font-weight: normal;
	color:#666;
}
.center h2 {
    font-size: 24px;
    font-weight: 300;
    color: #292929;
	line-height: 1.5rem;
}
.center ul {
	text-align: left;
    list-style-type: none;
}

.center li {
	text-align: left;
	margin-bottom: 8px;
}

.center a {
    color: #666;
    text-decoration: none;
    line-height: 1.3rem;
}
.center a:hover {
	color: #1881BB;
}

.center hr {
	border-bottom: 1px solid #666;
}
.subhead {
	text-align: left;
	line-height: 1rem;
	margin-bottom: 0;
}
.subleft {
	margin-top: 0;
	text-align: left;
	font-size: 0.8rem;
}

