@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 125%;
}
ol {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: upper-roman;
}
ol li {
	padding-top: 10px;	
}
.head1 {
	font-size: 150%;
	color: #006633;
	line-height: 125%;
}
.fe2 #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fe2 #headerHome {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 109px;
	background-color: #FFFFFF;
	background-image: url(../images/fe2_headnologo.jpg);
	background-repeat: no-repeat;
}
.fe2 #headerLogo {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 109px;
	background-color: #FFFFFF;
	background-image: url(../images/fe2_headlogo.jpg);
	background-repeat: no-repeat;
}
.fe2 #headerNav {
	float: right;
	width: 80px;
	font-size: 75%;
	color: #5e81a3;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.fe2 #headerNav a {
	text-decoration: none;
	color: #FFFFFF;
} 
.fe2 #headerNav a:hover, .fe2 #headerNav a:active, .fe2 #headerNav a:focus {
	color: #5e81a3;
	height: 28px;
}
.fe2 #nav {
	height: 28px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	background-image: url(../images/fe2_navback.jpg);
	background-repeat: no-repeat;
}
.fe2 .sidebarLinks {
	font-size: 90%;
	letter-spacing: 1px;
	color: #cccccc;
	line-height: 200%;
}
.fe2 .sidebarLinks a {
	letter-spacing: 1px;
	color: #999999;
	text-decoration: none;
	line-height: 200%;
}
.fe2 .sidebarLinks a:hover, .fe2 .sidebarLinks a:active, .fe2 .sidebarLinks a:focus {
	color: #cccccc;
}
.fe2 #sidebar {
	margin: 0px;
	padding: 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* 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 */
	height: 430px;
	background-image: url(../images/fe2_sideback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fe2 #sidebarBottom {
	margin: 0px;
	padding: 0px;
	width: 275px; /* 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 */
	height: 125px;
	background-image: url(../images/fe2_icon.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fe2 #sidebarTop {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	width: 195px; /* 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 */
	height: 255px;
}
.fe2 #sidebarHome {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 275px; /* 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 */
	height: 255px;
}
.fe2 #mainContent {
	margin-top: 20;
	margin-right: 20;
	margin-bottom: 20;
	margin-left: 275px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 525px;
}
.fe2 #mainContentHome {
	margin-top: 20;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 525px;
}
p a {
	text-decoration: none;
	color: #006633;
}
.fe2 #footer {
	font-size: 80%;
	color: #999999;
	text-align: center;
	background:#FFFFFF;
	height: 15px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	letter-spacing: 1px;
}
.fe2 #footer a{
	color: #666666;
	text-decoration: none;
}
 .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;
}

