@charset "utf-8";
body {
	font: 72%/1.4 Arial, Helvetica, sans-serif;
	background: #fefbfb;
	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: #7a807d;
}
.oneColLiqCtrHdr #container {
	
	width: 920px;  /* this will create a container 925px 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. */
}
.oneColLiqCtrHdr #header {
	background: #ffffff;
	margin: auto; 
	padding: 0 0px 0 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. */
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #pinkStrip{
     background: #b429c0;
	margin: auto; 
	padding: 0 0px 0 0px;
	height: 6px;
}
.oneColLiqCtrHdr #menu {
	background: url(images/menu_bg.jpg)  repeat-x top ;
	margin: auto; 
	height: 38px;
	width: 920px;
	padding: 0 0px 0 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. */
}
.oneColLiqCtrHdr #menu UL {
	padding: 0px;
	MARGIN: 0px;

	LIST-STYLE-TYPE: none;
	
}
.oneColLiqCtrHdr #menu LI {
	PADDING:0px;
	FLOAT: left;
	MARGIN: 0px;

		
}
.oneColLiqCtrHdr #menu A {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 22px;
	PADDING-BOTTOM: 25px;
	padding-top:0px;
	margin-top: 0px;
	margin-bottom:16px;
	text-align:center;
	DISPLAY: block; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 110%; 
	
	COLOR: #666666; 
	TEXT-DECORATION: none;

	
}
.oneColLiqCtrHdr #menu A:hover {
	DISPLAY: block;  
	FLOAT: left; 
	COLOR: #222222; 
	background: url(images/menu_bg_over.jpg)  repeat-x top ;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColLiqCtrHdr #mainContent #slogin {
	color: #b429c0;
	font-size: 16px;
	font-weight: bold;
}

.oneColLiqCtrHdr #mainContent li a{
  color: #f397e9;
}
.oneColLiqCtrHdr #mainContent li a:hover{
  color: #b429c0;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#73b8b5;
	color: #ffffff;
	font-size:12px;
} 
.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 */
}

.oneColLiqCtrHdr #footer a{
    color: #FF66FF;
	text-decoration:none;
}
.oneColLiqCtrHdr #footer a:hover{
    color: #FF66FF;
	color:#FF00FF;
}

.bordertbl {
  border: solid 1px #fcaafa;
 
}

.pinkHeading{
   color: #b429c0;
   font-weight: bold;
   background: #f8cff7;

}


td.borderb{
 border-bottom: 1px solid #cccccc;
}

.clear {
display:block;
height:1px;
clear:both;
margin-bottom: 0;
margin-top: -15px;
}

.oneColLiqCtrHdr #spark {
	
	width: 920px;  /* this will create a container 925px of the browser width */
	background: #FFFFFF;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #spark a{
font-size: 9px;
color: #aaaaaa;
}
.oneColLiqCtrHdr #spark a:hover{
color: purple;
}
