BODY {
	background-color: #FEF5CE;
	color:#660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	margin: 0px 0px 20px 0px;
}

a:link { color: #FF6600; }
a:visited {	color: #000099; }
a:active { color: #669900; }
a:hover { color: #669900; }

H1 { FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #006633; FONT-FAMILY: Arial, Helvetica, sans-serif;  padding : 0px;  }
H2 { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #FF6600; FONT-FAMILY: Arial, Helvetica, sans-serif;   padding : 0px;  }
H3 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000099; FONT-FAMILY: Arial, Helvetica, sans-serif;   padding : 0px;  }
H4 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;   padding : 0px;  }

UL {FONT-SIZE: 13px; list-style : url(/images/diamond.gif);   }

TABLE { color : #660000; font-family: Arial, Helvetica, sans-serif; font-size : 13px;}
TD { color : #660000; font-family: Arial, Helvetica, sans-serif; font-size : 13px;}

.black { COLOR: #000000; }
.blue { COLOR: blue; }
.blue_dark { COLOR: #000099; }
.burgundy { COLOR: #990033; }
.green { COLOR: #009933; }
.green_dark { COLOR: #006633; }
.orange {color : #FF6600; }
.rust { COLOR: #990000; }
.tan { COLOR: #CCCC99; }
.tan_bkg {  background-color : #CCCC99; }
.tan_dark { COLOR: #808040; }
.tan_dark_bkg { background-color : #808040;  }

.button{
  font-weight: bold;
  border: 1px outset #fff;
  color: #fff;
  background-color: #ff6600;
}

.caption { FONT-SIZE: 11px; COLOR: #000099; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-ALIGN: left; }

.date {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px;
}

.error  {
	font-family: Arial; 
	font-size: 14px; font-weight : bold; 
	color : #990000;
}

.eventmonth {
	 FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #660000; FONT-FAMILY: Arial, Helvetica, sans-serif;
 list-style-image : none;
	padding-bottom : 3px;
}
.eventitem {
	COLOR: #000099; FONT-FAMILY: Arial, Helvetica, sans-serif;  list-style-image : none;
	padding-bottom : 3px;
	font-weight : normal;
}

.event-information	{
		color:#660000; FONT-FAMILY: Arial, Helvetica, sans-serif;  list-style-image : none;
	padding-bottom : 3px;
}

fieldset {
  position:relative;margin: 0px;
  padding:5px; width:95%;
  border: 1px solid Blue;
}

legend {
  padding:2px;
  color : #000080;
}

.footer {
	COLOR: #006633; FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.searchbox {
  color: #009966;
}

.searchbox text {
  background-color: #000080;
}


#etoNotice { 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px; color: #666666;
  margin-top : 10px;
  text-align : center;
}
#etoNotice a:link		{ color: #666666; text-decoration: underline }
#etoNotice a:visited	{ color: #666666; text-decoration: underline }
#etoNotice a:hover		{ color: #666666; text-decoration: underline }
#etoNotice a:active	{ color: #666666; text-decoration: underline }

.pagetrail, .pagetrail a,.pagetrail a:hover,.pagetrail a:link,.pagetrail a:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-top : 3px;
  padding-bottom : 3px;
  padding-right : 5px;
  text-transform: lowercase;
}

.quote {
	border : 1px solid #FF6600;
	clear : both;
	color : #660000;
	padding : 6px 6px;
	background : #FFFFEC;
}

.navigation { 
  padding: 0px;
  margin: 0px;
  width:150px;
  height: 100%; 
  border: none;
  background: transparent;
}

.navigation a,.navigation a:hover {
  padding: 2px;
  margin: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
  display: block;
  color: #660000;
  border: 1px solid #FFFFFF;
  background: transparent;
  text-decoration: none;
}


 /* Stylesheet settings for ListMenu Snippet
// STYLES used
//
// #LM_level_N      menu level where N is the number of the depth
//                  starting at 0
// #LM_youAreHere   menu item of current location
// .LM_expanded     expanded menu item with children
// .LM_collapsed    menu item with childen, but not expanded
// .LM_endPage      menu item with children
// .LM_description  menu item description
// 
*/

/* ListMenu Styles */

#listMenuWrapper {
position:relative;margin:0;padding:0;
font-size: 12px;
color: #660000;
text-transform: lowercase;
}

#listMenuWrapper ul {
position:relative;margin:0;padding:0;
 list-style-image : none;
}

#listMenuWrapper ul li {
position:relative;margin:0;padding:1px;
 list-style-image : none;
border-color: #f0e7d7 #aaab9c #cccccc #ffffff;
}

#listMenuWrapper a, #listMenuWrapper #LM_youAreHere {
display: block;
position:relative;margin:0;padding:1px;
border-width: 1px;
border-color: #f0e7d7 #aaab9c #ccc #fff;
border-style: solid;
text-decoration: none;
}

#listMenuWrapper .snippetName a {
position:relative;margin:0;padding:0;
display:inline;
}

.LM_collapsed a { }
.LM_collapsed a:hover {

	border-color: #f0e7d7 #fff #fff #ccc;
	color : green;
	font-weight : bold;
	 }

.LM_expanded a { }
.LM_expanded a:hover { 

	border-color: #f0e7d7 #fff #fff #ccc;
		color : green;
	font-weight : bold;
	}
.LM_expanded #LM_youAreHere {
 font-weight : bold;
background: #660000;
border-color: #f0e7d7 #fff #fff #ccc;
 color : White;
}

.LM_endPage a { }
.LM_endPage a:hover  {

	border-color: #f0e7d7 #fff #fff #ccc;
		color : green;
	font-weight : bold;
}
.LM_endPage #LM_youAreHere {
 font-weight : bold;
background: #660000;
border-color: #f0e7d7 #fff #fff #ccc;
 color : White;
}

#LM_level_1 li a, #LM_level_1 li #LM_youAreHere {padding-left:8px;}
#LM_level_2 li a, #LM_level_2 li #LM_youAreHere {padding-left:16px;}
#LM_level_3 li a, #LM_level_3 li #LM_youAreHere {padding-left:24px;}
#LM_level_4 li a, #LM_level_4 li #LM_youAreHere {padding-left:32px;}

#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19, #div20, #div21, #div22, #div23  {
	position:absolute;
	top: 150;
	left: 320;
	width:240px;
	visibility:hidden;
	background:white;
	padding: 3px 3px;
}