a:link {
	color: #c41f1b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c41f1b;
}
a:hover {
	text-decoration: underline;
	color: #8d4e18;
}
a:active {
	text-decoration: none;
	color: #c41f1b;
}
.footer {
	color: #FFFFFF;
	font-size: 10px;
}

.footer a:link {
color:#FFFFFF;
text-decoration: none;

}
.footer a:hover {
color:#FFFFFF;
text-decoration: none;

}.footer a:active {
color:#FFFFFF;
text-decoration: none;

}.footer a:visited {
color:#FFFFFF;
text-decoration: none;

}

body {
	background-color: #c3b898;
}

.text {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
}
.textheader {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #3c3022;
}
.textwhite {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.toptext {
	font-family: "Trebuchet MS", Arial;
	font-size: 30px;
	font-weight: bold;
	color: #3c3022;
}
.textmedium {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.photopadding5 {
	padding-right: 5px;
	padding-left: 5px;
}
.photopadding10 {
	padding-right: 15px;
	padding-left: 15px;
}
.brownbackground {
	background-image: url(images/brownbackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
