@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #c2d9c6;
	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;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container { 
	width: 779px;  /* 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: 0px solid #000000;
	text-align: left;
	background-image:url(../images/faux_image.gif)
	background-repeat:repeat-y; 
	} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixLtHdr #navigation { 
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: 23px;
  padding: 0px 0px 0px 0px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* 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: 0px 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Times New Roman", Times, serif;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: center;
	border-top: solid 1px #9db368;
}
img.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: 8px;
}
img.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 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 #tablecontent {
	font-family: 'Times New Roman', Times, serif; 
	font-size:12px; 
	line-height:120%;
}
#tables {width:779px;}

h1 {
  color: #007634;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  margin:10px 0 5px 0px;
}
h2 {
  color: #007634;
  font-family:"Times New Roman", Times, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  margin-top:0px;
  margin-bottom:5px;
}
h3 {
  color: #000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-weight:normal;
  line-height: 120%;
  margin-left:10px;
  margin-right:10px;
}
h4 {
  color: #000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
}
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.greentextbld {
	font-weight:normal;
	color:#007634;
	font-style: normal;
}
.italic {
	font-style: italic;
}
.tabletext {
  color: #000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  font-weight:normal;
  line-height: 150%;
  margin-left:20px;
  margin-right:10px;
  margin-top:5px;
}

.tabletextsmall {
  color: #000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  font-weight:normal;
  line-height: 150%;
  margin-left:20px;
  margin-right:10px;
  margin-top:5px;
}


.subheading { color: #007634;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-top:20px;
  margin-bottom:5px;
  margin-left:20px;
}


a,  a:link {
  color: #007634;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #007634;
  font-weight: bold;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  outline: none;

}
a:focus {
  color: #007634;
}
a:active {
  color: #007634;
  outline: none;
}
a.green, a.green:link, a.green:visited {
color:#007634;
font-size:80%;
font-weight:normal;
}

a.green:hover {
color:#000000;
}

a.cred, a.cred:link, a.cred:visited {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#007634;
font-size:9px;
font-weight:normal;
}

a.cred:hover {
color:#000000;
}

#credit {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:9px;
text-align:right;
color:#007634;
width:779px;
height:50px;
margin:auto;
padding-top:5px;
}

.spacing {
	padding-left:15px;
}

/* Links Page */
.linkstext {
  color: #000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  font-weight:normal;
  line-height: 150%;
  margin-left:20px;
  margin-right:10px;
  margin-top:5px;
}
.linkstextfirst {
  color: #000000;
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  font-weight:normal;
  line-height: 150%;
  margin-left:20px;
  margin-right:10px;
  margin-top:0px;
}
.linkssubhead { 
  color: #007634;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-top:20px;
  margin-bottom:0px;
  margin-left:20px;
}

	
