<!--
body {
	background: #ffffff;
	color: #042F66;
	line-height: 1.94; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	
}
a img {
	border: 0;
}




#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0%;
	padding-left: 0px;
	margin: 0px;
	text-align:justify;
}
#mainContent  img.illus {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 0;
	}
	
#flashcontent {
	width: 780px;
	height: 412px;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}

#footer {
	clear: both;
	margin: 0em 0em 2em 0em;
	padding: 0.6em 0em 0em 0em;
	background: #fff;
	border-top: 1.5px solid #7C3437;
	border-bottom: 1.5px solid #7C3437;
	list-style-type: none;	
}
#footer p {
	margin: 2px 0px 2px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:  2px 7px 2px;
}


#mainnav {
}
.offleft {
	margin-left: -9000px;
	position: absolute;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 2px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 165%;
	font-style: italic;
	font-weight: bolder;
	word-spacing: 0.15em;
	color: #042F66;
	margin-bottom: 0em;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 0px;
	letter-spacing: 0em;
}
strong {
	font-weight: bold;
	color: #CC0000;
}
#skipLinks {
	position: relative;
	left: 0px;
	font-size: 80%;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-top: 1.2em;
	width: 100%;
	border-bottom-width: thick;
}
#skipLinks ul {
	margin: 0px;
	padding: 0px;
}
#skipLinks li {
	display: inline;
	margin: 0px;
	padding-left: .15em;
}
#skipLinks a {
	color: #042F66;
}
#time {
	margin-top: -1.5em;
	padding: 0 1.5em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1.75;
}
#photo, #display  {
	display: none;
}
#footer ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #042F66;
	padding-top: 0px;
	text-align: right;
	border-top-width: 0px;
	margin-top: -2em;
	letter-spacing: 1px;
}
#copyright ul {

	list-style-type: none;
}
#copyright li {
	float: right;
	margin-left: 8px;
	padding-bottom: 4px;
}
-->