body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	color: #333;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

p {
	font-size: .9em;
	}

p.center {
	text-align: center
	}

a:link {
	color: #3d77a7;
	}

a:visited {
	color: #548cbb;
	}

a:hover {
	color: #000;
	}

#main {
	width: 900px;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;
	}

#maintext {
	width: 620px;
	margin: 0 auto 0 auto;
	}

#maintext h1, .box h2, .content h2 {
	color: #3d77a7;
	text-align: center;
	}

#navbar {
	width: 615px;
	height: 36px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url("../assets/menubar.jpg") no-repeat;
	}

#navbar ul {
	list-style: none;
	display: block;
	height: 36px;
	padding: 10px 0 0 0;
	}

#navbar ul li {
	list-style: none;
	display: inline;
	padding: 10px 0 0 0;
	height: 36px;
	}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #444;
	text-decoration: none;
	font-size: 1.3 em;
	font-weight: bold;
	height: 36px;
	padding: 10px 20px 10px 20px;
	}

#navbar ul li a:hover, #navbar ul li a.selected:link, #navbar ul li a.selected:visited {
	color: #444;
	text-decoration: none;
	font-size: 1.3 em;
	font-weight: bold;
	height: 36px;
	padding: 10px 20px 10px 20px;
	background: url("../assets/nav-fill.jpg") repeat-x;
	}

div.infoboxleft {
	width: 307px;
	height: 225px;
	float: left;
	font-size:.85em;
	margin-right: 6px;
	background: url("../assets/infoblock-left.jpg") no-repeat;
	position: relative;
	}

div.infoboxright {
	width: 307px;
	height: 225px;
	float: left;
	font-size:.85em;
	margin: 0;
	background: url("../assets/infoblock-right.jpg") no-repeat;
	position: relative;
	}

div.infoboxleft p, div.infoboxright p {
	position: absolute;
	left: 15px;
	top: 45px;
	font-size: 1em;
	width: 280px;
	margin: 0;
	}

div.bar {
	width: 618px;
	height: 39px;
	margin: 15px auto 0 auto;
	text-align: center;
	padding: 7px 0 0 0;
	background: url("../assets/graybar.jpg") no-repeat;
	}

div.bar h2 {
	margin: 0;
	}

div.bar h2 a {
	text-decoration: underline;
	}

div.box {
	width: 580px;
	padding: 20px;
	border: 1px solid #777;
	clear: both;
	margin: 10px auto 20px auto;
	}

div.content {
	width: 600px;
	margin: 10px auto 10px auto;
	}

#navbottom {
	margin: 0 auto 0 auto;
	text-align: center;
	}

#navbottom ul {
	list-style: none;
	display: block;
	height: 16px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	}

#navbottom ul li {
	list-style: none;
	display: inline;
	padding: 0;
	height: 16px;
	}

#navbottom ul li a:link, #navbottom ul li a:visited {
	color: #444;
	text-decoration: none;
	font-size: 1em;
	padding: 0 10px 0 10px;
	}

a.footer:link, a.footer:visited {
	color: #444;
	text-decoration: none;
	}

a.footer:hover {
	color: black;
	text-decoration: none;
	}