@charset "UTF-8";body {	font: 100% Georgia, Times New Roman, Times, serif;	background: #CCCCFF;	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;}.oneColElsCtr #container {	width: 46em;	background: #CCCCFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0px solid #CCCCFF;	text-align: left; /* this overrides the text-align: center on the body element. */}.oneColElsCtr #mainContent {	float: left;	padding-top: 0;	padding-right: 20px;	padding-bottom: 0;	padding-left: 20px;}.Section-head {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: xx-large;	font-style: normal;	font-weight: bold;}.oneColElsCtr #container #mainContent table {	padding-top: 20px;	padding-right: 0px;	padding-bottom: 20px;	padding-left: 0px;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	text-align: left;}.navigation {	font-size: 90%;	font-family: Arial, Helvetica, sans-serif;}body {	background-color: #ccccff;}.main-header {	font-family: Georgia, "Times New Roman", Times, serif;	color: #000000;	font-size: xx-large;}h1,h2,h3,h4,h5,h6 {	font-weight: bold;}h1 {	font-size: xx-large;	color: #000000;}h2 {	font-size: x-large;	color: #660099;}h3 {	font-size: large;	color: #000000;}a:link {	color: #663399;	text-decoration: none;}a:visited {	color: #6300CE;	text-decoration: none;}a:hover {	text-decoration: none;	color: #990066;}a:active {	text-decoration: none;	color: #990066;}caption {	text-align: left;	text-transform: uppercase;	padding-top: 5px;}