﻿body
{
	margin: 0px;
	font-family: Arial;
	color: #808080;
	margin: 0px; 
	padding: 0px; 
	background-image: url(images/bgtile.jpg)
}

td, th
{
	font-size: 12px;
	font-family: Arial;
}

form
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img
{
	border: 0px;
}

.photos
{
	border: 4px solid white;
}

.frame
{
	width: 760px;
	height: 0px;
}

.menu
{
	float: left;
	z-index: 1;
	position: relative;
	width: 270px;
	height: 340px;
}

.content
{
    position: relative;
    top: -340px;
    width: 760px;
    float: right;
	height: 0px;    
}

h1, .h1 /*main header with compass icon*/
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
}

h2, .h2 /*blockquote line indent*/
{
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 10px;
	background-image: url(images/blockquote_line_indent.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

h3, .h3
{
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;

}

h4
{
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 10px;
}

.backbutton
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}

A:link {text-decoration: underline; color: #cc6600;}
A:visited {text-decoration: underline; color: #cc6600;}
A:active {text-decoration: underline; color: #cc6600;}
A:hover	{text-decoration: none; color: #ee7700;}

.bottomnav {color: white;}
.bottomnav a {text-decoration: underline; color: white;}
.bottomnav a:visited {text-decoration: underline; color: white;}
.bottomnav a:active {text-decoration: underline; color: white;}
.bottomnav a:hover {text-decoration: none; color: white;}















