body {
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#203B1F;
	background-color:#F5F0EB;
}


/* The following assures that our footer will stick to the bottom of the document rather than the bottom of the content in all browsers except Konqueror and Safari */


#contents {
	position:absolute;
	top:0;
	left:0;
}


html, body, #contents {
	min-height:100%;
	width:100%;
	height:100%;
}


html>body, html>body #contents {
	height:auto;
}


/* Banner near top of page that says the name of the whole site */


#main-title {
	font-size:1.8em;
	letter-spacing:5px;
	text-align:left;
	font-weight:bold;
	background-color:#8D7049;
	color:#F3C817;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:3px 0px 3px 15px;
	margin:0px;
}


/* To create the main image near the top of the page. */


#header-image {
	background-color:#40773E;
	background-image:url(images/header_image.jpg);
	background-repeat:repeat;
	background-position:center top;
	height:90px;
}


#address {
	font-size:0.75em;
	text-align:center;
	font-weight:bold;
	padding:3px 15px 3px 15px;
	background-color:#8D7049;
	color:#F5F0EB;
	border-top:1px #000000 solid;
	margin:0px;
}


#masthead {
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	padding:3px 15px 3px 15px;
	background-color:#C8B39A;
	color:#DE3434;
	border-bottom:1px #000000 solid;
	border-top:1px #000000 solid;
	font-variant:small-caps;
	margin:0px;
}


/*For the individual page titles.*/


h1 {
	margin:10px 0 10px 200px;
	font-size:1.4em;
	padding:3px 0;
	color:#40773E;
	border-bottom:3px #203B1F double;
	font-weight:bold;
	width:35%;
}


/*Website Navigation*/


#nav {
	float:left;
	margin-left:5px;
	margin-top:0px;
	font-size:0.85em;
	width:170px;
	border:3px double #40773E;
}


#nav ul {
	margin-left:0px;
	padding-left:10px;
	display:block;
	line-height:1.5em;
}


#nav ul li {
	list-style-type:none;
	border-bottom:1px solid #203B1F;
}


#nav a:link, #nav a:visited {
	color:#F7633A;
}


#nav a.current {
	color:#40773E;
}


#nav a:hover {
	color:#DE3434;
	background-color:#FCF1C6;
}


/* Contains all the main body of text on the page, including the h2 elements. */


#main-text {
	margin-top:0;
	margin-bottom:25px;
	margin-left:170px;
	margin-right:50px;
	padding-left:30px;
	padding-bottom:30px;
	font-size:0.9em;
	line-height:1.8em;
}

#ss { 
	float:right;
	margin-left:10px;
}

#ss p {
	width:280px;
	font-size:0.75em;
	line-height:1.1em;
}

#main-text  ul li {
	list-style-type:none;
	background-image:url(images/turtle_bullet.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	background-position:left 0.6em;
	list-style-position:outside;
}

.headline{
	font-size:1.4em;
	color:#40773E;
	border-bottom:3px double #203B1F;
	font-weight:bold;
	width:45%;
	margin-bottom:25px;
}

h2 {
	margin-left:0;
	margin-right:0;
	font-size:1.3em;
	padding-right:0;
	color:#F7633A;
	border-bottom:1px #000000 solid;
	font-weight:bold;
}


h3 {
	margin-left:0;
	margin-right:0;
	font-size:1.3em;
	padding-right:0;
	color:#F7633A;
	font-weight:bold;
}


h4 {
	margin-left:0;
	margin-right:0;
	font-size:1.2em;
	padding-right:0;
	color:#41717D;
	font-weight:bold;
}


h5 {
	font-size:1.2em;
	color:#41717D;
}


h6 {
	font-size:1.2em;
	color:#7E4267;
}


p, ul, ol, dl, table {
	margin:0 0 17px 0;
	text-align:justify;
}


ol, ul, dl {
	margin-left:25px;
	margin-right:25px;
}


dt {
	font-size:1.1em;
}


dd {
	line-height:1.5em;
}


.dd1 {
	text-indent:2.5em;
}


a:link, a:visited {
	text-decoration:none;
	color:#ff4c00;
}


a:hover {
	color:#40773E;
}


/* Style for the footer at the bottom of the page */


#footer {
	text-align:center;
	margin:0px;
	padding:10px 50px 10px 0px;
	font-size:0.7em;
	background-color:#F3C817;
	color:#40773E;
	font-weight:bold;
	word-spacing:5px;
	position:absolute;
	bottom:0;
	left:0;
	width:95.5%;
	height:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}


.left {
	float:left;
	margin-right:15px;
}


.right {
	float:right;
	margin-left:5px;
}


.center {
	text-align:center;
}


.nobulls {
	list-style-type:none;
}


.title {
	text-decoration:underline;
}


.clear {
	clear:both;
}


.tbox {
	width:250px;
	height:75px;
	border:1px solid #203B1F;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}


.address {
	font-size:0.8em;
	float:right;
}


.caption {
	text-align:right;
	font-size:1.2em;
	color:#41717D;
	padding-right:115px;
	margin-bottom:0px;
	margin-top:0px;
}


.pf {
	text-align:right;
	font-size:0.75em;
	padding-top:3px;
	padding-right:3px;
}