BODY {
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	background: fixed top left repeat-x url('sfwall-20-11.jpg') #b2d9b8;
}

.heading {
	font-weight:bold;
	text-decoration: underline;
}


/*Layout*/

.navigation
{
	float:left;
	width: auto;
	background-color: #FFFFFF;	
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #236023;
	color: #000000;
}
.content
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 0px;
	position: absolute;
	left: 135px;
}
.header
{
	border-style:solid;
	border-width: 1px;
	text-align:center;
	height: auto;
	margin: 5px 5px 5px 0px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-color: #236023;
	color: #000000;
}

/*Link settings*/

a:link {
	color: #507529;
	text-decoration: underline;
}

a:visited {
	color: #507529;
	text-decoration: underline;
}

a:hover {
	color: #918734;
	text-decoration: none;
}

a:active 
{
	color: #D70000;
	text-decoration: underline;
}

/*Unordered Lists*/

ul {
	list-style-type: circle;
}

li {
	margin-left: -20px;
}

/*Heading settings*/

h1
{
	text-align: center;
	text-decoration: underline;
	font-size: 22pt;
}
h2 
{
	text-decoration: underline;
	text-align: center;
	font-size: 18pt;
}
h3
{
	text-align: center;
	text-decoration: underline;
	font-size: 16pt;
}
h4
{
	text-decoration: underline;
	text-align: center;
	font-size: 14pt;
}
h5
{
	text-decoration: underline;
	text-align: center;
	font-size: 12pt;
}
h6
{
	text-decoration: underline;	
	text-align: center;
	font-size: 10pt;
}

/* Table settings; this CSS will allow you to use tables similar to what you currently have
without needing to specify attributes*/

table

{
	margin-left: auto; margin-right: auto;
	border-color: #d6eebb;
	border-collapse: collapse;
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	font-size: 12pt;
	font-family: Times New Roman, Times;
}
th
{
	background-color: #d6eebb;
	border-color: #d6eebb;
	color: #507529;
	text-align: center;
	vertical-align: top;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
td
{
	vertical-align: top;
	background-color: #fff;
	border-color: #d6eebb;
	color: #000000;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}

img {
	margin-left: auto; margin-right: auto;
}

.subindex td {
	background-color: #effbe3;
	padding: 5px;
}

.subindex table {
	width: 800px;
}

.subindex img {
	border-color: #d6eebb;
}

.subindex ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
