body
{
	background: fixed top left repeat-x url('http://serenesforest.net/sfwall2.jpg');
	font-family: "Times New Roman", "Times";
	background-color: #E4FAE6;
	font-size: 12pt;
	color: #000000;
}

.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: #008000;
	text-decoration: underline;
}
a:visited {
	color: #008000;
	text-decoration: underline;
}
a:hover {
	color: #00C000;
	text-decoration: underline;
}
a:active 
{
	color: #D70000;
	text-decoration: underline;
}

/*Unordered Lists*/

ul
{
	list-style-type: circle;
	list-style-image: url(orb.gif);
}

/*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: #B9FFB9;
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
	border-style: solid;
	font-size: 12pt;
}
th
{
	background-color: #C5F4C4;
	border-color: #C5F4C4;
	color: #000000;
	text-align: center;
	vertical-align: top;
	border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}
td
{
	vertical-align: top;
	background-color: #FFFFFF;
	border-color: #B9FFB9;
	color: #000000;
	border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}

img
{
	margin-left: auto; margin-right: auto;
}
