* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #707361;
	background-image: url(../images/sitebg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	position: relative;
	background-image: url(../images/chilkatheader.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#header {
	width: 950px;
	color: #333;
	padding: 0px;
	height: 100px;
	margin: 0px;
	background-image: url(../images/chilkatheader.gif);
	background-repeat: no-repeat;
	position: absolute;
}
#content {
	color: #342013;
	text-align: left;
	
}

/* Submenu */
#sidebar {
	color: #342013;
	padding: 10px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline;
	position: relative;
	top: 100px;
	float: right;
	width: 180px;
}
#submenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#submenu a
{
	display: block;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #342013;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#submenu a:hover
{
	color: #342013;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#submenu a.current
{
	color: #342013;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* Footer */
#footer {
	color: #7E816E;
	width: 930px;
	padding: 10px;
	background-color: #342013;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	clear:both;
	top: 100px;
	height: 70px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #342013;
	font-size: 180%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.right {
	float: right;
	display: inline;
}
#footer a {
	color: #7E816E;
}
#footer a:hover {
	color: #707361;
}
#footer h1 {
	font-size: 150%;
	color: #FFFFFF;
}
.highlight {
	color: #342013;
	background-color: #809DA4;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	width: 98%;
}
.imagepadright {
	margin-right: 10px;
	margin-bottom: 10px;
}

.imagepadright25 {
	margin-right: 25px;
	margin-bottom: 25px;
}

.imagepadleft {
	margin-bottom: 10px;
	margin-left: 10px;
}

.imagepadbottom {
	margin-bottom: 10px;
}

#table {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#table td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #342013;
	border-right-color: #342013;
	border-left-color: #342013;
}
.tableheader {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #342013;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #342013;
	margin-top: 10px;
	margin-bottom: 10px;
}
.smalltext {
	font-size: 80%;
}
a {
	color: #FFFF33;
}
a:hover {
	color: #FF9900;
}
.photocredit {
	top: 255px;
	font-size: 80%;
	display: block;
	position: relative;
	width: 320px;
	text-align: center;
}
.photocreditsmall {
	font-size: 80%;
	text-align: center;
}
