@charset "UTF-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #006c9e;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4D4D4D;
}
.oneColFixCtrHdr #container {
	width: 960px;
	background: #eaebe4;
	margin: 0 auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0 0px;
	margin: 0px;
	position: relative;
}
.oneColFixCtrHdr #container #header {
	height: 420px;
	position: relative;
	background: url(images/collingwood.jpg) no-repeat 0px 152px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #header img {
	position: absolute;
	left: 28px;
	top: 20px;
}
.oneColFixCtrHdr #container #header ul{
	margin:0;
	padding:0 0.8em 0 0;
	list-style:none;
}
.oneColFixCtrHdr #container #header #topNavbar ul li {
	float: left;
	padding: 0px;
	margin: 0px 0.4em;
	color: #FFF;
}
.oneColFixCtrHdr #container #header #topNavbar {
	font-size: 0.7em;
	color: #677718;
	right: 12px;
	position: absolute;
	top: 114px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 32px 0 42px;
	position: relative;
}
.mainNav {
	position: absolute;
	left: 0px;
	top: -278px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: italic normal 30px "Times New Roman", Times, serif;
	color: #FFF;
	top: -60px;
	position: absolute;
	left: 32px;
	border-width: 0px;
	letter-spacing: 1px;
	word-spacing: -1px;
}
.tightenText {
	letter-spacing: -3px;
}
h2 {
	font: italic bold normal 1.25em/1.3em "Times New Roman", Times, serif;
	color: #073368;
	margin-top: 0.5em;
}
h3 {
	font: italic 1.2em "Times New Roman", Times, serif;
	color: #063368;
	margin: 0px;
	padding: 0em;
}
p {
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	margin: 1em 0px 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 14px 0 28px;
	margin: 0px;
	background: #006c9e url(images/footer-bk.png) no-repeat center top;
	position: relative;
}
.oneColFixCtrHdr #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: 5px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #006c9e;
	font-weight: bold;
}
.greenText {
	color: #677718;
}
.oneColFixCtrHdr #container #footer p .copyright {
	position: absolute;
	right: 20px;
	top: 6px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a:link {
	color: #677718;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #677718;
}
a:hover {
	text-decoration: underline;
	color: #677718;
}
a:active {
	text-decoration: none;
	color: #677718;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #073368;
}

