* {
	margin:0;
	padding:0;
}

body {
	background:#1A272F;
	font-family:Helvetica Neue, Helvetica, Sans-Serif;
	color:#C9E8FC;
	font-size:19px;
}

a {
	color:white;
	text-decoration:underline;
}

a img {
	border:0;
}

#wrapper {
	background:#3c78a0;
	width:750px;
	margin:0 auto;
}

#header {
	height:30px;
	padding:10px;
	font-size:1.3em;
}

#header #title {
	float:left;
}

#header small {
	vertical-align:middle;
	position:relative;
	top:-1px;
}

#header #email {
	float:right;
	font-size:0.8em;
	background:#C9E8FC;
	padding:8px;
	padding-top:0;
}

#header #email:hover {
	background:#1A272F;
}

#header #email a:hover {
	color:white !important;
}

#header #email a {
	text-decoration:none;
	color:#3c78a0;
	vertical-align:bottom;
}

#splashimg {
	height:400px;
	padding:0 !important;
	padding-bottom:0 !important;
	margin-bottom:0;
	border-bottom:none !important;
	background:black;
}

#splashimg a img {
	border:0 !important;
}

#links {
	text-align:center;
	padding:10px 10px;
}

#links a {
	text-transform:lowercase;
	font-variant:small-caps;
	text-decoration:none;
	position:relative;
	top:-10px;
	margin:0 30px;
}

#links a:hover {
	text-decoration:underline;
}

#links img.divider {
	margin-bottom:-5px;
}

#text {
	padding-top:15px;
}

#text p {
	font-size:0.8em;
}

#copy {
	font-size:0.8em;
	background:#36586A;
	color:#8CA4AE;
	text-align:right;
}

.block {
	border-bottom:solid 20px #1A272F;
	padding:20px;
}

.block h1 {
	color:white;
	margin-bottom:5px;
	font-size:1.2em;
	font-weight:normal;
}

.white {
	color:white;
}

small {
	font-size:70%;
}

acronym {
	font-variant:small-caps;
}

p {
	margin-bottom:20px;
}

p:last-of-type {
	margin-bottom:0;
}
