/* CSS Document */
<!--
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #006633;
}
.Header_Text {
	font-family: arial;
	color: #003300;
	font-size: 22px;
}
.Title_Text {
	font-family: arial;
	color: #003300;
	font-size: 18px;
}
.Body_Text {
	font-family: arial;
	color: #003300;
	font-size: 14px;
}
.Accent_Text {
	font-family: arial;
	color: #003300;
	font-size: 14px;
	font-style: italic;
}
.Accent_Text2 {
	font-family: arial;
	color: #003300;
	font-size: 14px;
	font-weight:bold;
}
.Sub_Text {
	font-family: arial;
	color: #003300;
	font-size: 12px;
}
.Footer_Text {
	font-family: arial;
	color: #003300;
	font-size: 14px;
	font-weight: bold;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: arial;
color: #003300;
font-size: 14px;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display:block;
text-indent: 25px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4ae17c;
background-image:url(img/menu-bkgnd.jpg);
color: #333333;
}

#dropmenudiv a:visited {
	color: #333333;
}

#dropmenudiv a:active {
	color: #006633;
}

#dropmenudiv a:link {
	color: #000000;
}
.Sunset_Table {
	cellspacing:3;
	text-align:left;
	cursor:inherit;
	font-family: arial;
	color: #003300;
	font-size: 12px;
}
.Sunset_Day {
	cursor:inherit;
	font-family: arial;
	color: #003300;
	font-size: 12px;
	font-weight:bold;
	background-color:#A0DCE2;
}
.Sunset_Times-norm {
	cursor:inherit;
	font-family: arial;
	color: #003300;
	font-size: 14px;
	background-color:#D8F0F3;
}
.Sunset_Times {
	width:55;
	cursor:inherit;
	font-family: arial;
	color: #003300;
	font-size: 12px;
	background-color:#D8F0F3;
}
.Sunset_Title {
	cursor:inherit;
	font-family: arial;
	color: #003300;
	font-size: 18px;
	background-color:#0EB85A;
}

-->