.navcell {
	background: #ffffff url('/images/gradient.png');
	height: 250px;
	width: 250px;
}

.logo {
	vertical-align: middle;
	width: 300px;
}

#main {
	width: 800px;
	height: 500px;
	margin: auto;
}

#mainbody {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

TABLE.calendar TD {
	height: 30px; 
	margin: 0px; 
	border: solid 0.5pt #438c55;
	vertical-align: top;
	background-color: #ffffff; 
	height: 75px;
	color: black;
}

TABLE.calendar TD.todayCell {
	background-color: #e5a659; 
	color: #FFFF00; 
}

TABLE.calendar TD.thisMonth {
	background-color: #f0fff0; 
}

TABLE.calendar TD.thisMonth {
	background-color: #white; 
}

TABLE.calendar A.today {
	color: #438c55;
	text-decoration: none;
}

TABLE.calendar A.day {
	color: #438c55;
	text-decoration: none;
}

TABLE.calendar TD.thisMonth A .eventText {
	color: black;
	text-decoration: none;
}

TABLE.calendar TD.otherMonth A .eventText {
	color: black;
	text-decoration: none;
}

.normal {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

H4 {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
}

A {
	font-size: smaller; 
	text-decoration: none;
}

#mainbody A { 
	text-decoration: none;
}

A IMG {
	border: 0px;
}

.normal {
	font-size: smaller; 
	color: black;
	text-decoration: none;
}

TABLE.eventDetail {
	width: 98%; 
	border: 0.5pt solid #e5a659;
}

TABLE.eventDetail TD.eventDetailHeader {
	background-color: #438c55; 
	color: #ffffff; 
	border: 0.5pt solid grey; 
	font-family: Microsoft Sans Serif, Arial, Helvetica; 
	font-weight: bold;
	font-size:  14pt;
}

TABLE.eventDetail TD.eventCell1 {
	text-align: left;
	font-family: Microsoft Sans Serif, Arial, Helvetica; 
	font-size: 10pt; 
	border: 0.5pt solid grey; 
	color: black; 
	background-color: #ffffff;
}

TABLE.eventDetail TD.eventCell2 {
	text-align: left;
	font-family: Microsoft Sans Serif, Arial, Helvetica; 
	font-size: 10pt; 
	border: 0.5pt solid grey; 
	color: black; 
	background-color: #f0fff0;
}

.eventCellHeading {
	font-weight: bold;
}
