@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../templateimages/background.jpg);
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #666666;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	height: 95px;
	border-bottom: 3px solid #fdc110;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #header .flag {
	text-align: right;
	color: white;
	font-weight: bold;
}
.oneColFixCtrHdr #header .flag img {
	border: 1px solid black;
	vertical-align: text-bottom;
}
.oneColFixCtrHdr #header a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #header a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #header a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #header a:active {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #mainNav {
	background-color: #fdc110;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
.oneColFixCtrHdr #mainNav a:link {
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;	
}
.oneColFixCtrHdr #mainNav a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;	
}
.oneColFixCtrHdr #mainNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;	
}
.oneColFixCtrHdr #mainNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;	
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding: 0;
	border-top: 1px solid white;
}
.oneColFixCtrHdr #mainContent .image {
	align: left;
}
.oneColFixCtrHdr #footer {
	margin: 5px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 3px solid #fdc110;
	font-size: 11px;
	color: white;
	padding: 5px 5px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a:link {
	color: black;
	text-decoration: none;
}
