﻿body {
	background:#FFF;
	margin: 0px;
	font-family: Tahoma;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
}

#subtitle {
	position: relative;
	display: inline-block;
	vertical-align:middle;
	font-size: xx-large;
	top: -50px;
}

#masthead {
	position: relative;
	background: #027494; background-image:url('topgradient.png'); background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 145px;
}

#navArea {
	background: #027494;
	margin: 0;
	padding: 0;
}

#headerSeparator {
	position: relative;
	background-image:url('bottomgradient.png'); background-repeat: repeat-x;
	height: 40px;
}

#content {
	margin: 12px;
}

h1 {
	font-size:large;
	margin-bottom:0;
}

ul {
	margin-top:0.5em;
}

#footer {
	font-size: small;
}

.headerLink {
	display: inline;
	position: relative;
	padding: 0 2em;
	text-decoration: none;
	color: #FFF;
	vertical-align: top;
	top: -2px;
}

.downloadLink {
	margin-left: 24px;
	margin-top: 7px;
}

.titleImage
{
	display: inline-block;
	margin: 0 4em 0 0;
	padding: 0;
}
