* {
    padding: 0px;
    margin: 0px;
}

BODY {
    background-image:url(images/background.gif);
    text-align:center;
}

a img { border:none; }

hr { border:0; color:#432c07; background-color:#432c07; height:1px; margin:1px; }

#content {
    width: 890px;
    margin: 0 auto;
    padding: 0px;
    border: solid 1px #432c07;
    background-color: #fde4dc;
}

#sidemenu {
    margin:  0px;
    padding: 0px;
    text-align:right;
}

#sidemenu UL {
    	padding: 0px;
	margin:  0px;
}

#sidemenu LI {
    	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
    	color: #432c07;
}

#sidemenu LI A:link, #sidemenu LI A:visited {
    	color: #432c07;
    	font-size:13px;
	line-height:16px;
	text-decoration:none;
	padding-right: 18px;
}

#sidemenu LI A:hover, #sidemenu LI A:active {
    color: #432c07;
    font-size:13px;
	line-height:16px;
	text-decoration: none;
	padding-right: 10px; 
	border-right: 8px solid #f9a48c;
}

#body-text {
	padding-top:20px;
	padding-right:20px;
	margin:0px;
    text-align:left;
    color: #432c07;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
}

#body-text UL {
    list-style:square;
    padding: 5px 10px 5px 20px;
}

#body-text LI {
    padding-bottom:5px;
}

#body-text A:link, #body-text A:visited {
  text-decoration: underline;
  color: #432c07;
}

#body-text A:hover,#body-text A:active {
  text-decoration: none;
  color: #432c07;
}

#body-text H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #432c07;
    display:inline;
    margin-bottom:12px;
}

#body-text H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #432c07;
    margin-bottom: 5px;
}

#body-text P {
    margin-bottom: 15px;
    line-height: 18px;
}


#footer {
    text-align: center;
    background-color: #432c07;
  text-decoration: none;
  color:#f1e7db;
  font-size:12px;
    padding: 10px;
}

#footer A:link, #footer A:visited {
  text-decoration: underline;
  color:#f1e7db;
  font-size:12px;
  font-weight:normal;
}

#footer A:hover, #footer A:active {
  text-decoration: none;
}

#footer P {
    line-height: 20px;
}

#callout {
	color: #432c07;
	background: #f9a48c;
	border: solid 1px #432c07;
	padding:6px;
	width:174px;
}
#callout A:link, #callout A:visited {
  text-decoration: underline;
  color: #432c07;
}

#callout A:hover, #callout A:active {
  text-decoration: none;
  color: #432c07;
}

#btn A:link, #btn A:visited {
    	color: #f1e7db;
    	font-size:13px;
	background-color:#432c07; padding:6px; text-align:center;
	text-decoration:none;
}

#btn A:hover, #btn A:active {
    	color: #f1e7db;
    	font-size:13px;
	background-color:#432c07; padding:6px; text-align:center;
	text-decoration:underline;
}
 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #f1e7db; background-color:#432c07; padding:6px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; border-collapse:collapse; border:0px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 12px;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 */
.dropDownInCalendar { font-size: 12px; background-color:#fff; border: 1px #666 solid; }
.calendardetail { font-size: 12px; line-height: 15px; color: #000; padding-right: 5px; padding-left: 5px; }