@charset "UTF-8";

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.p {
	padding: 0;
	font: 13px Arial;
	text-align: justify;
	color: #333333;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0px;
	color:  #333333;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0061D8;
}
.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	color:  #000000;
}
.Highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.emphasize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

a, a:link, a:visited {
	color: #0061D8;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
}

.picture {
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 0px;
}

.oneColLiqCtrHdr #container {
	width: 100%;  /* 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 none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}
.oneColLiqCtrHdr #header2 {
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;
	background-position: center;
}
.oneColLiqCtrHdr #mainContent {
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColLiqCtrHdr #sidebar {
	width: 125px;
	float: left;
}
.oneColLiqCtrHdr #content {
	margin-right: 135px;
	margin-left: 140px;
}
.oneColLiqCtrHdr #general {
	border: thin solid #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #F7F7F7;
}
.oneColLiqCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
