BODY {
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 20px;
	scrollbar-base-color: #336600;
	scrollbar-arrow-color: #000000;
	scrollbar-DarkShadow-Color: #000000;
	background-color: #D8DCCE;
}

P {
	font-family: arial; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: normal;
	text-align:justify
}

A {
	color: #666666;
	visited: #666666;
	active: #CC0000;
}

A:HOVER {
	color: #CC0000; 
	text-decoration: none;
}

H1 {
	font-family: arial;
	color: #607131;
	font-size: 22pt;
	font-weight: bold;
	text-align:center;
	display: inline;
}

H1 A 	{color: #607131; text-decoration:none}
H1 A:VISITED {color: #607131; text-decoration:none}
H1 A:HOVER {color:#CC0000; text-decoration:none}
H1 A:ACTIVE {color: #333399; text-decoration:none}

TD {
	font-family: arial;
	font-size:10pt;
	}

SELECT {
	width:160px;
	background-color:#FFFFFF;
	color:#666666;
	}
	
td#navigation {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#607131;
	padding:4px;
	height:25px;
	}

td#divider-white {
	background-color:#FFFFFF;
	width:3px;
	}
td#divider-green {
	background-color:#607131;
	width:3px;
	}
	
td#content-home {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#FFFFFF;
	padding:4px;
	width:315px;
	vertical-align:top;
	}

td#pagename {
	background-color:#61722E;
	color:#FFFFFF;
	font-size: 28px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	}

td#content {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#FFFFFF;
	padding:15px;
	width:900px;
	vertical-align:top;
	}
	
td#footer {
	background-image:url(../images/footer.gif);
	height:140px;
	color: #D5DBCD;
	vertical-align:bottom;
	padding-left: 10px;
	padding-bottom: 10px;
}
td#footer a {
	color: #D5DBCD;
	}
	
table#headerTable {
	border-top:solid;
	border-top-color:#333333;
	border-top-width:1px;
	border-left:solid;
	border-left-color:#333333;
	border-left-width:1px;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333333;
	}
	
table#homeTable {
	border-left:solid;
	border-left-color:#333333;
	border-left-width:1px;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#333333;
	border-bottom:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	width:952px;
	}
	
/* ============ BIG CALENDAR STYLE ================== */
.calendar {
	border:none;
	border-width:1px;
	border-color:#333333;
	background-color: #D8DCCE;
	width: 875px;
}
.calendar-header {
	color:#607131;
	font-size:20px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	height:24px;
}
.calendar-days {
	background-color: #D8DCCE;
	font-size:14px;
	width:125px;
}
.calendar-entry {
	background-color: #E6F2BE;
	font-size:12px;
	height:125px;
	width:125px;
	text-align:left;
}
.calendar-empty {
	height:125px;
	width:125px;
}

div.cropme {
  border: 1px solid #CCCCCC;
  height: 90px;
  width: 125px;
  overflow:hidden;
}
