@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

/* link definitions */

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

a.search_bar_links:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#b6e0de;
}

a.search_bar_links:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#b6e0de;
}

a.search_bar_links:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#b6e0de;
}

a.search_bar_links:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#b6e0de;
}

a.navigation_link:active {
	color:#5C4231;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a.navigation_link:visited {
	color:#5C4231;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a.navigation_link:link {
	color:#5C4231;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a.navigation_link:hover {
	color:#ff0000;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a.footer_link:link {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.footer_link:active {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.footer_link:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.footer_link:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.copyright_link:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.copyright_link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.copyright_link:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.copyright_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
/* end link definitions */

.copyright_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.comment_box {
	background-color:#E2E2E2;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

.comment_box_alt {
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #cccccc;
}

p { margin:3px 0px 3px 0px; padding:3px 0px 3px 0px; }

/* begin calendar entries */

.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #9DB7A7;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	20px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

/* end calendar entries */

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

.hiddenFields {
	padding:0px;
	margin:0px;
}
