/* CSS Document */

html, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

body {
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-y;
	background-color: #edede0;
}

.leftcell {
	border-left: solid 2px #cbc9b7;
	border-right: solid 2px #cbc9b7;
	background-color: #ffffff;
	background-image:url(images/vert_grad_khaki.png);
	background-repeat:repeat-x;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	text-align: left;
	width: 170px;
}

.subnavigation {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.maincontent {
	padding: 10px;
	background-image:url(images/bg_50opaque.png);
	min-height: 250px;
	height:auto !important;
	height:250px;
}

.specialsheader {
	color: #a84830;
	font-weight: bold;
	font-size: 14px;
}

.eventtitle {
	font-weight: bold;
	background-color: #cbc9b7;
	padding: 2px;
}

.eventdetail {
	font-weight: bold;
}

a.blacklink {
	color: #000000;
}

a.blacklink:hover {
	color: #ffffff;
}

a.whitelink {
	color: #ffffff;
}

a.whitelink:hover {
	color: #000000;
}

a {
	color: #a84830;
}

a:hover {
	color: #000000;
}

/* MENU DISPLAY SETTINGS */
.MenuCategory {
	color: #a84830;
	font-size: 14px;
	font-weight: bold;
}

.MenuDescription {
}

.MenuLine {
	background-color: #cbc9b7;
}

.MenuItem {
	font-weight: bold;
}