body {
	background-color: #ffffff;
	font-family: arial, garamond, serif;
	font-size: 1em;
}

a:link {color: #336699; font-weight: bold; text-decoration: none;}
a:visited {color: #336699;font-weight: bold; text-decoration: none;}
a:link:hover {color: #336699; background-color: #dddd99;}
a:visited:hover {color: #336699; background-color: #dddd99;}

div#mainContent {
	width: 100%;
	margin: 0 auto;
	background-color: #336699;
	text-align: center;
}

div#whiteContent {
	width: 47em;
	background-color: #ffffff;
	text-decoration: none;
	text-align: left;
	color: #336699;
	margin:0px auto;
	margin-top: .3em;
	padding-left: 2em;
	padding-bottom: .6em;
}

div#bottomMenu {
	margin-top: .8em;
	font-size: .7em;
	padding: .5em;
	height: 1.3em;
	background-color: #6699cc;
}

div#bottomMenu a:link {color: #ffffff; font-weight: bold; text-decoration: none;}
div#bottomMenu a:visited {color: #990000; font-weight: bold; text-decoration: none;}
div#bottomMenu a:link:hover {color: #990000; background-color: #dddd99;}
div#bottomMenu a:visited:hover {color: #990000; background-color: #dddd99;}


table.searchBox { 
	width: 100%;
}

td.searchBox { 
	width: 50%;
	background-color: #003366;
	color: #ffffff;
	text-align: left;
	border: 0;
	height: 3.5em;
}

div#tdMargins { margin-left: 6.5em; }

.emphasizedText {
	font-weight: bold;
	font-style: italic;
}

.dividerBar {
	padding: 3em;
	color: #6699cc;
}
