@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;
	background-color: #C2C6A6;
}
.twoColFixLtHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #footer {
	width: 22em;
	height: 1.4em;
	margin-left: 1em;
}


.twoColFixLtHdr #header {
	height: 8em;
	margin-left: 8em;
	background-color: #FFFFFF;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 4em;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 80px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 15px;
	overflow: hidden;
	padding-left: 2em;
	clear: both;
}
.twoColFixLtHdr #container #mainContent  {
	margin-left: 4em;
	background-color: #FFF;
	clear: none;
	padding-top: 2em;
	overflow: hidden;
	margin-right: 3em;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
	text-align: justify;
	padding-left: 3em;
}
.twoColFixLtHdr #container #table {
	float: right;
	margin-top: 2em;
	margin-right: 2em;
}




a:link {
	color: #9C9970;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 2em;
	font-weight: bold;
}
a:visited {
	color: #9C9970;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 2em;
	font-weight: bold;
}
a:hover {
	color: #FF550D;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 2em;
	font-weight: bold;
}

h2 {
	font: 1.4em/2em Georgia, "Times New Roman", Times, serif;
	color: #BEC1A2;
}
.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;
}
.leanfrog {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF550D;
}
.smtext {font-size: 0.7em}
.green {
	color: #9C9970;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
