﻿body
{
	margin:0px;
	background-color:#e8dfb1;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border-style:none;
}

hr
{
	color:#473408;
	height:1px;	
}

a
{
	color:#9a9e17;	
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/* Classes */
.leftBack
{
	width:50%;
	height:100%;
	/*background-image:url(images/bgLeft.gif);*/
	background-position: right top;
	background-repeat:repeat-x;
}

.rightBack
{
	width:50%;
	height:100%;	
	background-position:left top;
	background-repeat:repeat-x;
	/*background-image:url(images/bgRight.gif);*/
}

.contentTable
{
	background-position:left top;
	background-repeat:repeat-x;
	width:827px;
}

.content
{
	overflow:scroll;
	background-color:White;
	color:#3F2D06;
	font-size:11px;	
	width:100%;
	/*height:276px;*/
	height:268px;
}

.printBackground
{
	display:none;
}

.menuSectionHeader
{
	font-size:12px;
	font-weight:bold;
}

.menuSectionDescription
{
	font-size:11px;
}

.menuItemName
{
	font-weight:bold;
}

.menuTable
{
	width:340px;
}

.tabArea
{
	background-color:White;
	text-align:center;	
	font-size: 11px;	
	color:#392906;
}

.leftLinks
{
	background-color:White;	
	font-size: 11px;
	color: #CC6600;
}

a.leftLink
{
	color: #503b09;
	text-decoration:none;
}

.rightLinks
{
	background-color:White;
	text-align:right;	
	font-size: 11px;
	font-weight: normal;
	color: #CC6600;	
}

a.rightLink
{
	color:#9a9e17;
	text-decoration:none;	
}

.pictureTitle
{
	text-align:center;	
	font-size: 11px;
	font-weight: bold;
	color: #503b09;
}

.pageTitle
{
	background-color:#503B09;	
	font-size: 14px;
	font-style: italic;	
	font-weight: bold;
	color: #ece4be;
}

.placeHolderImage
{
	background-color:Black;
}

.input
{
	font-size:11px;
	color:black;
}

.currentEvent
{
	font-weight:bold;
	color:#473408;
}


