@charset "utf-8";


body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	background-color: #FFFFFF;
}
p {
	font-size: small;
	padding-top: 0px;
	margin-top: 0px;
}
h1 {
	font-size: xx-large;
	color: #CC0000;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	color: #000000;
	text-align: center;
	font-size: x-large;
}
h3 {
	font-size: large;
	color: #CC0000;
	font-weight: normal;
}
h4 {
	font-size: medium;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

th p {
	color: #FFFFE8;
	background-color: #CC0000;
	display: block;
	font-weight: normal;
	font-size: medium;
	margin-bottom: 0px;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.bullet li {
	list-style-image: url(images/star.gif);
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}



.motto {
	font-size: medium;
	color: #CC0000;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.left_border {
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.right_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

.main_text {
	padding-left: 30px;
	font-size: small;
}
.address {
	font-size: medium;
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
}
.homepage {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.address a {
	color: #CC0000;
}
.nav a {
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 2px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #000000;
	font-weight: normal;
	background-color: #CC0000;
}
.nav a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.subnav a {
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 2px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border: thin solid #000000;
	font-weight: normal;
	background-color: #CC0000;
}
.subnav a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.small {
	font-size: x-small;
}
.highlight {
	color: #CC0000;
	font-weight: bold;
}
.bigger {
	font-size: medium;
}
.breadcrumb a {
	font-size: small;
	color: #CC0000;
}

