
@charset "utf-8";

body {
	color: #606060;
	background-color: #FFFFFF;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
/*	line-height: 140%; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	/* base font size */
}

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	font-size: 140%;
	color: #3EA47D;
	text-align: center;
	font-weight: bold;
}

h2 {
	background-color: #D0EEE3;
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	border-left: 10px solid #228B22;
	border-bottom: 1px solid;
}

h3 {
	margin: 0px;
	padding-left: 10px;
}

hr {
	display: none;
}

img {
	border: none;
}

em {
	font-weight: bold;
}

table {
	border: 1px outset;
	width: 500px;
	margin-bottom: 1em;
}

td, th {
	border: 1px inset;
}

th {
	background-color: #FFFFF0;
}

th.middle_header {
	background-color: #98FB98;
	padding-right: 0.2em;
}

A:link {
	color: #339966;
}

A:visited {
	color: #339966;
}

A:active {
	color: #339966;
}

A:hover {
	color: #339966;
}

div.bodyframe {
/*	margin-top: 15px; */
	border: #3EA47D 1px solid;
	background-color: #D0EEE3;
	padding: 8px;
}

div.bodyinner {
	background-color: #FFFFFF;
	padding-bottom: 8px;
}

/*
div.bodyframe hr {
	clear: left;
	display: block;
}
*/
div.title {
	padding-top: 4px;
	text-align: center;
}

div.navigation {
	font-size: 80%;
	color: #606060;
	text-align: right;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	border-top: 1px solid #3EA47D;
	border-bottom: 1px solid #3EA47D;
/*	margin-top: 1em;
	margin-bottom: 3em;*/
}

div.sidebar {
	float: left;
	width: 170px;
	padding: 5px;
}

div.content {
	margin-left: 180px;
}

div.content p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content p:first-letter {
	padding-left: 1em;
}

div.content hr {
	display: block;
	width: 90%;
}

div.chapter {
}

div.footer {
	font-size: 9px;
	color: #777777;
	text-align: right;
	line-height: 1.4em;
	margin: 1em;
}

div.footer img {
	margin-left: 10px;
	margin-right: 10px;
}

/* index.html */

div.toptitle {
	text-align: center;
	margin-bottom: 1em;
}

div.map p {
	margin: 1em;
}

div.map img {
	border: 2px inset #3EA47D;
	padding: 4px;
	margin-left: 4em;
}

div.history ul {
	margin-right: 1em;
	list-style-type: none;
}

div.whatisztt {
}

div.whatisztt p {
	margin: 1em;
}

address {
	margin: 1em;
	text-align: right;
}

/* welcome.html */
div.schedule
{
	text-align: center;
}

/* intro.html */

div.photo {
	float: right;
}

div.photo img {
	border: 2px inset;
}

/* link.html */
div.link
{
	text-align: center;
}
