@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: #315b6b;
	background-image: url(images/BG-Dark-Wood-01.jpg);
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #DFEFCF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #CADDCA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #010300;
	width: 800px;
	background-image: url(images/BG-header-Grass.jpg);
	height: 140px;
	float: none;
	white-space: normal;
	clear: both;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #menubar {
	float: none;
	clear: none;
	padding: 0px;
	margin: 0;
	background-position: left top;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	float: none;
	margin-right: 0px;
	font-size: small;
	background-color: #CADDCA;
	z-index: 1040;
	width: 600px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #contact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #2E5C6C;
} 

.twoColFixLtHdr #sidebar {
	float: right;
	margin-right: 20px;
	font-size: x-small;
	background-color: #CADDCA;
	width: 170px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-color: #2E5C6C;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	white-space: normal;
	margin-left: auto;
}
.twoColFixLtHdr #footer {
	font-size: medium;
	color: #315B6B;
	width: 700px;
	background-color: #CADDCA;
	background-position: center;
	float: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #List1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #315B6B;
	list-style-type: decimal;
	list-style-position: outside;
	padding-right: 20px;
	padding-left: 40px;
}
.twoColFixLtHdr #regionoffset {
	color: #315B6B;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #C3E7C1;
}
.twoColFixLtHdr #Contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #315B6B;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 1000;
	text-align: left;
	padding-top: 20px;
}
.twoColFixLtHdr  #copyright {
	font-size: x-small;
	color: #749275;
	text-align: right;
	background-color: #CADDCA;
	padding: 5px;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 10px;
	font-weight: bolder;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
}



.ListAccent {
	color: #E37772
}


.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;
}

.tabletextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	font-weight: bolder;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: x-small;
}
