@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	padding-top: 20px;
	color:#000000;
	font-family:Arial,Helvetica,"Helvetica Neue",Geneva,sans-serif;
	font-size:85%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

a:link {
    color: #ffffff;
	text-decoration:none;
}
a:visited {
    color: #ffffff;
	text-decoration:none;
}
a:hover {
    color: #ffffff;
	text-decoration:none;
}


/* TOP SECTION */
.oneColLiqCtrHdr #containertop {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:220px;
}
.oneColLiqCtrHdr #contenttop {
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width: 550px; 
	padding: 0 10px 0 10px;  /* 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. */
}


/* MIDDLE SECTION */
.oneColLiqCtrHdr #containermid {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:transparent url(/blocks/parentsgateway/insight/bgcont3.png) repeat-x scroll 0 top;
	height:220px;
	margin-bottom:15px
}

#header1 {
	padding: 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:"Verdana",sans-serif;
	font-size:185%;
	
}

.oneColLiqCtrHdr #contentmid {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	padding: 0 10px 0 20px;  /* 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. */
	color:#F9F0F0;
}


/* BOTTOM SECTION */
.oneColLiqCtrHdr #containerfooter { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.oneColLiqCtrHdr #contentfooter {
	margin-left:auto;
	margin-right:auto;
	width: 550px;
	padding: 0 10px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* HEADING + CONTENT */

.oneColLiqCtrHdr #header h2 {
	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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



