body { background-color: #FFF; color: #3B3B3D; font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; margin: 0; }
a:link { color: #793F45; font-weight: bold; }
a:visited { color: #493F75; font-weight: bold; }
a:hover { color: #C03; font-weight: bold; }
a:active { color: #C03; font-weight: bold; }

#heading { background-color: #7B7F3F!important; height: 85px; width: 100%; }
#heading img { margin-right: 20px; margin-top: 5px; }

#more {
	font-size: 80%;
	width: 20%;
	float: right;
	font-weight: bolder;
	letter-spacing: 1px;
	border-left: #C9CCB0;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}


#nav { background-color: #FFF; margin-top: 10px; }

#nav ul { list-style: none; margin: 0px; padding: 0px; border: none; }
#nav li { background-color: #FFF; }
#nav li a {
	display: block;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #793F45;
	padding-left: 7px;
	padding-top: 5px;
}

#nav li a:hover { background-color: #7B7F3F; color: #F6FF7F; }

#content { margin-left: 40px; margin-right: 22%; font-size: 80%; padding-bottom: 30px;}

h1, h2, h3, h4, h5, h6 {
	color: #7B7F3F;
	font-weight: bold;
	letter-spacing: 1px;
	clear: left; 
}

h1 { font-size: 160%; }
h2 { font-size: 140%; margin-left: 10px; padding-top: 10px; }
h3 { font-size: 120%; margin-left: 10px; }
h4 { font-size: 100%; margin-left: 10px; }
h5 { font-size: 90%; margin-left: 10px; }
h6 { font-size: 80%; margin-left: 10px; }


p { line-height: 180%; margin-left: 20px; margin-right: 20px; }

div.photosmall {
	width: 220px;
	float: left;
	padding: 20px 20px 10px 20px;
	margin-right: 20px;
	margin-left: 20px;;
	border-color: #C9CCB0;
	border-width: 1px;
	border-style: solid;
	font-size: 85%;
	text-align: center;
}


div.photowide {
	width: 420px;
	float: left;
	padding: 20px 20px 10px 20px;
	margin-right: 20px;
	margin-left: 20px;;
	border-color: #C9CCB0;
	border-width: 1px;
	border-style: solid;
	font-size: 85%;
	text-align: center;
}

div.photosmall img { margin: auto; margin-bottom: 5px; }
div.photosmall p { line-height: normal; margin-bottom: 10px; }

div.photosmall a:link, div.photowide a:link { border-width: 0px; border-style: solid; }

form {margin-left: 20px; }
td p { margin-left: 0; }
input, textarea { margin-top: 15px; }