@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B7AD71;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* CSS Document */

#wrapper {
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background-wrapper.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}
#header {
	height: 135px;
	margin-right: 13px;
	margin-left: 13px;
}
#navigation {
	height: 35px;
	margin-right: 20px;
	margin-left: 13px;
	background-image: url(images/tsfpinc-header_02.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0.9em;
}
#navigation ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
#navigation  li {
	display: inline;
	padding-right: 10px;
}
#navigation a:link {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	padding: 5px;
}
#navigation a:hover, body#home #t-home a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation a:hover, body#methodology #t-methodology a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation a:hover, body#mission #t-mission a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation a:hover, body#rationale #t-rationale a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation a:hover, body#about #t-about a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation a:hover, body#contact #t-contact a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation a:hover, body#blog #t-blog a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	background-color: #D5CEA5;
	padding: 5px;
}
#navigation  a:visited {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #231F20;
	padding: 5px;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
}
#content a:link {
	color: #333333;
}
#content a:hover {
	color: #003399;
}
#content a:visited {
	color: #333333;
	text-decoration: none;
}
#why {
	padding: 20px;
	text-align: justify;
	color: #996600;
}
#primarycontent {
	float: left;
	width: 98%;
	text-align: justify;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#secondarycontent {
	float: right;
	width: 1%;
}
h1 {
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CEA5;
	padding-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 4px;
}
h3 {
	font-size: 1em;
	padding-bottom: 4px;
	color: #D0C99E;
	text-align: right;
}
#clearboth {
	clear: both;
}
#footer {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer a:link {
	color: #333333;
}
#footer a:hover {
	color: #003399;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
ul {
}
li {
}
.imageborder {
	padding: 3px;
	border: 1px solid #999999;
	margin: 10px;
}
#quote {
	float: right;
	width: 200px;
	border: 1px solid #D5CEA5;
	color: #333300;
	text-align: center;
	padding: 5px;
	font-size: .8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#donate{
	float: right;
	width: 200px;
	padding: 5px;
	text-align: center;
	border: 1px solid #D5CEA5;
	margin: 0 10px 0 10px;
}
.posted {
	text-align: right;
	color: #D1CA9F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0C99E;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 5px;
	padding-top: 3px;
}

