@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #568069;
	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 {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #top-bar-nav {
	background: url('../images/header_02.jpg') no-repeat; 
	height: 34px;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

.oneColFixCtrHdr #top-bar-flags {
	float: right; 
	margin: 0px; 
	padding: 5px 15px 0px 0px;
}


.oneColFixCtrHdr #top-bar-flags img {
	padding: 0px 2px;
}

.oneColFixCtrHdr #top-bar-menu {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #top-bar-menu ul {
	list-style: none;
	margin-top: 10px;
}

.oneColFixCtrHdr #top-bar-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #top-bar-menu a:link, .oneColFixCtrHdr #top-bar-menu a:visited {
	color:#f6eb13;
	font-size: 0.8em;
	margin: 0px;
	padding: 5px 10px;
	text-decoration:none;
}

.oneColFixCtrHdr #top-bar-menu a:hover {
	color:#FFFFFF;
	font-size: 0.8em;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: underline;
}


.oneColFixCtrHdr #top-bar-text{
	color: #ffffff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px; 
	height: 34px;
}

.oneColFixCtrHdr #top-bar-text p {
	margin: 0px; 
	padding: 10px 0px 10px 15px; 
}

.oneColFixCtrHdr #header {
	float: left; 
	height: 211px;
	margin: 0px;
	padding: 0px;  
	width: 960px;
	border: 0px solid #ff0000;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #main-nav {
	height: 25px;

}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	overflow: auto; /* IMPORTANT!!!!!!!!!! */
	font-size: 12px;
	min-height: 450px;
}

#column1 {
	background: #FFFFFF;
	font-size: 12px;
	line-height: 18px;	
	padding: 20px 25px 20px 50px; 
	border: 0px solid #ff0000;
	float: left;
	width: 615px;
}

#column2 {
	float: right;
	padding: 35px 40px 0px 25px; 	
	width: 200px;
	border: 0px solid #ff0000;	
}


.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited {
	color:#3a5647;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent a:hover {
	color:#999999;
	font-size: 11px;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}



.oneColFixCtrHdr #mainContent h1 {
	color: #2b4135;
	font-size: 13px;
	text-decoration: underline;
	text-transform: uppercase;
}

.oneColFixCtrHdr #mainContent h2, .oneColFixCtrHdr #mainContent h3 {
	color: #2b4135;
	font-size: 12px;
	padding: 15px 0px 0px 0px;
}

.oneColFixCtrHdr #mainContent h4 {
	color: #2b4135;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


.oneColFixCtrHdr  #breadcrumb {
	color: #999999;
	font-size: 10px;
	margin: 0px;
	padding: 10px 0px 25px 0px;	
}

.oneColFixCtrHdr #breadcrumb a:link, .oneColFixCtrHdr #breadcrumb a:visited {
	color:#000000;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

.oneColFixCtrHdr #breadcrumb a:hover {
	color:#999999;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}


.oneColFixCtrHdr #site-map {
	margin: 0px;
	padding: 0px 0px 0px 0px; 
}

.oneColFixCtrHdr .site-map-cols {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	padding: 20px 0px 0px 0px;
	width: 195px;	
}

.oneColFixCtrHdr .site-map-cols ul li{
	font-size: 0.8em;
	color: #999999;
	padding: 0px;
	line-height: 12px;
}



.oneColFixCtrHdr #footer {
	background:#ffffff;
	clear: left;
	float: left;
	margin: 0px;
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
}
.oneColFixCtrHdr #footer p {
	color: #666666;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.oneColFixCtrHdr #footer-border {
	clear: left;
	float: left;
	background: url('../images/header_07.jpg') no-repeat; 
	height: 25px;
	width: 960px;
}


td {
	vertical-align: top;
}


.float-left {
	float: left;
	padding: 0px 10px 10px 0px;
}
	
