@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	text-align: center;
	color: #C00;
	background-color: #FFF;
	margin: 0 auto;
	background-position: center 140px;
	background-repeat: no-repeat;
	background-image: none;
}

p {
	margin: .5em 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1%;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 80%;
	min-width: 800px;
	margin: 10px auto;
	min-height: 600px;
	background-attachment: scroll;
	background-image: url(../images/Gray73Eagle.gif);
	background-repeat: no-repeat;
	background-position: center 120px;
}
#container #header {
	height: 110px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #C00;
	font-weight: normal;
}
#container #header .fltlft {
	padding-left: 10px;
}
#container #header .fltrt {
	padding-right: 10px;

}
#container #header h1 {
	color: #C00;
	font-size: 200%;
	padding-top: 15px;
}


#container #header p {
	font-size: 150%;
	color: #C00;
	margin: 3px;
	padding: 3px;
	font-weight: lighter;
}

#container #sidebar1 {
	font-size: 100%;
	position: relative;
	height: auto;
	width: 9em;
	text-align: left;
	padding: 0.5em;
	margin: 0px;
}

#container #mainContent {
	font-size: 100%;
	padding: 0.5em;
	margin-left: 10em;
	position: relative;
	padding-right: 1.25em;
	text-align: left;
	min-height: 400px;
}
#container #mainContent h3 {
	font-size: 125%;
	text-decoration: underline;
	text-align: left;
}
#container #mainContent p {
	font-size: 100%;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

#container #footer {
	font-size: 67%;
	background-color: #EEE;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
	color: #C00;
}


h4, h5, h6 {
	font-size: 105%;
}

