@charset "utf-8";
body {
	font: 100% Verdana, 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;
	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;
	background-color: #BAD2BC;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/Background/backGround2.png);
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
	background-position: left top;
}
.oneColFixCtrHdr #header {
	position: relative;
	height: 150px;
	width: 750px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #BAD2BC;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #DAE7DA;
	color: #000;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-bottom: 0px;
	font-family: "Comic Sans MS", cursive;
	margin-top: -20px;
}
.oneColFixCtrHdr #mainContent h2 {
	background-color: #DEE7DE;
	color: #709E70;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #footer {
	background-color: #ADB7AE;
	background-image: url(images/footerRound.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 15;
	padding-left: 10px;
	height: 60px;
}
#footer a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #F00;
}

.oneColFixCtrHdr #footer p {
	color: #400000;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

#fireEagle {
	position: absolute;
	left: 32px;
	top: 61px;
	width: 62px;
	height: 86px;
	z-index: 4;
	background-image: url(images/eagles/logo/logo.jpg);
	background-repeat: no-repeat;
}

#navDiv {
	position: absolute;
	left: 190px;
	top: 111px;
	width: 588px;
	height: 24px;
	font-size: 14px;
}

.current {
	color: #CCC;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header #navDiv #MenuBar1 .current a strong {
	font-weight: bold;
	color: #FFF;
}
.smaller {
	color: #000;
	font-size: 8px;
	text-align: center;
}
.footerp {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #C44034;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.footerpcntr {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #C44034;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}

a {
	color: #00F;
	text-decoration: underline;
	font-size: 14px;
}
a:hover {
	color: #F0F;
}

.right {
	display: block;
	text-align: right;
}

.border {
	background-color: #ECFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.alignRight {
	text-align: right;
	margin-right: 15px;
}
.centerAlign {
	text-align: center;
}
