@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #004000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	list-style-type: none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #400000;
	margin: 0 auto;
	text-align: left;
} 
.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: 115px;
} 
#menu_container {
	height: 30px;
	width: 780px;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 130px; /* 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: #004000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 20px;
	background-color: #400000;
}
.twoColFixLtHdr #mainContent {
	background-color: #400000;
	color: #CCC;
	height: auto;
	width: 616px;
	float: right;
	margin-left: 10px;
} 
.twoColFixLtHdr #footer {
	background:#400000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #400000;
	text-align: center;
	color: #CCC;
	font-size: small;
}
.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;
	color: #CCC;
}
#column_container {
	height: auto;
	width: 780px;
}
#left_column {
	float: left;
	height: auto;
	width: 260px;
	text-align: center;
}
#center_column {
	float: left;
	height: auto;
	width: 260px;
	text-align: center;
}
#right_column {
	float: right;
	height: auto;
	width: 260px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {

}
.twoColFixLtHdr #container #mainContent table tr td a {
	color: #8080FF;
}
.twoColFixLtHdr #container #mainContent div a {
	color: #8080FF;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #8080FF;
}
