* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height:18px;
    color:#3e1d13;
    background-color: #e8d4a3;
    background-image:url(images/bg-main.gif);
    background-repeat:repeat-x;
    background-position:top left;
    text-align:center;
}

a img { border:none; }

A:link, A:visited {
  text-decoration: underline;
  color: #3e1d13;
}

A:hover, A:active {
  text-decoration: none;
  color: #88bee7;
}

hr { border:0; color:#3c1e13; background-color:#3c1e13; height:1px; margin:1px; }

#mainContainer {
	background-color: #e8d4a3;
    background-image:url(images/bg-main.gif);
    background-repeat:repeat-x;
    background-position:top left;
}

#container {
    width: 912px;
    margin: 0 auto;
    padding: 0px;
}

#header {
     /* background: url("images/bg-body-shade.gif") repeat-y; */
}

#wrapper {
    width: 912px;
    margin: 0 auto;
    padding: 0px;
    background: url("images/bg-body-shade.gif") repeat-y;
}

#content {
    width: 900px;
    margin: 0 auto;
    padding: 0px;
}

#sidemenu {
    padding: 20px 5px 20px 0;
    float: left;
    width: 200px;
    text-align:right;
}

#sidemenu UL {
    padding-left: 30px;
}

#sidemenu LI {
    list-style-type: none;
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #000;
    margin-bottom: 8px;
}

#sidemenu LI a {
    color: #000;
    text-decoration:none;
    font-size:12px;
    padding-right: 12px;    
}

#sidemenu LI a:hover {
    color: #3c1e13;
    text-decoration:none;
    padding-right: 6px;
    border-right: 6px solid #88bee7;  
}
#body {
    padding: 20px 10px 20px 15px;
    float: left;
    width: 660px;
}

#body-text UL {
    list-style:square;
    padding: 5px 10px 5px 20px;
}

#body-text LI {
    padding-bottom:5px;
}

#body A:link, #body A:visited {
  text-decoration: underline;
}

#body A:hover,#body A:active {
  text-decoration: none;
}

#body H1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height:24px;
    font-weight: bold;
    color: #58462e;
    margin-bottom: 15px;
}

#body H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #58462e;
    margin-bottom: 5px;
}

#body P {
    margin-bottom: 15px;
    line-height: 18px;
}

#body-text {
    width: 440px;
    float: left;
    padding: 0 5px 20px 0px;
    text-align:left;
}

#body-text-gallery {
    width: 640px;
    float: left;
    padding: 0 5px 20px 0px;
    text-align:center;
}

#body-sidebar {
    width: 200px;
    float: left;
    padding: 10px 0 20px 5px;
    font-size:12px;
}

.left {
	float:left;
	width:200px;
	margin-right:22px;
}
.right {
	float:left;
	width:200px;
}

#body-sidebar P {

}

#body-sidebar .red {
    color: #ff0000;
}

#body-sidebar-interior .red {
    color: #ff0000;
}

#footer {
    text-align: right;
    background-color: #6d5436;
    color: #ffffff;
    padding: 10px 30px 30px 30px;
}

#footer A:link, #footer A:visited {
  color:#ffffff;
  text-decoration: underline;
}

#footer A:hover, #footer A:active {
  text-decoration: none;
}

#footer p, #footer .textsmall p {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height:16px;
 /* 	position:relative; */
	bottom:0px;
}

 /* classes which define the calendar styles */
.inputFormButton { font-size:12px; color: #fff; background-color:#006946; }
.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; }
