
a:link     { color: rgb(0,51,00)  }

a:visited    { color: rgb(00,99,33)  }

a:active		{ color: rgb(255,0,0)  }

BODY {
	font-family: Arial Rounded,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: rgb(000,000,000);
	background-image: url(images/elkbkg.gif);
}

H3 {font-family:Arial Rounded,Arial,Helvetica,sans-serif; font-size:14pt; color: rgb(128,0,0)}

H4 {font-family:Arial Rounded,Arial,Helvetica,sans-serif; font-size:12pt; color: rgb(128,0,0)}

.spanstyle   { position: absolute; visibility: visible; top: -50px; font-size: 12pt; color: #800000 }

/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 132px;
 list-style: none;
 border: 1px;
 /*background: url(images/navbutton7.gif) repeat-y;*/
 background: #C03715;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 134px;
 background: #C03715;
 border: 0px;
 padding: 0px;
}

.menulist li {
	position: relative;
	border: 1px solid #EDE3D7;
	margin-bottom: 0px;
}

.menulist ul>li:last-child {
 margin-bottom: -1px;
}

.menulist a {
	padding: 4px;
	font-color: #EDE3D7 !important;
	color: #EDE3D7 !important;
	font-size: 13px !important;
	text-decoration: none !important;
	display: block;
	font:  13 px;
	font-weight: normal;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000 !important;
 background-color: #C74D2F !important;
}
.menulist a.highlighted {
 color: #000 !important;
 background-color: #C03715 !important;
}

.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */

.Holiday { font-family: Times New Roman, 
	Arial; font-size: large; 
	font-weight: 800; 
	font-style: italic; 
	color: #FF0000;}