body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	font-size: 1em;
	width: 100%;
}
#top {
	text-align: right;
	background-color: #D4E0E6;
	padding: 8px;
	border-bottom: 5px solid #18426A;
}
#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 .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	color: #18426A;
}
#image { background-repeat: no-repeat; background-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 p, #content li {
	font-size: 90%;
	line-height: 1.6em; 
}
#contentNav {
	display: inline;
	color: #6A80B7;
	text-align: left;
	padding: 0 3px 3px 3px;
}
#subNav {
	position: absolute;
	top: 240px;
}
#footer {
	text-align: center;
	font: 80% Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	color: #000;
	background-color: #6A80B7;
}
/* Columns */
div#col1 { 
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
}
div#col2 { 
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;
	display: inline;
	position: relative;
}

/*Classes*/
.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 { text-decoration: underline; color: #18426A; }
.note a:visited { text-decoration: underline; color: #18426A; }
.note a:active { text-decoration: underline; color: #18426A; }
.note a:hover { color: #C61329; }

.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;
}

.image { background-repeat: no-repeat; background-color: #18426A; }
.leftimg { float: left; margin-right: 25px; clear: left; }
.rightimg { float: right; clear: right; }
.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; }
.white { color: #FFF; }

/*Headings*/
h1 { font-size: 160%; color: #FED050; }
h2 { font-size: 110%; color: #18426A; margin-bottom: -16px; }
h3 { font-size: 100%; color: #18426A; }

/*Links*/
a:link {color: #FFF; text-decoration: underline; }
a:visited {color: #FFF; text-decoration: underline; }
a:active {color: #FFF; text-decoration: underline; }
a:hover {color: #18426A; text-decoration: none; }

#top a:link {color: #18426A; text-decoration: underline; }
#top a:visited {color: #18426A; text-decoration: underline; }
#top a:active {color: #18426A; text-decoration: underline; }
#top a:hover {color: #FFF; text-decoration: none; }

#topNav a:link {color: #18426A; text-decoration: underline; }
#topNav a:visited {color: #18426A; text-decoration: underline; }
#topNav a:active {color: #18426A; text-decoration: underline; }
#topNav a:hover {color: #FFF; text-decoration: none; }

#content a:link {color: #18426A; text-decoration: underline; }
#content a:visited {color: #18426A; text-decoration: underline; }
#content a:active {color: #18426A; text-decoration: underline; }
#content a:hover {color: #FED050; text-decoration: none; }

#contentNav a:link {color: #6A80B7; text-decoration: underline; }
#contentNav a:visited {color: #6A80B7; text-decoration: underline; }
#contentNav a:active {color: #6A80B7; text-decoration: underline; }
#contentNav a:hover {color: #FED050; text-decoration: none; }

/* Form Layout */
input.txt { border: 1px inset #00008B; width: 200px; }
input.btn { border: 1px inset #00008B; }
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label { float: left; width: 30%; }

