body {
	margin: 0;
	padding: 0;
	background: #2964A6 url('/images/bodybg.png') center center repeat-y;
	color: #111;	
	font-family: Helvetica, Verdana, Sans-serif;
	text-align: center;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;	
}
a:hover {
	color: #00C;
	font-weight: bold;
	text-decoration: none;	
}

img {
	border: 0;
}

.error {
	font-weight: bold;
	color: #900;
	text-align: center;
	border-top: 3px solid #900;
	border-bottom: 3px solid #900;
	margin: 10px auto 10px auto;
	width: 500px;
}

.logo {
	margin: 0;
	text-align: center;
}

.heading {
}

.heading ul {
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size: 0.95em;
}

.heading ul li {
	display: inline;
	font-family: 'Trebuchet MS', Helvetica, Sans-serif;
	padding: 4px 5px 3px 5px;	
	margin: 0 6px 0 6px;
	background: #71A;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.heading ul li:hover {
	background: #71A;
}

.heading ul li a {
	background: #71A;
	color: #FFF;
}
.heading ul li a:hover {
	color: #FFA;
	background: #71A;
	text-decoration: none;
}

.heading ul li.highlight {
	background: #a5dfc0;
	color: #000;	
}
.heading ul li.highlight:hover {
	background: #a5dfc0;
	color: #000;	
}
.heading ul li.highlight a {
	background: #a5dfc0;
	color: #000;	
}
.heading ul li.highlight a:hover {
	background: #a5dfc0;
	color: #000;	
}

.container {
	width: 810px;
	margin: 0px auto 10px auto;
}

.contenttop {
	z-index: -1;
}

.contentbottom {
	background: url('/images/content-bottom.png') top left no-repeat;
	height: 50px;
	width: 810px;
}

.content {	
	position: relative;
	background: url('/images/content-mid.png') top left repeat-y;
	padding: 0;
	text-align: left;
}

.content p {
	margin: 8px;
	padding: 0px 20px 0px 20px;
}

.content h1 {
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, Sans-serif;
	margin: 0;
	height: 50px;
	width: 810px;
	background: url('/images/content-top.png') top left no-repeat;
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 1.8em;
}

.content h2 {
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, Sans-serif;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
}

.content h3 {
	text-align: left;
	font-family: 'Trebuchet MS', Helvetica, Sans-serif;
	margin: 5px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 1.1em;
}

.content ol {
	margin-left: 100px;
}

.contactTable {
	width: 500px;
	margin: 0 auto 0 auto;
	border: 1px solid #000;
	background: #83C9A4;
	padding: 20px;
}

.article {
	margin: 10px 0 20px 0;
}

.footer {
	text-align: center;
}
