* {
    padding: 0px;
    margin: 0px;
}

body {
    	text-align:center;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#6c1807;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
}

a img { border:none; }

hr { border:0; color:#6d1908; background-color:#6d1908; height:1px; margin:12px 0px 12px 0px; }

#container {
	text-align:center;
	width:803px;
	float:none;
	margin:auto;
	padding:0px;
	background-image:url(images/bknd_content.gif);
	background-repeat:repeat-y;
	overflow: hidden;
}

#watermark {
	text-align:center;
	background-image:url(images/bknd_watermark.gif);
	background-repeat:no-repeat;
	margin:auto;
	padding:0px;
	width:803px;
	float:none;
}

/****************** navigation *************/

#navigation {
	padding:0px 0px 22px 0px;
	margin:0px;
    float: left;
	text-align:left;
    width: 210px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color:#3c2d10;
}

#navigation A:link, #navigation A:visited {
  text-decoration: none;
  color:#3c2d10;
  padding-left: 30px;
}

#navigation A:hover,#navigation A:active {
  text-decoration: underline;
  color:#6d1908;
  font-weight:bold;
  padding-left: 30px;
}

/****************** body content *************/
#body-text{
    font-family:Georgia, "Times New Roman", Times, serif;
    	padding: 0px 25px 10px 0px;
	margin: 0px auto;
    	float: left;
	text-align:left;
    	width: 380px;
	color:#3c2d10;
	text-align:justify;
}

#body-text UL {
    	list-style:square;
    	padding: 5px 10px 5px 15px;
	margin:5px;
}

#body-text LI {
    padding-bottom:5px;
}

#body-text A:link, #body-text A:visited {
  text-decoration: underline;
  color:#3c2d10;
}

#body-text A:hover,#body-text A:active {
  text-decoration: none;
  color:#4a301f;
}

#body-text H1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
    color: #4a301f;
    margin-bottom: 15px;
    font-variant:small-caps;
}

#body-text H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
    color: #4a301f;
}

#body-text P {
    margin-bottom: 15px;
}

#gallery{
    	padding: 0px 25px 10px 0px;
	margin: 0px auto;
    	float: left;
	text-align:left;
    	width: 550px;
	color:#3c2d10;
	text-align:justify;
}
#gallery H1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
    color: #4a301f;
    margin-bottom: 15px;
    font-variant:small-caps;
}
/****************** Right Column *************/
#RTcolumn {
	width:150px;
	text-align:center;
	float:left;
	padding-top:26px;
	color:#3c2d10;
}

#RTcolumn H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #6d1908;
    font-variant:small-caps;
    padding-bottom:8px;
}

#RTcolumn A:link, #RTcolumn A:visited {
  text-decoration: underline;
  line-height:22px;
  color:#3c2d10;
}

#RTcolumn A:hover, #RTcolumn A:active {
  text-decoration: none;
  color:#6d1908;
}

/****************** visitin GT *************/
#visiting {
	background-image:url(images/bknd_footer.jpg);
	background-repeat:no-repeat;
	background-color:#6c1807;
	text-align:left;
	width:803px;
	height:200px;
    	padding: 6px 10px 0px 225px;
	margin: 0px auto;
	color:#3c2d10;
}

#visiting H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #3c2d10;
    font-variant:small-caps;
    padding:6px 0px 8px 0px;
}

#visiting A:link, #visiting A:visited {
  text-decoration: underline;
  color:#3c2d10;
}

#visiting A:hover,#visiting A:active {
  text-decoration: none;
  color:#4a301f;
}
  
#visiting UL {
    	color: #3c2d10;
    	list-style:square;
    	padding: 5px 10px 5px 15px;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
}

#visiting LI {
    padding-bottom:5px;
}

/****************** footer *************/
#footer {
	width:790px;
	padding:0px 0px 10px 0px;
	margin:auto;
	text-align:left;
	color:#d0d0d0;
	line-height:15px;
	font-size:11px;
}
#footer A:link, #footer A:visited {
  text-decoration: underline;
  color:#d0d0d0;
}

#footer A:hover, #footer A:active {
  text-decoration: none;
  color:#d0d0d0;
}



 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #e7ddd5; background-color:#6d1908; }
.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; }
