@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: "Trebuchet MS";	font-size: 100%;	background-color: #7D8A2E;}.oneColFixCtrHdr #container {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	text-align: left; /* this overrides the text-align: center on the body element. */	margin-top: 0;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;}.oneColFixCtrHdr #container #mainContent #contentScroll {	float: right;	width: 400px;}.oneColFixCtrHdr #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. */	background-color: #7D8A2E;}.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.oneColFixCtrHdr #mainContent {	height: 600px;	padding-top: 0;	padding-right: 20px;	padding-bottom: 0;	padding-left: 20px;	background-color: #FEC0A9;	border: thick double #C8D786;	font-size: 0.75em;}.oneColFixCtrHdr a:link {	color: #000000;	text-decoration: underline;	font-weight: bold;}.oneColFixCtrHdr a:visited {	color: #000000;	text-decoration: underline;	font-weight: bold;}.oneColFixCtrHdr a:hover {	color: #000000;	text-decoration: none;	background-color: #7D8A2E;	font-weight: bold;}.oneColFixCtrHdr a:active {	color: #000000;	text-decoration: none;	background-color: #C8D786;	font-weight: bold;}.oneColFixCtrHdr #footer {	padding: 0 10px;	background-color: #7D8A2E;	color: #FFFFFF;	text-align: center;	font-size: 0.7em;}.oneColFixCtrHdr #container #footer a:link {	color: #FFFFFF;	text-decoration: underline;}.oneColFixCtrHdr #container #footer a:visited {	color: #FFFFFF;	text-decoration: underline;}.oneColFixCtrHdr #container #footer a:hover, a:active {	color: #7D8A2E;	background-color: #FFFFFF;}.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 */}.oneColFixCtrHdr #container #mainContent #menu {	float: left;	width: 325px;	overflow: hidden;	margin-top: 0px;}.oneColFixCtrHdr #container #mainContent #myScoller #p7VSC_1 .p7VSC_scrollbox_wrapper #p7VSCb_1 #p7VSCd_1_c1 .p7VSC_content #mainImage {	float: left;	padding-right: 15px;	padding-bottom: 15px;	padding-top: 15px;}.boxMe {	border: medium solid #7D8A2E;	padding: 10px;}#flashNorthward {	margin-left: -.75em;}