@charset "utf-8";
body {
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/background.jpg);
}
.oneColFixCtrHdr #container #footer {
	color: #FFF;
	background-color: #000;
	height: 15px;
	text-align: center;
	font-size: 70%;
	padding-top: 5px;
	padding-right: 223px;
	padding-bottom: 5px;
	padding-left: 224px;
}

.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #002957;
}
.oneColFixCtrHdr #container #navigation {
	background-color: #002957;
	height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}a:link {
	color: #0CF;
}
a:visited {
	color: #00B3FF;
} 
a:hover {

}
h1 {
	font-size: 36px;
	color: #F60;
	text-align: center;
}
h2 {
	color: #39F;
	text-align: left;
}
.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;
	padding: 0px;
	border: 2px solid #F60;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	border: 2px solid #F60;
	padding: 0px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltcen {
	border: 2px solid #f60;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
	background-color: #FF6501;
}
.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 {
	padding: 0 20px;
	background-color: #002957;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #sidebar1 {
	padding: 10px;
	float: right;
}
.oneColFixCtrHdr #container #mainContent strong {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent iframe {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #picture2 {
	padding-left: 210px;
	border: thin solid #F60;
}
.oneColFixCtrHdr #container #mainContent p {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #39f;
	font-size: 20px;
}

