body {
	font: 100% verdana,tahoma,arial,helvetica,sans-serif;
	background: #eaf4fC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 0 0 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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003f7a;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 4px;
	background: #FFFFFF;
	border: 1px solid #E5A900;
	font-size:12px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003f7a;
	font-size:10px;
}


/* HEADER
--------------------------------------------------------------------*/

#header #logo {
	background-image: url(../i/full-banner2.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin: 4px 0 0 0;
	height: 100px;
	}

#header #logo a {
	position: relative;
	display: block;
	height: 90px;
	width: 275px;
	top: 5px;
	left: 10px;
	}
	
	
/* MAIN CONTENT
--------------------------------------------------------------------*/

#mainContent h1 {
	padding: 0;
	margin: 0;
	font-size:22px;
	color:#E5A900;
	}
	
#mainContent h2 {
	padding: 0;
	margin: 0;
	font-size:18px;
	color:#E5A900;
	}
	
#mainContent h3 {
	font-size:14px;
	}
	
#mainContent p, ul, li {	
	line-height: 16px;
	}

#mainContent a, a:visited {
	text-decoration: none;
	color:#003f7a;
	font-weight:bold;
	}

#mainContent a:hover {
	text-decoration: underline;	
	color:#003f7a;
	font-weight:bold;
	}	
	
#mainContent hr {
	background-color: #003f7a;
	}
	
.float-right {/* span element float */
	float: right;
	margin: 0 0 8px 8px;
	border: 5px solid #a1c1d6;
	}

.box-title {
	text-align:center;
	background-color: #a1c1d6;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-stretch:wider;
	padding:4px;
	}

.box-content {
	padding: 8px;
	}
		
.photo span {
	float:none;
	clear:both;
  }
	
.photo img {
	float:left;
  	margin: 0 10px 10px 0;
	padding: 4px;
  	border:1px solid #ddd;
  	background-color:white;
  }
  
.ad span {
	float:none;
	clear:both;
  }
	
.ad img {
	float:center;
  	margin: 5px 10px 10px 0;
	padding: 4px;
  	border:1px solid #ddd;
  	background-color:white;
  }
	
	
/* FOOTER
--------------------------------------------------------------------*/
	
div.spacer {
	clear : both;
	}
	
div.row span.left {
	float : left;
	text-align : left;
	font-weight : bold;
	color : #fff;
	width : 49%;
	padding: 5px 0;
	}
	
div.row span.right {
	float : right;
	text-align : right;
	font-weight : bold;
	color : #fff;
	width : 49%;
	padding: 5px 0;
	} 
	
#footer a {
	color:#FFFFFF;
}
	
/* CSS HACKS
--------------------------------------------------------------------*/
.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
	content:"."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
