body {
	background: #333;	
}

.top-bar {
	background: #222;	
}

.top-bar .name h2 {
	font-size: 0.94444rem;
	line-height: 45px;
	margin: 0;
}

.top-bar .name h2 a {
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 0 15px;
}

h1, h2, h3 {
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important	
}

p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizelegibility;	
}

header {
	background: #3d6086;
	background-image: linear-gradient(#4d70a6, #3D6086);
	padding: 22px 0;
	text-shadow: #000 1px 1px 0;
}

header h1 {
	color: white;
	font-weight: 300;
	letter-spacing: -1.5px;
	margin-bottom: 0;
}

header h4 {
	color: #CCC;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

header p {
	color: #DDD;
	padding: 17px 0 0;
	text-align: right;
}

header p a {
	color: #FFF;
	display: block;
	font-size: 1.8rem;
	line-height: 1rem;
	margin-top: 8px;
}

	header p a:hover {
		color: #eac21b;
	}

#main-content {
	background: #FFF;
	color: #666;
	padding: 44px 0 22px;
}

#main-content h1, #main-content h2, #main-content h3, #main-content h4 {
	font-style: normal;
	font-weight: 300;
}

.content {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.content h2 {
	letter-spacing: -2px;
	white-space: nowrap;
}

.subcontent {
	background: #F7F7F7;
	border-top: 1px solid #D7D7D7;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.subcontent h3 {
	margin-top: 20px
}

.subcontent p {
	font-size: 12px;
	height: 120px;
}

footer {
	padding: 24px 0;	
}

footer p,
footer a {
	color: #666;
	font-size: 0.75rem;
	margin: 6px 0 0;
	text-align: center
}

footer a:hover {
	color: #999
}