@charset "UTF-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #103312;
	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: 894px;  /* 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. */
} 
.twoColFixLtHdr #header { 
	background: #103312; 
	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/sf_header_bkgd.jpg);
	background-repeat:no-repeat;
	height:217px;
	width: 894px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 8px 25px 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:.75em;
	color:#103312;
	font-weight:normal;
	}

h3 a {
	text-decoration: none;	
	color:#103312;
}

h3 a:hover {
	color: #666666;
}

h3 a:active {
	color: #666666;
}

.twoColFixLtHdr #menu {
	position:relative;
	top:12px;
	left:20px;
	width:320px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 20px 0 0 25px;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 333px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.4em;
	padding: 0 25px 0 20px;
	margin:4px 0 12px 0;
}
.twoColFixLtHdr #sidebar1 .list {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	line-height:1.6em;
	padding: 0 25px 0 20px;
	margin:4px 0 12px 0;
}
.twoColFixLtHdr #sidebar1 td {
	background-color:#E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.4em;
	padding-top:5px;
}

.twoColFixLtHdr .lftcolumn {
	font-weight:bold;
	text-align:center;
	padding: 0 0 0 20px;
}

.twoColFixLtHdr .rtcolumn {
	padding: 0 10px 0 0;
}
	
.twoColFixLtHdr #sidebar1 h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.4em;
	padding: 0 25px 0 20px;
	margin: 26px 0 6px 0;
}

.twoColFixLtHdr #sidebar1 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.4em;
	padding: 0 25px 0 20px;
	margin: 12px 0 2px 0;
}

.twoColFixLtHdr #sidebar1 h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.3em;
	padding: 0 25px 0 20px;
	margin: 26px 0 6px 0;
}

.twoColFixLtHdr #sidebar1 h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	line-height:1.4em;
	padding: 0 25px 0 20px;
	margin: 12px 0 2px 0;
	font-weight:normal;
}


.twoColFixLtHdr #sidebar1 li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.4em;
	list-style-image:url(../images/bullet.png);
	margin: 12px 0 6px 12px;
}
.twoColFixLtHdr #sidebar1 blockquote {
	font-weight:normal;
	font-style:italic;
	font-size:.95em;
	line-height:1.4em;
	margin: 16px 40px 4px 0;
}

.twoColFixLtHdr .boldtype {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#103312;
}


.twoColFixLtHdr #fullpage {
	/* float: left; since this element is floated, a width must be given */
	/* width: 333px; 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 20px;
}

.twoColFixLtHdr #fullpage td {
	border-collapse: collapse;
	text-align:center;
}	

.caption {
	padding: 0 40px 0 4px;
}

.twoColFixLtHdr #fullpage h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.3em;
	margin: 6px 0 6px 0;
}
.twoColFixLtHdr #fullpage p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	margin: 0 0 0 0;
	}
	
.twoColFixLtHdr #fullpage h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align:center;
	font-weight:normal;
	font-style:italic;
	margin: 0 0 2px 0;
	}
	
.twoColFixLtHdr #fullpage h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	color:#616E54;
	font-weight:normal;
	margin: 2px 0 25px 0;
	}

.twoColFixLtHdr #fullpage h4 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	color:#616E54;
	text-decoration:none;
	margin: 2px 0 25px 0;
	}
	
.twoColFixLtHdr #fullpage h4 a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	color:#616E54;
	text-decoration:underline;
	}

.twoColFixLtHdr #fullpage h4 a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	text-align:center;
	color:#616E54;
	text-decoration:none;
	}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 360px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:solid #994335 1px;
} 

.twoColFixLtHdr #mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.4em;
	margin: 6px 0 12px 0;
	padding: 0 25px 0 0;
}

.twoColFixLtHdr #mainContent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.3em;
	margin: 6px 0 6px 0;
}

.twoColFixLtHdr #mainContent h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	margin: 16px 0 0 0;
	color:#103312;
}

.twoColFixLtHdr #mainContent h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.3em;
	margin: 0 60px 25px 0;
	text-align:right;
}

.twoColFixLtHdr #mainContent ul {
	margin: 6px 0 12px 0;
	
}

.twoColFixLtHdr #mainContent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.2em;
	list-style-image:url(../images/bullet.png);
	margin: 0 0 7px 0;
	padding: 0 25px 0 0;
}
.twoColFixLtHdr #mainContent blockquote {
	font-weight:normal;
	font-style:italic;
	font-size:.95em;
	line-height:1.4em;
	margin: 16px 40px 4px 0;
}

/*.twoColFixLtHdr #mainContent td {
	background-color:#E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.4em;
	padding-top:5px;
}*/

.graybox td {
	background-color:#E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.4em;
	padding-top:5px;
}

.twoColFixLtHdr #mainContent .lftcolumn {
	font-weight:bold;
	text-align:center;
	padding: 0 0 0 20px;
}

.twoColFixLtHdr #mainContent .rtcolumn {
	padding: 0 10px 0 0;
}

.twoColFixLtHdr #mainContent a {
	color:#103312;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent a:visited {
	color:#103312;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent .staff img {
	float:left;
	margin-right:15px;
}

.twoColFixLtHdr #mainContent .clrboth {
	clear:both;
}

/*pull quote*/
.twoColFixLtHdr #mainContent .bqstart {
  float: left;
/*     height: 45px; */     
	margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 5em;
    color: #103312;
 }
 
 .twoColFixLtHdr #mainContent .bqend {
    float: right;
/*  height: 25px;*/     
	margin-top: 0px;
    padding-top: 10px;
    font-size: 5em;
    color: #103312;
 }

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#134227;
	background-image:url(../images/sf_footer_bkgd.gif);
	background-repeat:no-repeat;
	width:894px;
	height:130px;
	margin-bottom: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: 20px 50px 0 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.65em;
	color:#FFFFFF;
}

#footer p a {
	color:#FFFFFF;
}

#footer p a:hover {
	color: #CCCCCC;
}

#footer p a:active {
	color: #CCCCCC;
}

.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;
}
