@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006699;
	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: #333;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited{
	color: #00F;
	text-decoration: underline;
}
a:hover{
	color: #06F;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container {
	width: 805px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background-image: url(images/topacross.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	height: 40px;
	overflow: visible;
	padding-left: 40px;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(images/btmacross2.gif);
	background-repeat: repeat-y;
	color: #000;
}
.oneColLiqCtrHdr #footer {
	background-image: url(images/btmacross.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 9px;
	text-align: center;
}.disclaimer {
	font-size: 9px;
	color: #333;
}
.loginform {
	background-color: #CCC;
	text-align: center;
	width: 200px;
	border: 4px ridge #FFF;
}
.loginform input {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.lotrow {
	cursor: pointer;
}
.fltrt {float:right}
.fltlt {float:left}
.logo {
	position: absolute;
	width: 252px;
	background-image: url(images/toplogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	height: 213px;
	cursor: pointer;
	top: 20px;
	margin-left: 553px;
}
#pictures {
	overflow: hidden;
}
#sortTip {
	color: #999;
	font-size: 9px;
}
#nfo {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

