p {
align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-left: .5in;
margin-right: .3in;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: oblique;
color: #000000;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
color: #000000;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: bold;
color: #000000;
}


body {
margin: 14px;
}

a:link {
color: #FF6745;
text-decoration: none;
}

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

.navtext {
color: #0a5c16;
font-size: 1;
position: bottom;
margin-left: 50%;
margin-right: 50%;
}

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #548D55;
margin: 2px;
}

.menu a:link {
color: #5599D1;
text-decoration: none;
}

.menu a:visited {
color: #666666;
text-decoration: none;
}

.menu a:hover {
color: #990000;
text-decoration: none;
}

.menu a:active {
color: #666666;
text-decoration: none;
}

.tabletext {
color: #000000;
font-size: 12px;
position: bottom;
margin-left: 3px;
margin-right: 3px;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #548D55;
margin: 2px;
}

.footer a:link {
color: #336600;
text-decoration: none;
}

.footer a:visited {
color: #666666;
text-decoration: none;
}

.footer a:hover {
color: #990000;
text-decoration: none;
}

.footer a:active {
color: #666666;
text-decoration: none;
}


.floatcontainer:after{ content: ".";
display: block;
height: 0; clear:
both; visibility:hidden;
}  /*Having something in the content such as a period gives a more consistent results across browsers.*/

/* not sure if this works - play with it another day...

#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}
*/