* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header, footer, section, aside, nav, article {
	display: block;
}
#start {
	background-color: #ccc;
	font-size: .99em;
	font-family: Arial, Helvetica Sans-Serif;
	color: #10121F;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}
#splash {
	background-image: none;
	background-color: #fff;
	font-size: .99em;
	font-family: Arial, Helvetica Sans-Serif;
	color: #10121F;
}
#topbg {
	width: 100%;
	height: 256px;
	margin: 0 auto;
	float: left;
	background-image: url(../images/background_top.png);
	background-repeat: repeat;
	background-position: top left;
	position: absolute;
	top: 0;
}
#logo {
	padding: 0;
	float: left;
	margin-top: 192px;
}
#headerbg {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
pre, code {
	font-size: 1.3em;
}
a {
	color: #0F3A7F;
	text-decoration: none;
}
a:visited {
	color: #0F3A7F;
}
a:hover {
	color: #0F3A7F;
	text-decoration: underline;
}
a:active {
	color: #0F3A7F;
}
h1, h2 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 20px;
	color: #13377F;
}
#container {
	max-width: 959px;
	min-width: 959px;
	margin: 10px auto;
	margin-top: 43px;
	margin-bottom: 44px;
	background-color: #FFF;
	position: relative;
}
header {
	padding: 0;
	background: #FFF;
}
header p {
	font-weight: 700;
	font-size: 11px;
	background: #2C498E;
	color: #A0BED0;
	padding: 2px;
	text-align: right;
	padding-right: 50px;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 960px;
	min-width: 960px;
}
header a {
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	color: #A0BED0;
}
header a:visited {
	color: #A0BED0;
}
header a:hover {
	color: #A0BED0;
	text-decoration: underline;
}
header a:active {
	color: #A0BED0;
}
header img {
	padding: 0 0 10px;
}
#content {
	background-color: #fff;
	margin: 0;
	margin-left: 450px;
	min-height: 600px;
	padding: 20px;
	padding-top: 0;
	padding-left: 0;
}
#splashsection {
	width: 868px;
	height: 200px;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	clear: left;
	margin-top: 10%;
}
#splashsection h1 {
	width: 800px;
	color: #7E8484;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 1.7em;
	font-weight: 300;
}
#splashsection a,
#splashsection p {
	color: #7E8484;
	padding: 0;
	text-align: center;
	margin: 0;
}
#splashsection a.link {
}
#splashsection a:hover {
	color: #9BA9D6;
	text-decoration: underline;
}
#splashsection p.logosplash {
	height: 152px;
	overflow: hidden;
	margin: 1px 0;
}
#splashsection .greenline {
	border-right: 1px solid #98C8A2;
}
#content p {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 0;
}
#content img {
	border: 10px solid #DFDFDF;
	height: 120px;
	width: 160px;
}
.row {
	float: left;
	padding: 20px 0;
}
.col {
	float: left;
	padding: 0;
}
p, pre {
	padding: 0 0 10px;
	line-height: 1.55em;
}
nav {
	float: left;
	width: 400px;
	padding: 20px;
	padding-left: 59px;
	padding-top: 0;
}
nav h2 {
	color: #13377F;
	text-transform: uppercase;
	font-weight: 700;
}
nav ul li {
	list-style: none;
}
aside {
	float: right;
	width: 250px;
	padding: 20px;
}
footer {
	clear: both;
	background: #2C498E;
}
footer p {
	font-weight: 700;
	font-size: 11px;
	color: #A0BED0;
	padding: 0px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#meta a {
	margin-left: 10px;
}
nav.metallnav {
	margin: 30px 0;
	float: none;
	width: auto;
	padding: initial;
}
#splashsection  nav.metallnav a {
	font-size: 11px;
	margin-right: 10px;
	display: inline-block;
}
