@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #666;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #066;
}
#container #mainContent h4 {
	color: #033;
	font-weight: bold;
}

.oneColFixCtr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/****** AM added for image floats:*****************/
img.amalignright { 
margin: 0 0px 0px 15px;
padding: 4px;
/*border: 1px solid #ccc;*/
float: right;
}

img.amalignleft { 
margin: 0 15px 0px 0px;
padding: 4px;
/*border: 1px solid #ccc;*/
float: left;
}

#container #mainContent a, #container #mainContent a:visited, #container #mainContent a:active {
	text-decoration: none;
	color: #066;
}

#container #mainContent a:hover {
	text-decoration: none;
	color: #0F3;
}
