/* CSS Document */
a { text-decoration: none; color:  #006633; }
a:visited { color:  #006633;; }
a:active { color:  #ccc; }
a:hover { color: #FFCC00;; text-decoration: underline; }

body {
	margin: 10px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFE8;
	font-size: 74%;
}
hr { color: #006633; height:1px; }

strong, b {
	font-weight: bold;
	}
p {
	line-height: 1.4em;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	font-weight:900;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img { border: 0; }


/**** Navigation Styles ************/

#navlist
{
margin: 0;
width: 13em;
}

#navlist li { list-style: none; border-top: 1px solid black; font-size: 0.9em;  }

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.6em solid #fff;
	text-decoration: none;
	background-color: #006633;
}

#navlist li a:link {
	color: #fff;
}
#navlist li a:visited { color: #fff; }

#navlist li a:hover { 
	border-color: #FE3; color: #000; background: #332; background-color: #FFCC00; }

.middleContent { font-size: 1.5em; }
#rightContent a {
	color: #fff;
	font-weight: bold;
}
#priceIncludes {
	background-color: #F2F7F5;
	padding: 5px;
	margin: 10px;
	border: 1px solid #006633;
	color: #006633;
	display:block;
	clear:both;
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#priceIncludes p { font-weight: bold; }


/**** Event ************/
.EventDate { background-color: #eee; padding: 3px; }

#divTariff table { border: 1px solid black;  border-collapse: collapse;}
#divTariff td { padding:3px; border: 1px dotted #ccc;  border-collapse: collapse;}
#divTariff th { padding:3px; background-color: #000; border-collapse: collapse; color: #fff; }
