a:visited {color: #003300; text-decoration: none;}
a:link {color: #003300; text-decoration: none;}
a:active {color: #003300; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a.currentpage:link {font-weight: bold; color: red; text-decoration: none;}
a.currentpage:visited {color: 000; font-weight: bold; color: red; text-decoration: none;} 

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 0;	
}

#inner_wrapper {
	border: solid black 1px;
	width			: 	630px;
	}

#maincol
{ 
	/* background: url(images/redwoods.jpg) no-repeat; */
	background: #ffffff;
 	position: relative;
	text-align: left;
	margin: 0;
	padding: 20px; 
 	width: 630px;
	min-height: 700px;
	/* border: dashed 1px #ff0000; */
}

/* =============================================== */
/* main navigation bar - About Us | What We Do | Resources */
#navcontainer
{
	margin: 15px 0 15px 30px;
}

#navlist
{
	margin: 0;
	padding: 0;
	
}

#navlist ul, #navlist li
{
	margin: 0 4px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	color: #026224;
}

#navlist a:hover
{
	color: #669933;
}

#navcontainer>#navlist a:hover 
{ 
	color: #f5b200;
}

#fsc_header
{ 
 	position: relative;
	margin: 40px 20px;
	padding: 0px; 
	font-size: 12px;
	font-weight: bold;
	color: #000;
	/* border:	thin solid #ff0000; */	
}

#fsc_header img {
	position: absolute;
	top: -28px;
	left: 311px;
}

#fsc_header h2
{
	color:	#669933;
	margin-bottom: 0;	
}

#fsc_list
{
	position: relative;
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0px;
}

#fsc_list_middle
{
	position: relative;
	float: left;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0px;
}

table#logos
{
	width: 	"100%";
}

#fsc_faq ul
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}


#boxes
{
	float: right;
	position: relative;
	width: 190px;
	}

#fsc_blurb_2
{ 
	margin: 0;
	padding: 5px 10px; 
	color: #fff;
	margin: 10px 0;
	background: #026224;
	border:	medium solid #DCCA9C;
}

#fsc_blurb_3
{ 
	margin: 0;
	padding: 5px 10px; 
	color: #fff;
	margin: 10px 0;
	background: #026224;
	border:	medium solid #DCCA9C;
}

#fsc_blurb_4
{ 
	margin: 10px 0;
	padding: 5px 10px; 
	color: #fff;
	background: #026224;
	border:	medium solid #DCCA9C;
}

#fsc_blurb_1
{ 
	clear:both;
	margin; 40px;
	padding: 8px 10px;
	color: #fff;
	background-color: #026224;
	border:	medium solid #DCCA9C;
}

#fsc_blurb_1 h3
{
	color:	#FFF100;
}

#fsc_blurb_1 img.floatLeft { 
    float: left; 
    margin: 5px; 

}

ul
{
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul li
{
	color: #000;
	font-size		:	10px;
	font-weight		:	normal;
	text-indent: 0;
}

ul li#bigger
{
	margin: 10px 0 15px 0;
	font-size		:	12px;
}


p {
	font-size: 10px;
	font-style: normal;
	font-color: #000;
	}
	
#content
	{
	font-size: 12px;
	font-style: normal;
	font-color: #000;
	}	
	
#title {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}
	
#title_extra {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
	


h1 {
	/* font-family		:	Georgia, Times New Roman, Times, serif; */
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	24px;
	font-weight		:	bold;	
}

h2 {
	/* font-family		:	Georgia, Times New Roman, Times, serif; */
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	18px;
	font-weight		:	bold;	
}

h3 {
	/* font-family		:	Georgia, Times New Roman, Times, serif; */
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	14px;
	font-weight		:	bold;
	color:	#000;	
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
 	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
	.clearfix{display: block;}
/* End hide from IE-mac */  
