﻿@charset "utf-8";
/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#7A8B3F;
	}
	
hr {
	height:1px; 
	color: #663300;
	border: none;
	}
	
a {
	color: #336600;
	text-decoration:underline;
	}
	
a:hover {
	color: #7A8B3F;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #663300;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding-top:13px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:13px;
	/*padding:10px;*/
	/*border: 1pt solid rgb(74,37,0);*/
	border-top:solid #663300 .3pt;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#899d47;
	/*border: 1pt dotted green;*/
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFE8;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#dateformat a {
	color:#14285f;
	font:11px georgia;
	color: #687736;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	}

.pageName{
	color: #663300;
	line-height:20px;
	letter-spacing:0.1em;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.darkBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
}

.subHeader {
	color: #4a5527;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.subsubHeader {
	color: #663300;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:12px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.sidebarHeader {
	color: #4a5527;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.detailText {
	font:11px arial;
	color:#7A8B3F;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}
	

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #CC0033;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	letter-spacing: 0.1em;
	margin-top:0px;
	line-height: 20px;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
.eventContent {
	font:11px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	
	}
