@charset "utf-8";
/* CSS Document */

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;
	min-width: 1000px;
}
p, li {font-family: Helvetica, Arial, sans-serif; 
	font-size: 10pt; 
	line-height: 1.8em;  }
.oneColLiqCtrHdr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
	min-width: 1000px; background-image:url(../images/windowfr.png); 
}
.oneColLiqCtrHdr #header {
	background: #000000; color:#FFFFFF; width: 970px; 
	padding: 0 10px 0 20px; height:49px; background-image:url(../images/title.jpg); background-repeat:no-repeat; 
 /* 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. */
}  /*margin-top:-1px;*/

.chrome #header { margin-top:-1px; }
.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; 
	border-bottom: solid 16px #FFFFFF;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
		width:960px; height:100%;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width:980px; margin-top:-2px; color:#666666; background-image: url(../images/body_bg.jpg); background-position: top;   
} 
.oneColLiqCtrHdr #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 */
}



.bannerDiv { height:20px;}
h1 { font-weight: normal; font-size:16px;  }



.layout { width:100%; height:100%; border-spacing:0;  }
.tablepanel { 
		background-color:#ededed; width:220px; 
		vertical-align:top; 
		padding:12px 18px; background-image: url(../images/silverbg2.jpg); background-position: center;    }

.celltext { padding: 0 18px 18px; vertical-align:top}

h2 { font-size: 1.4em; margin: 15px 0 1px; font-weight: normal; color:#233F87 }
h3 { font-size: 1em; font-weight: normal; color:#233F87 }

.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;
}
li { list-style-type: square;  }
li.pdf { list-style-image:url(../images/pdf.jpg); list-style:url(../images/pdf.jpg);  }

.menu {
	background-color: #CCCCCC; 
	width: 300px; font-size:12px; color:#000000;  
	left: 785px; top:5px; position: relative; padding:20px 26px; white-space:nowrap }

.pipe { padding: 0 10px; }
.buttons { width: 980px; position:absolute; top:21px; }
a.button, a.button1, a.buttonP, a.buttonG { 	/*background-image: url(../images/button.jpg);*/  
			white-space:nowrap; text-align:center; background-repeat:no-repeat; background-image: url(../images/silverbg.jpg); background-position:center;  
			padding: 5px 25px 5px; color: #666666; cursor:pointer; font-size:15px; text-decoration:none; font-family: Geneva, Arial, Helvetica, sans-serif; 
			line-height:2em; border-right: #6B87CF 1px solid;   }
a.button:hover { color:#000; background-color: #99CCFF; background-image: url(../images/banner.jpg); background-position: bottom;  }
a.buttonP:hover { color:#000; background-color: #99CCFF; background-image: url(../images/bannerP.jpg); background-position: bottom;  }		
a.buttonG:hover { color:#000; background-color: #99CCFF; background-image: url(../images/bannerG.jpg); background-position: bottom;  }	
a.button1 { color: #000 ; background-color:#FFFFFF; cursor: auto; background-image:none;  }
.shadow { background-image: url(../images/shadow.jpg); background-repeat:no-repeat;   }

  


a:link { text-decoration: none; color:#333333 }

a:visited { text-decoration: none; color:#333333 }

a:hover { text-decoration: underline; color:#333333 }





a.underline {
	color: #009;
	text-decoration: underline;
}
