body {
	background: #2469B0;
	color: white;
	padding: 0;
	font-size: 1em;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #2469B0;
}

table, td, th, tr, {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.9em;
	margin-bottom: 0px;
	line-height: 1.1em;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.7em;
	margin-bottom: 0px;
	line-height: 1.1em;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.1em;
	bottom: 0px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.25em;
	line-height: 1.1em;
	bottom: 0px;
}

h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: .9em;
	margin-bottom: 0px;
	line-height: 1.1em;
}

ol, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}


p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

blockquote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #00FFFF;
	text-decoration: underline;
}

 a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.nav:focus {
	color: #00FFFF;
	text-decoration: none;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

hr {
	
}

#page-container /*holding container for entire site */
{
	width: 750px;
}

#header-container {
	height:145px;
	width: 750px;
}

#nav-container /* left column of site */
{
	width: 150px;
	float: left;
	padding: 0;
	margin-left: 25px;
	margin-right: auto;
	text-align: left;
}

#core-container /* guts of site */
{
	width: 575px;
	float: left;
	padding: 0;
	text-align: left;
}
#enso-container /* main content area of the site.  follow style reside within this */
{
	float: right;
	background-image: url(../images/shared/watermark.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 750px;
}	

#footer-container {
	width: 575px;
	text-align: center;
	float: center;
}

#first-line {
	line-height: 0;
	margin-top: 0px;
}

.clearHeader
{
	clear:both;
	font-size:1px; line-height:0;
	}
	
.clearLeft
{
	clear:left;
}

.contentClear {
	clear:both;
	font-size:1px; line-height:0;
}

table.schedule {
	padding: 3px 3px 3px 3px;
	border: thin solid #00FFFF;
}

td.schedule {
	font-size: .9em;
	color: #00FFFF;
	padding: 5px 5px 5px 5px;
	border: thin dotted #00FFFF;
}

.copyright {
	font-size: .9em;
	color:#FFFFFF
}

.super {
	vertical-align: super;
	font-size: smaller;
}
