@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 13px 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;
	color: #000000;
	background-color: #880000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

.twoColFixLtHdr .content .descriptive li {
	margin-bottom: 10px;
}
.twoColFixLtHdr #header {
}
.twoColFixLtHdr #header .container {
	border-right: 50px solid #99CC66;
}
.twoColFixLtHdr #header .content {
	background-color: #cccccc;
	height: 200px;
}

.twoColFixLtHdr #header2 {
	background-color: #993300;
}
.twoColFixLtHdr #header2 .container {
	border-right: 50px solid #4C7788;
}
.twoColFixLtHdr #header2 .content {
	background-color: #cccccc;
	border-left: 250px solid #99CC66;
	height: 20px;
}

.twoColFixLtHdr #middle {
}
.twoColFixLtHdr #middle .container {
	border-right: 50px solid #CC9933;
	background-image: url(../images/middle_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}
.twoColFixLtHdr #middle .content {
	padding: 1px 20px 30px 0px;
	min-height: 300px;
}
.twoColFixLtHdr #menu {
	float: left;
	background-color: #CC9933;
	width: 220px;
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 0px 0px;
}
.twoColFixLtHdr #maincontent {
	margin-left: 270px;
	padding-bottom: 100px;
}


.twoColFixLtHdr #footer {
	background-color: #993300;
}
.twoColFixLtHdr #footer .container {
	border-right: 50px solid #99CC66;
}
.twoColFixLtHdr #footer .content {
	background-color: #4C7788;
	min-height: 40px;
	color: #ffffff;
}
.twoColFixLtHdr #footer p {
	padding-top: 10px;
	text-align: center;
}

.twoColFixLtHdr .container {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
}
.twoColFixLtHdr .content {
}
.twoColFixLtHdr #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
	height: 200px;
	background-color: #4C7788;
	text-align: center;
}
.twoColFixLtHdr #logo img {
	margin-top: 70px;
	border: 0px;
}
.twoColFixLtHdr #slideshow {
	float: left;
}

.twoColFixLtHdr .twocolumns {
	float: left;
	width: 260px;
	margin-right: 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;
}

.twoColFixLtHdr #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #menu ul li {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #bb8822;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #menu ul li:last-child {
	border-bottom: none;
}
.twoColFixLtHdr #menu ul li a {
	text-decoration: none;
	color: #330000;
	display: block;
	padding: 5px;
}
.twoColFixLtHdr #menu ul li a:visited {
	text-decoration: none;
	color: #330000;
}
.twoColFixLtHdr #menu ul li a:hover {
	background-color: #bb8822;
}

.twoColFixLtHdr #maincontent h1 {
	font-weight: normal;
	color: #4C7788;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.3em;
	margin-top: 0.7em;
	padding-top: 0.1em;
	border-top: 1px solid #ccc;
}
.twoColFixLtHdr #maincontent h2 {
	font-weight: bold;
	color: #4C7788;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0.7em;
}
.twoColFixLtHdr #maincontent p {
	margin-bottom: 10px;
}
.twoColFixLtHdr #maincontent ul,
.twoColFixLtHdr #maincontent ol {
	margin-bottom: 10px;
}
.twoColFixLtHdr #maincontent li {
	margin-left: 1.7em;
}
.twoColFixLtHdr #maincontent dd {
	margin-left: 2em;
}
.twoColFixLtHdr blockquote {
	margin-left: 2em;
	font-style: italic;
}

table.rowlist th {
	text-align: right;
	padding-right: 5px;
	color: #666666;
}

