@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtrHdr #container {
	position:relative;
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	position:relative;
	text-align:center;
}
.oneColFixCtrHdr #subheader {
	background: #000000;
	position:relative;
	text-align:left;
	height:149px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	position:relative;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:1px solid black;
}
.oneColFixCtrHdr #NewsletterBar {
	position:absolute; 
	z-index:5; 
	width:900px; 
	height:25px; 
	right:0px; 
	bottom:0px; 
	color:#FFF;
	background-image:url(../images/background-newsletter.gif);
	text-align:right;
}
.oneColFixCtrHdr #footer {
	position:relative;
	color:#FFFFFF;
	font-size:10px;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	height:105px;
}
a.FlagLinks:link {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.FlagLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.FlagLinks:visited {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.FlagLinks:active {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.MainText{color:#000000; font-size:14px}

