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

BODY {
    font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
    font-size: 12px;
	background:url(images/background.gif);
    text-align:center;
}

a img { border:none; }


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

#content {
    width: 800px;
	margin:auto;
    padding: 0px;
	background-color:#FFFFFF;
}

#content A:link, #content A:visited {
  text-decoration: underline;
  color:#000000;
}

#content A:hover, #content A:active {
  text-decoration: none;
  color:#a40235;
}

#masthead {
    width: 800px;
    margin:  0px;
    padding: 0px;
	background-color:#FFFFFF;
	background:url(images/logo.jpg);
	background-repeat:no-repeat;
	text-align:right
}


#sidemenu {
    margin:  0px;
    padding: 30px 0px 20px 0px;
    float: left;
    width: 215px;
    text-align:right;
	background-color:#FFFFFF;
}

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

#sidemenu LI {
    list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #000000;
    margin-bottom: 5px;
}

#sidemenu LI a, #sidemenu LI a:visited {
    color: #000000;
    font-size:13px;
	line-height:18px;
	text-decoration: underline;
	padding-right: 18px;
}

#sidemenu LI a:hover {
    color: #000000;
    font-size:13px;
	line-height:18px;
	text-decoration: none;
	padding-right: 10px; 
	border-right: 8px solid #c4960c;
}

#sidemenu LI a:active {
 	text-decoration: none;
	padding-right: 10px; 
	border-right: 8px solid #c4960c;
}

#body-text{
    padding: 20px 0px 20px 40px;
	margin:0px;
    float: left;
	text-align:left;
    width: 490px;
}

#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:#000000;
}

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

#body-text H1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #a40235;
    margin-bottom: 15px;
}

#body-text H2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    color: #a40235;
	float:left;
}

#body-text P {
    margin-bottom: 15px;
}
 /* classes which define the homepage map callout */
#body-text .map {
	background:url(images/callout_map.gif);
	background-repeat:no-repeat;
	height:73px;
	margin-top:20px;
	padding: 10px 0px 0px 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #a40235;
}
#body-text .map A:link, #body-text .map A:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration:none;
    color: #000000;
}
#body-text .map A:hover, #body-text .map A:active {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration:underline;
    color: #000000;
}
#body-text .rfp {
	margin-top:20px;
	padding: 10px 0px 0px 265px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #a40235;
	width:200px;
	position:relative;
  	top: -91px;
  	left: 265px;
	text-align:left;
	padding: 0px;
    margin: 0px;
}
#body-text .rfp A:link, #body-text .rfp A:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration:none;
    color: #000000;
}
#body-text .rfp A:hover, #body-text .rfp A:active {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
	text-decoration:underline;
    color: #000000;
}


 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #fff; background-color:#a40235; }
.titleEvent { font-size: 12px; font-weight: bold; color: #000; }
.eventLine { font-size: 12px; color: #000; }
.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; }
