@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #FFF;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}.oneColFixCtrHdr #container {	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF; /* this overrides the text-align: center on the body element. */	margin: 15px auto 0px;}.oneColFixCtrHdr #header {	background: #FFF;  /* 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. */	height: 90px;	width: 950px;	margin-bottom: 15px;}.oneColFixCtrHdr #header h1 {}.oneColFixCtrHdr #mainContent {	background: #FFFFFF;	width: 900px;	margin-right: 25px;	margin-left: 25px;	height: 550px;	position: relative;}.oneColFixCtrHdr #footer {	background:#FFF;	margin-top: 15px;	width: 950px;	height: 100px;}.sidemenuhead {	font-family: "Times New Roman", Times, serif;	font-size: 36px;	font-style: italic;	color: #BF0F11;	line-height: 15px;}.sidebar {	float: left;	height: 525px;	width: 200px;	text-align: left;	line-height: 15px;	margin-top: 20px;	background-repeat: no-repeat;	background-color: #FFF;}h2 {	font-family: "Times New Roman", Times, serif;	font-size: 36px;	font-style: italic;	color: #BF0F11;	font-weight: normal;	line-height: 36px;}.oneColFixCtrHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}#menubar {	width: auto;	margin-right: auto;	margin-left: auto;	height: 30px;}#flashmovie {	width: 950px;	margin-right: auto;	margin-left: auto;	margin-top: 10px;}#bottomnav {	width: 950px;	margin-top: 15px;	margin-right: auto;	margin-left: auto;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	font-weight: bold;	color: #BF0F11;	text-align: left;}a:link {	text-decoration: none;	color: #5F89A1;	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	font-style: italic;	font-weight: bold;	line-height: 17px;}a:visited {	text-decoration: none;	color: #5F89A1;	font-size: 15px;	font-style: italic;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	line-height: 17px;}a:hover {	text-decoration: none;	color: #BF0F11;	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	font-style: italic;	font-weight: bold;	line-height: 17px;}a:active {	text-decoration: none;}img {border-style: none;}a {	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	color: #5E88A0;}#textarea {	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	line-height: 18px;	color: #000;	text-align: left;	float: right;	width: 700px;	margin-top: 20px;	height: 530px;}h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #BF0F11;	font-weight: normal;	line-height: 8px;}
