@charset "UTF-8";
body  {
	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-image: url(images/background-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #009999;
}
#container {
	width: 799px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/headers/fpo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 11px;
	color: #996600;
}
a img { 
	border: none;
}
ul#nav {
	padding: 0;
	text-transform: uppercase;
	margin-top: 160px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

ul#nav li {
	display: list-item;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#content {
	margin: 0px 225px 10px 0px;
	padding: 0px 20px;
	background-image: url(images/background-content.jpg);
	background-repeat: no-repeat;
	background-position: right 185px;
} 
.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: 8px;
	width: 175px;
	color: #CC6600;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
}
.fltrtquote {
	float: right;
	margin-left: 10px;
	width: 210px;
	color: #669900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#footer {
	font-size: 10px;
	text-align: center;
	color: #999999;
	background-image: url(images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
}
#footer a {
	color: #666666;
}
h1 {
	padding-top: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	padding-bottom: 5px;
	font-size: 16px;
	color: #CC3366;
}
h3 {
	padding-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	padding-bottom: 5px;
	font-size: 16px;
	color: #CC3366;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	font-size: 14px;
	color: #CC3366;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: -8px;
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #669900;
}
a.pageon {
	color: #FF6600;
}
.graytext {
	color: #666666;
}
.smaller {
	font-size: 10px;
	color: #666666;
}
.caption {
	font-style: italic;
	overflow: auto;
	left: auto;
	text-align: right;
}

