@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ECECEC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/main_body.jpg);
	background-color: #ECECEC;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-image: url(../images/fsa_banner7.jpg);
	height: 152px;
	width: 875px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left;
}
.facebook  {
	position: relative;
	height: 30px;
	width: 98px;
	left: 15px;
	top: 15px;
}
.twoColFixLtHdr  #container  #mainContent  #topic-nav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding-left: 20px;
}
.twoColFixLtHdr  #container  #mainContent  #topic-nav   a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
}
.twoColFixLtHdr  #container  #mainContent  #topic-nav   a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: lighter;
	text-decoration: none;
}
.twoColFixLtHdr  #container  #mainContent  #topic-nav   a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: lighter;
}
.twoColFixLtHdr  #container  #mainContent  #topic-nav  a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
}
.twoColFixLtHdr #container #footer {
	background-image: url(../images/main_footer.jpg);
	height: 60px;
	text-align: center;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr   #container    #footer    a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr   #container    #footer    a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr   #container    #footer     a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.twoColFixLtHdr   #container    #footer     a:link   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr  #container  #footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A1A5A4;
	background-image: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0px;
	width: 724px;
} 



.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 13px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #368AEA;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
}



.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 #top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
	text-align: right;
	background-image: none;
	padding-right: 8px;
	background-color: #ECECEC;
}

.twoColFixLtHdr #nav-main  {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #topic-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #subfooter {
	background-image: none;
	text-align: center;
	background-color: #ECECEC;
	position: relative;
	height: 200px;
}
.twoColFixLtHdr #container #subfooter img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #top-nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #top-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #top-nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.twoColFixLtHdr #container #top-nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent #home-pic {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #368AEA;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #sidebar1 p a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
.twoColFixLtHdr #container #sidebar1 p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	color: #000000;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.twoColFixLtHdr  #container  #sidebar1  h3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707A83;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr  #container  #sidebar1  h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707A83;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr  #container  #sidebar1  h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707A83;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr  #container  #sidebar1  h3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707A83;
	text-decoration: none;
	font-weight: normal;
}
.file_size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.report_thumb {
	padding-right: 15px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.partner-map_fieldset {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.partner-map_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
}
.partner-map_img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.partner-map_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.partner-map_fieldset-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7BB0E1;
}

.report_fieldset {
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ECECEC;
}
.report_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
.report_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #0066FF;
}

.fieldnote_fieldset {
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ECECEC;
	margin-top: 10px;
}
.fieldnote_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #0066FF;
}
.fieldnote_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}
.fieldnote_contentheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.fieldnote_contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-style: italic;
}
.fieldnote_contentbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
	font-style: normal;
	margin-left: 20px;
}
.fieldnote_contentsig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #06F;
	font-style: normal;
	margin-left: 20px;
}
.fieldnote_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
.fieldnote_fieldset-date {
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D2E0EB;
	margin-top: 10px;
	border: 1px solid #B3BDC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	padding-left: 20px;
	padding-right: 20px;
}




a:link {
	color: #5176CE;
}


a:visited {
	color: #666666;
}
.date_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #368AEA;
	font-weight: bold;
}
.thumb {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.light_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #CCCCCC;
}
.link_fieldset {
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ECECEC;
	margin-top: 10px;
}
.link_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.link_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	width: 640px;
}
.info_title-partners {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
}
.info_content-partnertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
.info_content-partners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #656565;
}
.info_fieldsets-partners {
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #B3BDC6;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
	background-color: #ECECEC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #map_canvas {
	height: 500px;
	width: 630px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #B3BDC6;
}
.quiz_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #A4C5E4;
}
.twoColFixLtHdr #container #species-nav {
	background-image: url(../images/species-nav_bg.jpg);
	padding-right: 30px;
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 279px;
}
.twoColFixLtHdr #container #species-page {
	background-image: url(../images/main_body.jpg);
	padding-right: 30px;
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.species_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #6397D1;
}
.species_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #6397D1;
}
.species_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #6397D1;
}
.species_status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CC6600;
}
.resources_fieldset-newstuff {
	margin-right: 35px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D2E0EB;
	margin-top: 10px;
	border: 1px solid #B3BDC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 20px;
}
.style1 {
	color: #999999;
	font-style: italic;
	font-size: 12px;
}

