/* basic elements */

body {
	background-color: #B0AD64;
	color: #49540D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(images/bg_green_main.jpg);
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.4em;
	color: #D16700;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	color: #CE9B00;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}

h3 {
	font-size: 1.08em;
	color: #516C63;
	}
	
p {
	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
	}

a:link, a:visited {
	color: #D16700;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #75A100;
}

#topbg {
	background-image: url(images/bg_green_top.jpg);
}
#mainbg {
	background-image: url(images/bg_green_main.jpg);
}

/* content */

#splashtable {
	background-color: #C6C47A;
}

#maintable {
	background-color: #DBD993;
	margin-top: 5px;
	border-bottom: 4px solid #95914F;
}

#maintable td {
	padding: 15px 30px 25px 30px;
}

#subtable {
	background-color: #E6E49E;
	margin-top: 5px;
	border-bottom: 4px solid #95914F;
}

#sub_content {
	padding: 15px 30px 25px 30px;
}

.pagetitle {
	background-color: #D5D587;
	padding: 0px 0px 0px 7px !important;
}

.showinfo p {
	line-height: 1.5em;
	font-size: .7em;
}

.photo {
	width: 195px;
	height: 160px;
	background-image: url(images/photoframe.gif);
}
.photo td {
	padding: 8px 0 0 8px;
}

/* navigation */

#nav_top {
	width: 800px;
	height: 40px;
	background-image: url(images/navtop_bg.gif);
	background-repeat: repeat-x;
}

#nav_top ul {
	margin: 11px 10px 0 0;
	padding: 0 0 27px 0;
	font-size: 13px;
}

#nav_top ul li {
	list-style: none;
	display: inline;
	float: left;
	padding-left: 37px;
}

#nav_top a:link, #nav_top a:visited {
	color: #737D35;
	text-decoration: none;
	font-weight: normal;
}
#nav_top a:hover {
	color: #D16700;
}

.current {
	color: #D16700 !important;
}

#sub_menu {
	background-color: #D5D587;
}

.sub_nav {
	margin: 7px 0 0 17px;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.sub_nav li {
	padding-left: 17px;
	padding-top: 4px;
	padding-bottom: 8px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.sub_nav a:link, .sub_nav a:visited {
	color: #737D35;
	text-decoration: none;
	font-weight: normal;
}
.sub_nav a:hover {
	color: #D16700;
}
	
/* footer */

#footer {
	padding: 15px 0 15px 0;
	font-size: .7em;
}
