@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #FFF url(images/canvasbkgrnd.jpg);	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;}.oneColFixCtr #container {	width: 612px;	margin: 30px auto 0;	text-align: left;}#announcement {	font: 0.7em/1.4em Verdana, Geneva, sans-serif;	padding: 12px;	margin: 24px;	background: #E3DDCF;/*	background: #e7e4e0; */	border: 1px solid #666;}#homefooter {	font-size: .7em;	text-align: center;}a {	color: #003300;	text-decoration: none;}a:hover, a:active {	color: #900;} a:visited {	color: #006666;	text-decoration: none;}#homemenu {	position: fixed;	left: 40px;	top: 40px;	font-family: "Times New Roman", Times, serif;	font-style: italic;	font-weight: bold;	color: #003333;	text-align: right;	margin-right: 100px;}.oneColFixCtr #mainContent-outer {	padding: 0 40 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: url(images/homeimg.gif);	height: 448px;	width: 612px;}.oneColFixCtr #mainContent {	font-family: "Times New Roman", Times, serif;	font-style: italic;	font-weight: bold;	color: #003333;	text-align: right;	margin-right: 0px;	padding-right: 60px;	padding-top: 30px;}.oneColFixCtr #mainContent a {	color: #003333;	text-decoration: none;}.oneColFixCtr #mainContent a:hover {	color: #900;}.oneColFixCtr #mainContent a:visited {	color: #003333;	text-decoration: none;}
