@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #300;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #300;
}
.twoColFixLt #container {
	text-align: left;
	background-image: url(pictures/background.gif);
	background-repeat: repeat-y;
	background-position: 0px 500px;
	position: relative;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #F90;
	margin: 0px;
	width: 965px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.navigation {
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 224px;
	padding-left: 20px;
}
.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;
}
.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;
}
h1 {
	color: #F60;
	font-size: 180%;
}
h2 {
	font-size: 150%;
	color: #300;
	display: inline;
}
h3 {
	color: #300;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	display: inline;
	padding-bottom: 1px;
}
h4 {
	color: #300;
	font-size: 110%;
}
h5 {
	font-weight: normal;
}
h6 {
	font-weight: normal;
}
a:link {
	color: #F60;
}
a:hover {
	color: #300;
}
a:visited {
	color: #F60;
}
a:active {
	color: #F60;
}
