@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #26546d;
	margin-top: 18px; /* 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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #26546d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #26546d; 
	padding: 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;

}
.oneColFixCtrHdr #sidebar {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #26546d;
	width: 175px;
	float:left;
	padding-left: 5px;
	min-height:300px;
}
.oneColFixCtrHdr #main {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	width: 600px;
	float:left;
	padding-left: 5px;
	padding-right: 15px;
	min-height:300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #26546d;
	font-size: 14px;
}
.oneColFixCtrHdr #footer {
	padding-left:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-right: 0px;
	background:#26546d;
padding-bottom:5px;
	clear:both;
}
.oneColFixCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#ftrcontainer{
margin-right: auto;
margin-left: auto;
width: 800px;
height: 150px;
padding-top:5px;
padding-bottom: 5px;
padding-left: 8px;
}

.oneColFixCtrHdr #ftrleft{
	width: 250px;
	height: 150px;
	border: 1px solid #fff;
	float: left;
	margin-right:5px;
	margin-left:5px;
	background-color:#26546d;
	background-image: url(images/ftrleft-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #ftrmiddle{
	width: 294px;
	height: 115px;
	border: 1px solid #fff;
	float: left;
	margin-right:5px;
	background-color:#697091;
	background-image: url(images/ftrmiddle-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:35px;
	padding-left: 10px;
}
.oneColFixCtrHdr #ftrmiddle a{
color:#fff;
}
.oneColFixCtrHdr #ftrright{
	width: 200px;
	height: 150px;
	border: 1px solid #fff;
	float: left;
	margin-right:5px;
	background-color:#ccc;
	background-image: url(images/ftrright-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a img{
	border: 0px;
}
table {

}
table .imgborder{
border:3px solid #fff;
}
.tblresults {
	padding: 8px;
	border: 2px solid #fff;
	margin: 3px;
	background-color:#90866c;
	background-image: url(images/tblresults-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
.tblcontact {
	padding: 8px;
	border: 2px solid #fff;
	margin: 3px;
	background-color:#26546D;
	background-image: url(images/tblcontact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
.tblresults a{
color: #fff;
}
.noborder{
border: 0px;
}
#scroll{
	width: 285px;
	height:110px;
	overflow: auto;
	z-index: 100;
	float: left;
	position: relative;
	background-color: #26546d;
	color:#FFFFFF;
	overflow:auto;
}
#scrollleft{
	width: 95%;
	height:120px;
	overflow: auto;
	z-index: 100;
	float: left;
	position: relative;

	color:#FFFFFF;
	overflow:hidden;
	margin-top:40px;
	font-size:12px;
	text-align: right;
}
#scrollleft #join{
	text-align: center;
	color: #FFFFFF;
	background-color: #D04C26;
	border: thin groove #FFFFFF;
	font-weight: bold;
	margin: 3px;
}
.rtborder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#credit a{
	font-family: Arial, Helvetica, sans-serif;
	color: #3C85AC;
	font-size: 10px;
}
#credit {
font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}
