﻿html {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: scroll;
	font-family: 'Microsoft Sans Serif', Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #807462;
	height: 100%;
	background-image:url('img/bkgnd2.png');
	position: relative;			/* fixes ie 6 */
}
#navbar {
	background-color:#8DB7C6;
	height: 32px;
	padding-top: 6px;
	color: white;
	background-image: url('img/navbar.png');
	background-repeat: repeat-x;
	width: 100%;
}
#navbar a {
	padding: 0 35px 0 35px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Microsoft Sans Serif', Helvetica, Arial, sans-serif;
	font-size: 15pt;
}
#navbar a:hover {
	text-decoration: underline;
}
a {
	color: #28909C;
}
a img {
	border: none;
}
#centralColumn {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	min-height: 100%;
	background-color:#F7F5F2;
	border-left: 3px #0C7C7C solid;
	border-right: 3px #0C7C7C solid;
}
#pageContent {
	padding: 40px;
}

h1 {
	font-weight: normal;
	font-size: 28pt;
	margin-bottom: 8px;
	margin-left: -8px;
}

p {
	margin-top: 8px;
	margin-bottom: 30px;
}