@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	border: 10px double #106794; /* this overrides the text-align: center on the body element. */
	background-color: #006;
	color: #FF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	text-align: center;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 85px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Monotype Corsiva";
} 
.twoColFixLtHdr #header h1 {
	height: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	background-color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	border: medium double #106794;
	color: #FF0;
	padding-right: 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0cm;
	margin-bottom: 0;
	margin-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	background-color: #006;
	text-align: left;
	font-size: medium;
	border: medium none #106794;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
} 
.twoColFixLtHdr #footer {
	color: #FF0;
	background-color: #006;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 100px;
	text-align: center;
	font-family: "Monotype Corsiva";
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #006;
	color: #FF0;
	text-align: center;
}
.mono {
	font-family: Monotype Corsiva;
}
.twoColFixLtHdr #container p .mono {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container h3 .mono {
	font-family: Verdana, Geneva, sans-serif;
}
