body {
	width: auto;
	margin: auto;
	background-color: #2f9429;
	font-family: georgia, verdana;
	text-align: center;
	}
	
/* General text styles. */
	
a, a:visited, a:active {
   	text-decoration: none;
	font-weight: bold;
   	color: #098109;
   	}

a:hover {
   	text-decoration: underline;
   	color: #098109;
   }

h1 {
	font: 13px georgia, verdana;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	text-align: left;
	}
	
h2 {
	font: 15px georgia, verdana;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	}
	
/* End of general text styles. */

/* The top of the page. */

#page {
	width: auto;
	text-align: left;
	}
	
#header {
	margin-top: 15px;
	height: 100px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#header h1 {
	float: right;
	margin-right: 30px;
	font: 50px georgia;
	margin-top: 25px;
	border: 0;
	}	
	
#headerimage {
	background: url(header.jpg) top left no-repeat;
	height: 100px;
                border-bottom 1px solid #000000
	}
	
/* The left sidebar. */
	
#leftcolumn {
 	position: absolute;
 	margin-top: 10px;
 	left: 10px;
 	width: 180px;
 	padding: 0px;
	}
	
.lefttitle {
	float: right;
	height: 46px;
	width: 65px;
	margin-bottom: 2px;
	background: url(title1.jpg) top right no-repeat;
	}
	
.leftcontent {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
	font: 12px georgia, verdana;
	line-height: 13pt;
	text-align: left;
	}

/* The search box. */
.searchbox { 
	width: 65px; 
	padding: 5px;
	background-color: #fffff;
	border: 1px solid #00000;
	font-size: 10px;
	color: #fff8;
}

.searchbutton {
	padding: 1px;
	background-color: #098109;
	border: 1px solid #000;
	font-size: 10px;
	color: #fff8;
}

/* End of the searchbox. */
	
/* The main contents area. */

#centercolumn {
	position: relative;
 	margin: 10px 200px 10px 200px;
	}
	
.content {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #000000;
	font: 12px georgia, verdana;
	text-align: left;
	line-height: 13pt;
	}
	
.entrytitle	{
	float: right; 
   	position: relative;
	width: 115px; 
	height: 69px; 
   	background: url(entry.jpg) top left no-repeat;
   }         

.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;
}

.entryfooter_linkdump {
	color: #666;
	font-family: georgia, verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #82a482;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #82a482;
}
	
/* End of the main contents area. */


/* The right sidebar. */

#rightcolumn {
 	position: absolute;
 	top: 127px;
 	right: 10px;
 	width: 180px;
}
	
.righttitle {
	float: right;
	background: url(title.jpg) top right no-repeat;
	height: 38px;
	width: 65px;
	}
	
.rightcontent {
	padding: 5px;
	border: 1px solid #000000;
	font: 12px georgia, verdana;
	line-height: 13pt;
	background-color: #ffffff;
	margin-bottom: 10px;
	text-align: left;
	}
	
.date_linkdump {
	color: #666;
	font-family: georgia, verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

/* End of the right sidebar. */


/* The calendar styles. */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	background: #ffffff;
	margin:0px;
	padding: 2px 5px;
		font-size: 11px;
}

.calendartoday { 
	background-color: #FFFFFF;
	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;
}
/* End of the calendar styles. */
	

	