﻿body {
	background: #FFFFFF;
	font:13px Tahoma,Arial,sans-serif;
	margin:5px;
	padding:5px;
	}
	
#HeaderAndMenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	position: absolute;
	vertical-align: middle;
	height: 24px;
	width: 214px;
	left: 77px;
}
#HeaderAndMenu a:hover {
	color: #009999;
	text-decoration: underline;
}

#MainContent {
	/* main content of page */
	position: absolute;
	top: 147px;
	left: 308px;
	width: 368px;
}

#MainContent a {
	color: #00AA99;
	text-decoration: none;
}

#MainContent a:hover {
	color: #009999;
	text-decoration: underline;
}

p.PageTitle {
	font-size: 1.5em;
	font-weight: bolder;
	color: #009999;
	text-transform: uppercase;
}

p.SectionHeader {
	font-size: 1.1em;
	font-weight: bolder;
	color: #009999;
}

#HiddenSEO {
	position: absolute;
	width: 200px;
	height: 115px;
	visibility: hidden;
	z-index: 13;
}
