 /* main site classes */
html, body { margin:0; padding:0; background-color:#F7F3E7; background-image: url(images/bg_main.jpg); background-repeat: repeat-y; background-position: center top; }
#footer { position: absolute;  /* Needed for Safari */ width: 100%; text-align:center; }
td { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#663300; line-height:16px; }
A:Link { font-family:Arial, Helvetica, sans-serif; text-decoration: underline; color:#6A3A1A; font-size: 12px; }
A:Visited { font-family:Arial, Helvetica, sans-serif; text-decoration: underline; color:#6A3A1A; font-size: 12px; }
A:Active { font-family:Arial, Helvetica, sans-serif; text-decoration: none; color:#6A3A1A; font-size: 12px; }
A:Hover { font-family:Arial, Helvetica, sans-serif; text-decoration: none; color:#2a421b; font-size: 12px; }
A.linksmall:Link { font-size: 11px; }
A.linksmall:Visited { font-size: 11px; }
A.linksmall:Active { font-size: 11px; }
A.linksmall:Hover { font-size: 11px; }
h1 { font-size: 14pt; font-family: Georgia, Helvetica, sans-serif; text-decoration: none; color: #6A3A1A; line-height:18pt; }
h2 { font-size: 12pt; font-family: Georgia, Helvetica, sans-serif; text-decoration: none; color: #6A3A1A; line-height:18pt; }
div.hr { height: 15px; background: #F6F1E3 url(images/hr1.gif) no-repeat scroll center; }
div.hr hr { display: none; }
.textsmall { font-size: 11px; line-height: 16px; }
 /* navigation classes */
#navcontainer { width: 200px; line-height: 20px; padding: 0; text-align:center; }
#navlist { margin-left: 0; padding-left: 5px; list-style: none; }
#navlist li { padding: 0; }
#navlist ul { list-style: none; }
A.navigation:Link { color:#2a421b; text-decoration: none; font-weight: bold; }
A.navigation:Visited { color:#2a421b;text-decoration: none; font-weight: bold; }
A.navigation:Active { color:#2a421b;text-decoration: none; font-weight: bold; }
A.navigation:Hover { color:#2a421b;text-decoration: underline; font-weight: bold; }
A.top-navigation:Link { color:#2a421b;text-decoration: underline; font-weight: bold; }
A.top-navigation:Visited { color:#2a421b;text-decoration: underline; font-weight: bold; }
A.top-navigation:Active { color:#2a421b;text-decoration: underline; font-weight: bold; }
A.top-navigation:Hover { color:#2a421b;text-decoration: none; font-weight: bold; }
 /* classes which define the calendar styles */
.inputFormButton { font-size: 11px; color: #6A3A1A; background-color:#F6F1E3; }
.titleSpecial { font-weight: bold; }
A.linkSpecial { text-decoration: underline; }
A.linkSpecial:hover { text-decoration: none; }
.titleEvent { font-size: 12px; font-weight: bold; }
.eventLine { font-size: 12px; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 11px;font-weight: bold; }
.gridMain { font-size: 11px; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month */
.linkDayInCell { font-size: 11px; }
.dropDownInCalendar { font-size: 11px; background-color:#F6F1E3; border: 1px #666666 solid; }
.allEventsLink { font-style:normal; }
.textOutsideCalendar { font-style:normal; }
.calendardetail { padding-right: 5px; padding-left: 5px; }