@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;
	
}
.quote {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
/* 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 #99CCFF;
	border-right: 6px solid #99CCFF;
	padding: 0;
	margin: 0;
}

/* header stuff */
#banner {
	background-color: #99CCFF;
	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: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 2.0em;
	color: #009933;
	border-top: 4px solid #66CC99;
}
#pagetitle span {
	border-bottom: 1px solid #009933;
}
/* content area */
#content {
	color:#3300CC;
	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: #009933;
}
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;
}
#readerbox {
	padding: 200px 10px 0 10px;
	text-align: center;
}
#readerbox p {
	color: #3366CC;
	font-style: italic;
	font-size: 80%;
}
/* footer stuff */
#footer {
	clear:both;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	font-face: Verdana, Ariel, Helvetica, sans-serif;
	color: #009933;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #99CCFF;
}
#footer a {
	color: #3366CC;
}
#designby {
	clear:both;
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	font-face: Verdana, Ariel, Helvetica, sans-serif;
	color: #000066;
	background-color: white;
}
