@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	width: 760px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
	/* height: 100%; */
}
.oneColLiqCtrHdr #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. */
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/mainbkg.gif);
	background-repeat: no-repeat;
	height: 800px;
}

.oneColLiqCtrHdr #mainContent p{
	margin-right: 10px;
	margin-left: 20px;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
} 
.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: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 25px;
}
a.footerlink{
	color: #7A7E81;
	text-decoration: none;
	font-size: 8pt;
}
.distLogin {
	border: thin solid #333333;
}

a.footerlink:hover{
	color: #000000;
}
a.leftlink{
	color: #FFFFFF;
	text-decoration: none;
	height: 17px;
	width: 120px;
	background-image: url(images/leftmenubkg.gif);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 3px;
	
}
a.leftlink:hover{
	color: #FFFFFF;
	background-image: url(images/leftmenubkgON.gif);
}

a.leftlink2{
	color: #FFFFFF;
	text-decoration: none;
	height: 17px;
	width: 120px;
	background-image: url(images/leftmenubkg2.gif);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 3px;
	
}
a.leftlink2:hover{
	color: #FFFFFF;
	background-image: url(images/leftmenubkg2ON.gif);
}
.details {
	overflow: auto;
	height: 100px;
	width: 551px;
}
