/* Master Style Sheet for Home Page */

/* Imported Syle Sheets */


@import url("nav.css");
@import url("footer.css");


/* Home Page Specific Styles */


body {
margin-left: 20px;
margin-right: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000;
background-color: #669966; }

p {
	margin-left: 12pt;
	margin-right: 5pt;
	font-size: 12px;
	line-height: 1.50;
	margin-top: 0;
	margin-bottom: 14px
}




#layoutLogic {
	background-color: #006600;
	margin: 0 -1px;
	width: 100%;
	min-width: 700px;
	border: solid 1px #006600 }

#header, #footer {
	color: white;
	position: relative;
	z-index: 13;
	width: 100% }

.page {
	background-color: #fff;
	width: auto;
	border-right: 150px solid #CCCC99;
	border-left: 200px solid #d6dbbf }

.section {
	margin: 0;
	width: 100% }

.col-A, .col-B, .col-C {
	position: relative;
	float: left }

.col-A {
	margin-right: 1px;
	margin-left: -200px;
	z-index: 10;
	width: 200px }

.col-B {
	margin: 0 -3px 0 -2px;
	z-index: 20;
	width: 100% }

.col-C {
	color: black;
	margin-right: -150px;
	margin-left: 1px;
	text-align: right;
	z-index: 10;
	width: 150px }

.clear {
	clear: both }

.page > .section {
	border-bottom: 1px solid transparent }


