body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("/images/body-bg.gif") repeat-x;
	text-align: center;
}

a {color:#5a4a42;}

td {
	font-size: 12px;
}

h1 {
	color: #514a42;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

div#container {
	width: 900px;
	margin: auto;
	text-align: left;
	position: relative;
}

div#header {
	height: 117px;
	background: url("/images/header-bg.gif") no-repeat;
}
div#logo {
	position: absolute;
	left: 90;
	top: 7;
	text-align: center;
}
div#tagline {
	position: absolute;
	left: 480;
	top: 75;
}
div#utility {
	position: absolute;
	left: 700;
	top: 20;
}
a.utility:link, a.utility:visited {
	color: white;
	text-decoration: none;
}
a.utility:hover, a.utility:active {
	color: white;
	text-decoration: underline;
}

td.navigation {
	background: url("/images/navigation-bg.gif") repeat-y;
	border-top: 1px solid white;
	border-bottom: 3px solid white;
}
div.navpri {
	border-bottom: 1px solid white;
}
div.navsec-off {
	color: white;
	font-weight: bold;
	padding: 0 0 10px 50px;
}
div.navsec-on {
	color: white;
	font-weight: bold;
	padding: 0 0 10px 50px;
	background: url("/images/arrow-green.gif") 28px -1px no-repeat;
}
a.navsec:link, a.navsec:visited {
	color: white;
	text-decoration: none;
}
a.navsec:hover, a.navsec:active {
	color: white;
	text-decoration: underline;
}
div.navter {
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #5a4a42;
}
a.navter {
	color: #5a4a42;
}

td.frontpagephoto {
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-bottom: 4px solid white;
	background-color: #7da9b3;
	text-align: center;
	padding: 0 0 0 0;
}
div#frontpagephotocaption {
	color: white;
	background-color: #7da9b3;
	text-align: left;
	padding: 8px;
}

table.frontpagenews {
	width: 100%;
	margin: 0 0 4px 0;
}
td.frontpagenews {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	width: 50%;
	color: #5a4a42;
	border: 1px solid #85b159;
	background-color: #d9c9a5;
	padding: 10px 30px 10px 30px;
}
a.frontpagenews-headline {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #5a4a42;
}
div.frontpagenews-summary {
	padding: 0 0 5px 0;
}
a.frontpagenews-link:link, a.frontpagenews-link:visited {
	font-size: 12px;
	font-style: italic;
	color: #5a4a42;
	text-decoration: none;
}
a.frontpagenews-link:hover, a.frontpagenews-link:active {
	font-size: 12px;
	font-style: italic;
	color: #5a4a42;
	text-decoration: underline;
}

table#footer {
	width: 100%;
	background-color: #5a4a42;
	border: 1px solid #85b159;
}

td.footer {
	font-size: 11px;
	font-weight: bold;
	color: #d9c9a5;
	padding: 10px;
}

a.footer:link, a.footer:visited {
	color: #d9c9a5;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: #d9c9a5;
	text-decoration: underline;
}

table#subfooter {
	width: 100%;
	background-color: white;
}
td.linkimage {
	padding: 0px 10px 0px 0px;
}
td.icon {
	text-align: center;
	border-bottom: 1px solid #85b159;
	padding: 0 10px 0 10px;
}
td.icon-corner {
	padding: 0;
	width: 15px;
}

td.content {
	width: 100%;
	background-color: white;
	padding: 20px 30px 20px 30px;
}

div.sitemap-section {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
a.sitemap-section {
	color: #5a4a42;
	text-decoration: none;
}
div.sitemap-category {
	font-size: 12px;
	padding: 5px 0 0 0;
}
a.sitemap-category {
	color: #5a4a42;
	text-decoration: none;
}
div.sitemap-subcategory {
	font-size: 10px;
	padding: 5px 0 0 20px;
}
a.sitemap-subcategory {
	color: #5a4a42;
	text-decoration: none;
}
