@charset "UTF-8";
body {
	font: 12px "Times New Roman", Times, serif;
	background: #10155E;
	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 */
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
	padding: 0;  /* 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 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(../imagesComponents/footer_fade.gif);
	background-repeat: repeat-x;
	text-decoration:none; 
    color:#FFFFFF;
	line-height: 18px;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer a, .layoutStyles #footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
	padding:0 15px 0 0;
	line-height: 18px;
        }
.oneColLiqCtrHdr #footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	padding:0 15px 0 0;
	line-height: 18px;
}
.oneColLiqCtrHdr #sidebar1 {
	padding: 10px 20px 0 10px; /* padding keeps the content of the div away from the edges */
	font: 13px "Times New Roman", Times, serif;
	line-height: 19px;
	color: #12175e;
	font-weight: normal;
}
.oneColLiqCtrHdr #sidebar1 h1 {
	font: 19px "Times New Roman", Times, serif;
	line-height: 19px;
	color: #12175e;
	font-weight: normal;
}
.oneColLiqCtrHdr #sidebar1 a, .layoutStyles #sidebar1 a:visited {
	text-decoration: underline;
	color: #8ca4d5;
	font-weight: bold;
}
.oneColLiqCtrHdr #sidebar1 a:hover {
    text-decoration: underline; 
    color: #12175e;
	font-weight: bold;
}
.newsStyle {
	font: 13px "Times New Roman", Times, serif;
	line-height: 19px;
	color: #8ca4d5;
	font-weight: normal;
	background-color: #EAECF7;
}
.newsStyle a, .newsStyle a:visited {
	text-decoration: underline;
	color: #4b63ae;
	font-weight: bold;
}
.newsStyle a:hover {
    text-decoration: underline; 
    color: #12175e;
	font-weight: bold;
}
.newsTitleStyle {
	font: 19px "Times New Roman", Times, serif;
	line-height: 19px;
	color: #8ca4d5;
	font-weight: normal;
	background-color: #DDE2F2;
	padding: 5px 5px 5px 10px;
}

