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:  #102000;
	background-repeat: repeat;
	background-attachment: fixed;
}
.twoColFixRtHdr #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F7F3BB; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7F3BB;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
} 
.twoColFixRtHdr #header {
	background: #F7F3BB;
} 
.twoColFixRtHdr #header h1 {
	background-color: #F7F3BB;
	padding-bottom: 4px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F7F3BB;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
}
.twoColFixRtHdr #mainContent {
	background-color: #F7F3BB;
	width: 604px;
	margin-top: 0px;
	margin-right: 194px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColFixRtHdr #footer p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.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;
}
body,td,th {
	font-family: Arial, Arial, Arial;
	font-size: 12px;
}
a:link {
	color: #8f663d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8f663d;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #8f663d;
}
.style4 {
	font-size: 12px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style5 {
	color: #660000;
	font-weight: bold;
	font-size: 16px;
}
.style3 {
	font-size: x-large;
	color: #993300;
}
.style9 {font-size: 14px}
.style11 {
	font-size: large;
	color: #993300;
}
.style12 {font-size: medium}
.style14 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.style15 {font-size: 12px}
.style16 {color: #FF0000; font-size: 14px;}
.style33 {	font-size: 14;
	color: #660000;
}
.style38 {font-size: 12px; color: #660000; }
.style40 {color: #000000}
.style41 {font-size: 12px; color: #000000; }
.style42 {font-size: 12px; color: #660000; font-weight: bold; }
.style43 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
