HTML {
	noheight: 100%;
}

img.png {
	behavior: url("/js/pngbehavior.htc");
}
BODY {
	background-color: #98cb4d;
	background: url('/images/bg03_light.gif') top left repeat;
	text-align:center;
	min-height: 100%;
	height: 100%;
	margin: 0px;
}
BODY#content {
	text-align: left;
	margin-left: 0px;
}
#container {
	position: relative;
	height: 100%;
	width: 85%;
	min-width: 620px;
	width: expression(document.body.clientWidth < 750? "640px" : "85%");
	text-align: left;
	background: white;
	margin: 0px auto;
	border: 1px solid black;
	border-top: none;
}

#container #lastMod {
	noposition: absolute;
	bottom: 0px;
	right: 0px;
	font: 500 12px sans-serif; 
	font-style: italic;
	padding: 3px;
	text-align: right;
	clear: left;
}
#header {
	text-align: center;
	background: url('/images/bg05.gif') top left repeat;
	height: 85px;
	padding: 4px;
	border-bottom: 6px black ridge;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header H1 {
	padding-top: 10px;
	font-variant: small-caps;
	margin: 0px;
	font-size: 28px;
}
#header H3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-stretch: expanded;
}
#nav {
	float: left;
	display: inline;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav #navLinks {
	text-align: center;
	background-color: #98cb4d;
	noheight: 300px;
}
#nav #navFooter {
	height: 50px;
	background: url('/images/bg_nav_fade.gif') top left repeat-x;
}
#nav .navLink {
	text-align: left;
	border-bottom: 1px solid white;
	padding: 2px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
}
#nav .expandable {
	background: url('/images/plus.gif') 1px 5px no-repeat;
}
#nav .expanded {
	background: url('/images/minus.gif') 1px 5px no-repeat;
}
#nav .navLink A {
	text-decoration: none;
	color: white;
}
#nav .navLink A:hover {
	color:#0099FF;
}
#nav .subNav {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	display: none;
}
#nav .subNav A {
	display: block;
}
	
#content {
	position: relative;
	margin: 12px 10px 22px 165px;
	min-height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content P, #content TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content TD P {
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content H2#pageTitle {
	font-variant: small-caps;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 8px 0px;
}
#content H3#pageSubTitle {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 8px 0px 8px 10px;
}
#content H3 {
	font-size: 14px;
}
#content H4 {
	font-size: 15px;
	color: #57747F;
}
#content .quote {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #AFA483;
}
#content .alert {
	color: red;
}
#content .expandable {
	background: url('/images/plus_black.gif') 1px 3px no-repeat;
}
#content .expanded {
	background: url('/images/minus_black.gif') 1px 3px no-repeat;
}

#content .faqQuestion {
	margin: 5px 0px 2px 0px;
	padding-left: 17px;
}
#content .faqQuestion A {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#content .faqAnswer {
	margin-top: 5px;
	display: none;
	padding-left: 30px;
	font-size: 12px;
}
#content .faqAnswer P {
	margin: 0px;
	padding-bottom: 6px;
}

#content .faqAnswer UL {
	margin-top: 2px;
	margin-bottom: 2px;
}
#content .faqAnswer LI {
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#content .slideshowContainer {
	background-color: #D7EFB3;
	position: relative;
	width: 300px;
	height: 270px;
	float:right;
	text-align: center;
	display: inline;
	margin-left: 10px;
	margin-bottom: 6px;
	border: 3px outset gray;
	
}
#content #slideshow IMG {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;	
	nowidth: 300px;
	noheight: 225px;
}
#content TABLE.slideshowNav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
}
.slideshowNav IMG {
	cursor: pointer;
}
#content TABLE {
	margin: 0px -2px;
}
TD#calHeader {
	font-size: 22px;
	font-weight: bold;
}
#calendarContainer {
	margin-top: 6px;
}
.calendar {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	margin: 0px !important;
	margin: 0px -2px;
}
.calendar TH {
	border: 1px solid black;
	font-size: 20px;
}
.calendar TD DIV.day{
	font-size: 14px;
	font-weight: bold;
}
.calendar TD {
	text-align: center;
	border: 1px solid black;
	font-size: 10px;
	vertical-align: top;
	padding: 3px 3px 8px 3px;
	width: 14.2%;
	height: 80px;
}
#footer {
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px;
	min-width: 620px;
	width: expression(document.body.clientWidth < 650? "640px" : "100%");
}

#footer A {
	text-decoration: none;
}
