body {
	text-align: left;
	background-color: #CCCC99;

	font-family: Verdana;
}

div#frame {
	background-color: #FFFFFF;

	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;

	width: 800px;
	
	overflow: hidden;

	z-index: 0;
}

div#topBar {
	width: 590px;
	height: 22px;

	padding-left: 210px;
	padding-top: 8px;

	background-color: #990000;
}

div#leftCol {
	float: left;
	background-color: #990000;
	
	overflow: hidden;

	width: 200px;

	z-index: 0;
}

div#leftImage {
	float: left;
	height: auto;

}

div#content {
	float: left;
	padding: 18px;

	font-size: 12px;

	background-color: #ffffff;
	width: 559px;
	height: 382px;

	z-index: 0;
}

html>body div#content {
	min-height: 391px;
	height: auto;
}

div#footer {
	background-color: #ffcc00;

	font-size: 12pt;

	margin-right: auto;
	margin-left: auto;


	color: #990000;

	text-align: center;

	padding-top: 6px;
	margin-bottom: 10px;

	height: 24px;
	width: 800px;

	z-index: 0;
}

div#footer a {
	color: #990000;

	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;

	text-transform: uppercase;
	text-decoration: none;

	margin-right: 3px;
	margin-left: 3px;
	z-index: 0;
}

div.sideList {
	background-color: #ffcc00;

	height: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 3px;

	font-family: Verdana, sans-serif;
	font-size: .7em;
}

div#enclose {
	overflow: hidden;
}

div#leftCol, div#content {
	/*padding-bottom: 3000px;
	margin-bottom: -3000px;*/

	position: relative;
}

div#spacer {
	height: 100%;
}

span#contactInfo {
	display: block;
	clear: left;
	text-align: center;

	color: #990000;

	white-space: nowrap;

	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
}

span#contactInfo a, span#contactInfo a:hover {
	color: #990000;
	text-decoration: none;
}

.pageTitle {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;

	letter-spacing: .5px;

	color: #FFFFFF;
}

div#pdfList a {
	text-decoration: none;
}

table tr td {
	background-color: #FFFFCC;
}

#hero {
	width: 850px;
	height: 175px;
	background-color: #900;
	position: relative;
}

#logo {
	position: absolute;
	top: 95px;
	left: 20px;
}

#logo img {
	border: 0;
}