@charset "utf-8";
.bd-t {
	background-image: url(../images/border-top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.oneColLiqCtrHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
.oneColLiqCtrHdr #maincontent-news {
	position: relative;
	width: 140px;
	float: right;
	background: #FFFFFF;
	right: -5px;
}
.innerborder {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.bd-b {
	background-image: url(../images/border-bottom.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
.bd-r {
	background-image: url(../images/border-right.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}
.bd-br {
	background-image: url(../images/border-bottomright.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.bd-l {
	background-image: url(../images/border-left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.bd-bl {
	background-image: url(../images/border-bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
.bd-tr {
	background-image: url(../images/border-topright.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.bd-tl {
	background-image: url(../images/border-topleft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.oneColLiqCtrHdr #flag-position {
	position: absolute;
	top: 20px;
	right: 100px;
}
.style3 {font-size: x-small; color: #FFFFFF; }
.style1 {font-size: x-small}
.oneColLiqCtrHdr  #maincontent-news  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.oneColLiqCtrHdr #header {
	padding: 0px 0px 0 0px;
	background-color: #008298;
	height: 125px;
	position: absolute;
}
.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear: both;
	position: relative;
	top: 125px;
	margin-top: 25px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	clear: both;
	position: relative;
	margin-top: 125px;
	background-color: #018399;
	border-top: 1px solid;
} 
.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 #header-logo {
	height: 125px;
	width: 900px;
	background-image: url(../images/banner%20logo.jpg);
	position: absolute;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /*#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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FBEBEC;
	padding-bottom: 5px;
}
a:link {
	color: #018399;
	text-decoration: none;
}
a:visited {
	color: #018399;
	text-decoration: none;
}
a:hover {
	color: #018399;
	text-decoration: underline;
}
