@charset "UTF-8";body {	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;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background-color: #1F1F1F;}.oneColFixCtrHdr #container {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */}.oneColFixCtrHdr #header {	margin: 0px;	padding: 0px;}#headerFlash {	margin: 0px;	padding: 0px;	height: 250px;}.oneColFixCtrHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.oneColFixCtrHdr #mainContent {	padding: 0;	margin-bottom: 0px;	background-color: #FFF;	position: relative;}#buttonsFlash {	border-top-width: 5px;	border-top-style: solid;	border-top-color: #666;}p {	font-size: 14px;	line-height: 1.5em;}a:link {	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;	color: #690;	text-decoration: none;	list-style-type: none;}a:visited {	color: #999;	text-decoration: none;}a:hover {	color: #000;	text-decoration: underline;}#navbar {	font-family: Arial, Helvetica, sans-serif;	margin: 0px;	padding: 4px;	background-image: url(images/HomeGradient2.jpg);	border-top-width: 5px;	border-top-style: solid;	border-top-color: #666;	text-align: center;}#navbar ul {	margin: 0px;	padding: 0px;}#navbar ul li {	display: inline;	margin-right: 20px;	margin-left: 20px;	list-style-type: none;}#navbar a:link {	color: #FC0;	text-decoration: none;}#navbar a:visited {	color: #FC0;	text-decoration: none;}#navbar a:hover {	color: #FFF;	text-decoration: none;}.oneColFixCtrHdr #footer {	color: #FC0;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	margin: 0px;	padding: 10px 0px 5px;	background-color: #69696A;	background-image: url(images/homeGradient.jpg);	border-top-width: 5px;	border-top-style: solid;	border-top-color: #666;	clear: both;}#container #footer p {	padding-bottom: 0px;	margin-top: 0px;}#text {	background-color: #FFF;	padding-right: 20px;	padding-left: 20px;	width: 450px;	float: left;}#mainContent #text2 {	width: 300px;	color: #000;	background-color: #FFF;	left: 500px;	top: 100px;	float: left;}#container #footer p a:link {	color: #FC0;}#container #footer p a:hover {	color: #FC0;	text-decoration: underline;}