@CHARSET "ISO-8859-1";
/* defaults */
body {
  	min-width: 800px;
  	max-width: 1200px;
	background:white;
	font-family: Verdana, Ariel, helvetica, 'trebuchet ms', sans-serif;
	font-size: small;
	margin: auto;
	
}
a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* a table is used to split page top to bottom
   the following describe the columns */
td.nav {
	background-color: #66CC99;
	vertical-align: top;
}
td.main {
	vertical-align: top;
}
#wrapper {
	border-left: 6px solid white;
	border-right: 6px solid white;
	padding: 0;
	margin: 0;
}

/* header stuff */
#banner {
	background-color: white;
	clear:both;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* title bar at top of content area */
#pagetitle {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	width:auto;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.0em;
	color: #0066CC;
	border-top: 4px solid #0066CC;
}
#pagetitle span {
	border-bottom: 1px solid #660000;
}
/* content area */
#content {
	color:#003399;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: left;
	line-height: 140%;
}
#subtitle {
	 background-color: white;
	 color: #009933;
	 padding-top: 3px;
	 padding-bottom: 3px;
	 text-align: center;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 1.5em;
	border-top: 4px solid #66CC99;
	border-bottom: 1px solid #66CC99;
	margin-bottom: 1em;
}
#content em {
	font-size:1.1em;
	line-height: 120%;
}
#content ul {
	list-style-type: square;
}
#content h1 {
	font-size:1.3em;
	font-weight: bold;
	/* color: #FFFF66; */
}
#content h2 {
	font-size:1.1em;
	font-style: italic;
	/* color: #FFFF66; */
}
#content a {
	color: #660000;
}
sup {
	font-size: .5em;
	line-height: .5em;
}
td.highlight {
	font-weight: bold;
}
table.calendar {
	border-spacing: 10px;
}
td.cal-dt {
	font-weight: bold;
	vertical-align: top;
}
em.title {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
/* images and their captions */
#right {
	float: right;
}
#caption {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
	line-height: 110%;
	margin: 0;
}
#subcaption {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: .6em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 110%;
	color: #A0A0A0;
	margin: 0;
}
#subcaption a {
	color: #A0A0A0;
}

/* general navigation buttons */
#button {
	background-color: #66CC99;
	padding-top: 40px;
	padding-bottom: 50px;
	/* line-height: 100%; */
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #008800;
}
#button li a {
	display: block;
	padding: 5px;
	background-color: #66CC99;
	color: #3366CC;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}
#button li a:hover {
	background-color: #99CCFF;
	color: #3300CC;
}
#button li a.selected {
	color: #3300CC;
}
#topnav {
	width:auto;
	clear:both; 
	padding-top: 3px; 
	padding-bottom: 6px;
	background-color: #0066CC;
}
/* footer stuff */
#footer {
	clear:both;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	font-face: Verdana, Ariel, Helvetica, sans-serif;
	color: darkgrey;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #0066CC;
}

ul.footer-links {
	margin-top: 1px;
	list-style: none;
}

ul.footer-links li {
	float: left;
	margin-right: 15px;
	color: white;
}

ul.footer-links li a {
	color: white;
}
#designby {
	clear:both;
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	font-face: Verdana, Ariel, Helvetica, sans-serif;
	color: #000066;
	background-color: white;
}
