/* CSS Document */
body {
	background-image:url(/images/pagebg.jpg);
	background-position: center;
	background-repeat:repeat-y;
	background-color:#d5d7ca;
}
#boardheader {
	width: 668px;
	height: 85px;
	background-image:url(/templates/Appalachia/images/board_header.jpg);
}
#boardheader a {
	width: 668px;
	height: 85px;
	display: block;
}

#boardheader a i { visibility: hidden; }

/* Switch */
a#switchhigh {
	display: none;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 0px;
}
.menutext a {
	
	text-decoration: none;
}
.menutext a:hover {
	text-decoration: underline;
}
