body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #E9DCE8;
	margin: 0px;
	background-image: url(../art/back_version2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*wrap tag*/
#wrap {
	background: url(../art/gradient_fade.jpg) repeat-x 0 0;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CFDBBA;
	/*filter:alpha(opacity=80);
	opacity:.80;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #853919;
	border-left-color: #853919;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #853919;
}
#header {
	/*background: url(../media/header_grad.jpg) repeat-x 0px 0px;*/
	/*border: 1px solid #C1CAD0;*/
	text-align: center;
	margin-bottom: 8px;
	height: 50px;
	vertical-align: middle;
}
#header p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 48px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: .2em;
	color: #FFFFFF;
	font-weight: bold;
}
#linkHolder {
	width: 128px;
	float: left;
	vertical-align: top;
}
#linkHolder a {
	padding-left: 3px;
	display: block;
}
#imageHolder {
	width: 648px;
	float:right;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
img {
	padding: 1px;
	border: 0px;
	/*border: 1px solid #E9E9E9;*/
}
.largeimage {
	padding-top: 5px;
	padding-bottom: 3px;
}
#footer {
	clear: both;
}
/*links for the nav bar*/
a.act:link {
	color: #843335;
	text-decoration: none;
	background-color: #9FB674;
	text-align: left;
	border-top: 1px solid #853919;
	border-right: 1px solid #853919;
	border-bottom: 1px solid #853919;
	border-left: none;
	margin-top: 2px;
}
a.act:visited {
	color: #843335;
	text-decoration: none;
	background-color: #9FB674;
	text-align: left;
	border-top: 1px solid #853919;
	border-right: 1px solid #853919;
	border-bottom: 1px solid #853919;
	border-left: none;
	margin-top: 2px;
}
a.act:hover {
	text-decoration: underline;
	color: #333333;
	background-color: #CFDBBA;
}
a.act:active {
	color: #843335;
	text-decoration: none;
	background-color: #9FB674;
	text-align: left;
	border-top: 1px solid #853919;
	border-right: 1px solid #853919;
	border-bottom: 1px solid #853919;
	border-left: none;
	margin-top: 2px;
}
/*passive link*/
a.pass:link {
	color: #843335;
	text-decoration: none;
	background-color: #CFDBBA;
	text-align: right;
	border-top: 1px solid #853919;
	border-bottom: 1px solid #853919;
	margin-top: 2px;
}
a.pass:visited {
	color: #843335;
	text-decoration: none;
	background-color: #CFDBBA;
	text-align: right;
	border-top: 1px solid #853919;
	border-bottom: 1px solid #853919;
	margin-top: 2px;
}
a.pass:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CFDBBA;
	text-align: right;
	border-top: 1px solid #853919;
	border-bottom: 1px solid #853919;
	margin-top: 2px;
}
a.pass:active {
	color: #843335;
	text-decoration: none;
	background-color: #CFDBBA;
	text-align: right;
	border-top: 1px solid #853919;
	border-bottom: 1px solid #853919;
	margin-top: 2px;
}
/*end links for the nav bar*/
/*navigation links + and - for images*/
a.nav:link {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #843335;
	text-decoration: none;
	background-color: #9FB674;
	height: 14px;
	white-space: nowrap;
	display: block;
	width: 640px;
	border: 1px solid #9FB674;
	margin-top: 2px;
}
a.nav:visited {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #843335;
	text-decoration: none;
	background-color: #9FB674;
	display: block;
	width: 640px;
	white-space: nowrap;
	border: 1px solid #9FB674;
	margin-top: 2px;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CFDBBA;
	display: block;
	width: 640px;
	border: 1px solid #9FB674;
	margin-top: 2px;
}
a.nav:active {
	font-size: 12px;
	font-weight: bold;
	color: #843335;
	text-decoration: none;
	background-color: #9FB674;
	display: block;
	width: 640px;
	border: 1px solid #9FB674;
	margin-top: 2px;
}
/*end navigation links + and - for images*/