@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2C9BD7;
}
#main {
	background-image: url(background.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1250px;
	background-color: #2C9BD7;
	padding-bottom: 20px;
}
#header {
	background-color: #0b567f;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100%;
	text-align:center;
}
#headercontainer {
	width:1250px;
	margin-left:auto;
	margin-right: auto;
}
#tagline {
	background-image: url(tagline_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 50px;
}
#tagcontainer {
	width: 1250px;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
}
#main #content {
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:20px;
}
#main #content #sidebar {
	float: right;
	width: 200px;
	margin-left: 10px;
	padding-left: 10px;
	border: thin solid;
	border-right: none;
	text-decoration: none;
}
a {
	color: #062d44;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.name {
	text-decoration: none;
}

h1 {
	font-size: 20pt;
}
