body{
margin: 0px;
padding: 0px;
background: #fff4cf;
}

#main_table{
width: 800px;
height: 550px;
border: 2px solid #a59563;
background: #e0e0df url(/images/table_bg.jpg) repeat-x;
}

#header1{
width: 337px;
height: 214px;
background: #000000 url(/images/header1.jpg) no-repeat;
}

#header2{
width: 460px;
height: 214px;
background: #000000 url(/images/header2.jpg) no-repeat;
}

#menubg{
width: 798px;
height: 21px;
background: #000000 url(/images/menubg.jpg) no-repeat;
}

#horizontalLine1{
background: #a59563;
height: 2px;
}

.maincontent{
vertical-align: top;
text-align: left;
width: 610px;
padding: 20px;
font-family: arial;
font-size: 11pt;
}

#rightside{
vertical-align: top;
width: 190px;
text-align: left;
font-family: arial;
font-size: 10pt;
border-left: 2px solid #a59563;
padding: 10px;
}

#footer_table{
width: 800px;
margin: 0px;
border: 0px;
}

#footer_left{
text-align: left;
font-family: arial;
font-size: 8pt;
vertical-align: top;
}

#footer_right{
text-align: right;
font-family: arial;
font-size: 8pt;
vertical-align: top;
}

.contactForm{
background: #ffffff;
border: 1px solid #352903;
width: 350px;
padding: 5px;
}

.inputBox{
background: #fef8e8;
border: 1px solid #352903;
}

#submitButton{
width: 100px;
cursor: pointer;
}

.eventDisplay{
	margin: 5px;
}

/********* CALENDAR CSS ***************/
.smallCalendarCell
{
	border: 1px outset;
	background-color: #EEE7D3;
	width: 20px; 
	height: 20px;
	color: #000000;
}

.smallCalendarCellEvent
{
	border: 1px outset;
	background-color: #dbd2b2;
	width: 20px; 
	color: #000000;
}

.smallCalendarCellToday
{
	background-color: #b9b4a3;
	border: 1px inset;
	width: 20px; 
	color: #000000;
}

.smallCalendarCell a 
{
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
}

.smallCalendarCellToday a 
{
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
}

.calendarTop 
{
	font-size: 12px;
	background-color: #EEE7D3;
	font-weight: bold;
	padding: 2px;
}

.calendarBorder
{
	background-color: #000000;
	width: 200px;
}

.smallCalendarHeader
{
	background-color: #EEE7D3;
	font-size: 8pt;
}

.calendarInput{
	background-color: #FFFFFF;
	font-size: 10px; 
	border: 1px outset;
}

/********* END CALENDAR CSS ***************/


