@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #705E86 url(../imagesWFS/bkgrdbody.jpg) repeat-x;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D1BEDF;
	margin: 0 auto;
	text-align: left;
	border: 5px solid #4E4E8D;
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4B4C73;
}
.footertext {
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #666666;
	margin-right: 25px;
	margin-left: 25px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.text1 {
	font-size: 90%;
	line-height: 145%;
}
.sidebartext {
	font-size: 95%;
	font-weight: bold;
	color: #D4D8EB;
}
.sidebartext a:link {
	color: #D4D8EB;
	text-decoration: none;
	background-color: #695C89;
	height: 20px;
	width: 170px;
	padding-top: 8px;
	padding-left: 16px;
	float: left;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.sidebartext a:visited {
	color: #D4D8EB;
	text-decoration: none;
	background-color: #695C89;
	height: 20px;
	width: 170px;
	padding-top: 8px;
	padding-left: 16px;
	float: left;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.sidebartext a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #544A6F;
	height: 20px;
	width: 170px;
	padding-top: 8px;
	padding-left: 16px;
	float: left;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-weight: bold;
}
.sidebartext a:active {
	color: #D4D8EB;
	text-decoration: none;
	background-color: #695C89;
	height: 20px;
	width: 170px;
	padding-top: 8px;
	padding-left: 16px;
	float: left;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.subhead1 {
	font-size: 165%;
	font-weight: bold;
}
.text1 a:link {
	font-size: 100%;
	line-height: 145%;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
.text1 a:visited {
	font-size: 100%;
	line-height: 145%;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
.text1 a:hover {
	font-size: 100%;
	line-height: 145%;
	font-weight: bolder;
	color: #6600CC;
	text-decoration: none;
}
.text1 a:active {
	font-size: 100%;
	line-height: 145%;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
