body {
	background: #FFBE4D;
	width: 790px;
	margin: 0px auto;
	font-family: georgia, verdana, sans-serif;
	text-align: center;
	}
	
a, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	background-color: #ffcc66;
	color: #000000;
	text-decoration: none;
	}

h1 {
	font: 12px georgia;
	font-weight: bold;
	background: #ffcc33;
	color: #000000;
	padding: 2px;
	border: 1px solid #ffffff;
	border-right: 6px solid #ffffff;
	}
	
h2 {
	font: 14px verdana;
	font-weight: bold;
	padding: 5px;
	background: #ffffff;
	border: 3px double #FFBE4D;
	}

#page {
	width: 790px;
	margin-top: 10px;
	}
	
.title {
	float: left;
	width: 790px;
	height: 100px;
	padding: 5px;
	background: url(apricot.gif) top right no-repeat;
	margin-bottom: 10px;
	border: 3px double #7D775C;
	background-color: #ffffff;
	}
	
.titletext {
	float: left;
	width: 780px;
	margin-top: 50px;
	text-align: left;
	font: 40px georgia;
	}
	
#leftcolumn {
	float: left;
	width: 180px;
	margin-left: 5px;
	}

	
.leftcontent {
	font: 12px georgia;
	line-height: 13pt;
	text-align: left;
	}
	
#rightcolumn {
	float: left;
	width: 180px;
	margin-left: 20px;
	}
	
.rightcontent {
	font: 12px georgia;
	line-height: 13pt;
	text-align: left;
	}
		
.content {
	float: right;
	width: 380px;
	text-align: justify;
	font: 12px georgia;
	line-height: 13pt;
	margin-left: 10px;
	}
	
.entryfooter {
	color: #666;
	font-family: georgia, verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}
	
#pagefooter {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 790px;
	border-top: 3px double #7D775C;
	text-align: center;
	font: 12px georgia;
	line-height: 13pt;
	padding-top: 5px;
	}
	
/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}


/* these styles are for the calendar widget */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	background: #FFBE4D;
	margin:0px;
	padding: 2px 5px;
		font-size: 11px;
}

.calendartoday { 
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	padding:0px;
	width: 150px;
}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

.calenderHeader a:hover, .calender a:hover {
	background-color: #FF6;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
/* end of the calendar styles */
	

	