body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	font-size: 1em;
	width: 100%;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	color: #18426A;
}
.image {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#top {
	text-align: right;
	background-color: #D4E0E6;
	padding: 8px;
	border-bottom: 5px solid #18426A;
}
#top a:link, #top a:visited {
	text-decoration: underline;
	color: #18426A;
}
#top a:hover {
	color: #FFF;
}
#topNav {
	border-top: 2px solid #18426A;
	border-bottom: 2px solid #18426A;
	height: 3em;
	background-color: #D4E0E6;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}
#topNav a:link, #topNav a:visited {
	text-decoration: underline;
	color: #18426A;
}
#topNav a:hover {
	color: #FFF;
}
#topNav .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	color: #18426A;
}
#content {
	margin: 56px 230px 0px 260px;  /* ADJUST LEFT AND RIGHT */
	padding: 10px; 
	padding-bottom: 2em;
	text-align: left;
	background-color: #FFF;
	line-height: 150%;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #18426A;
}
#content a:hover {
	color: #FED050;
}
#content p, #content li {
	font-size: 90%;
	line-height: 1.6em; 
}
#contentNav {
	display: inline;
	color: #6A80B7;
	text-align: left;
	padding: 0 3px 3px 3px;
}
#contentNav a:link, #content a:visited {
	text-decoration: underline;
	color: #6A80B7;
}
#contentNav a:hover {
	color: #FED050;
}
h1 {
	font-size: 160%;
	color: #FED050;
}
h2 {
	font-size: 110%;
	color: #18426A;
	margin-bottom: -16px;
}
h3 {
	font-size: 100%;
	color: #18426A;
}
#subNav {
	position: absolute;
	top: 240px;
}
.leftimg {
	float: left;
	margin-right: 25px;
	clear: left;
}
.rightimg {
	float: right;
	clear: right;
}
.table {
	clear: right;
	line-height: 1.2em;
	border-collapse: collapse;
	font-size: 90%;
	padding: 2px;
}
.table td {
	vertical-align: top;
	border: 1px solid #61768C;
}
.table th {
	vertical-align: middle;
	border: 1px solid #61768C;
	font-size: 110%;
	color: #18426A;
	text-transform: uppercase;
}
#footer {
	text-align: center;
	font: 80% Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	color: #000;
	background-color: #6A80B7;
}
.note {
	font-size: 1.1em;
	color: #C61329;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: thin dotted #FED050;
	padding: 5px;
	font-weight: bold;
	text-align:center;
}
.note a:link, .note a:visited {
	text-decoration: underline;
	color: #18426A;
}
.note a:hover {
	color: #C61329;
}
.form {
	text-align: right;
	margin-right: 250px;
	line-height: 1em;
}
.form2 {
	margin-right: 250px;
	line-height: 1em;
}
.red {
	color: #C61329;
	font-weight: bold;
}
.blue {
	color: #1c00fd;
	font-weight: bold;
}
.tiny {
	color: #C61329;
	font-weight: bold;
	font-size: 60%;
}
.excellList {
	list-style-image: url(/images/excel_icon.gif);
}
.pdfList {
	list-style-image: url(/images/pdf_icon.gif);
}
.pubList {
	list-style-image: url(/images/pub_icon.gif);
}
.wordList {
	list-style-image: url(/images/word_icon.gif);
}
.starList {
	list-style-image: url(/images/star.gif);
}
.formIndent {
	margin-left: 6em;
}
.people {
	font-size: 110%;
	color: #18426A;
	margin-bottom: -16px;
}