body {
	font-family: Verdana, sans-serif;
	font-size: .9em;
	color: #000;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


/* ---- LINKS ---- */
a {
	/* font-weight: bold; */
	text-decoration: underline;
	color: #81670e;
	}
	
a:active, a:visited {
	color: #01273d;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
/* ---- END OF LINKS ---- */


/* ---- POSITIONING ---- */	

#container {
	position: relative;
	top: 0px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}
		
#header {
	position: relative;
	top: 0px;
	height: 200px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	border: 0;
}



.main {
	border: solid thin #987003;
	background-color: #efe5c5;
	padding: .8em;
	text-align: left;
	}

.hap {
	padding: 1.5em;
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#footer {
	position: absolute;
	width: 100%;
	background-color: #fff;
	padding: .5em;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	color: #000;
	text-align: center;
}
/* ---- END POSITIONING ---- */


/* ---- FONTS ---- */	
	
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #987003;
	font-weight: bold;

	font-variant: small-caps;
}

h2{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #987003;
	
	}
	
h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #01273d;
	text-transform: uppercase;
	}

.cal {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #386517;
	font-size: 1.1em;
	font-weight: bold;
}

.fontsizer {
	font-family:  Verdana, sans-serif;
	font-size: .8em;
	color: #987003;
	float: right;
	display: block;
	padding: .5em;
	font-style: normal;
}

.fontsizer img {
	border: 0;
}

.fontsizer a, .fontsizer a:visited, .fontsizer a:active {
	text-decoration: none;
	color: #000;
	}

.fontsizer a:hover {
	text-decoration: underline;
	color: #987003;
}

	
.motto {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;

	padding: 1em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	clear: none;
	height: 1em;
	color: #01273d;
}

.here {
	top: 0px;
	font-size: .7em;
	font-family: "Trebuchet MS", sans-serif;
	float: left;
}

.sub {
	font-style: italic;
	}

blockquote {
	width: 43%;
	border-left: solid 5px #386517;
	border-top: solid 1px #386517;
	border-bottom: solid 1px #386517;
	border-right: solid 1px #386517;
	padding-left: 2em;
	padding: .8em;
	font-size: 1.2em;
	color: #01273d;
	display: block;
	margin-left: 2em;
	background-color: #fff;
	font-family: "Century Gothic", sans-serif;
}

.emph {
	position: relative;
	width: 70%;
	padding-left: 2em;
	font-size: 1.2em;
	border-left: solid 5px #bf9e44;
	margin-left: 2em;
	margin-bottom: 1em;
}

.fm {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #01273d;
	text-transform: uppercase;
	font-size: 1.1em;
}

/* ---- END FONTS ---- */


input, textarea, select, text {
	background-color: #fff;
	border: solid 1px #987003;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #01273d;
	margin-bottom: 2em;
	}
	
table, td {
	padding-bottom: .5em;
	padding-right: .5em;
	vertical-align: top;
}
	
.img {
	background-color: #f8f8f8;
	padding: 4px;
	border: solid 1px #987003;
}
	
.events {
	width: 70%;
	padding: 1.5em;
	margin: 1.5em;
	border: 0;
}

.under  {
	border-bottom: solid 1px #386517;
}

.tall {
	height: 20px;
}

.left {
	float: left;
	padding: 2em;
}

.right {
	float: right;
	padding: 1em;
}

.rightimg {
	float: right;
	padding: 1em;
	border: 0;
}

.center {
	text-align: center;
}

.contact {
	float: left;
	margin-right: 3em;
}

ul {
	list-style-type: square;
	padding: 1em;
}

ol {
	padding: 1em;
}

.con ul{
	list-style-type: none;
	padding: 1em;
	}

.con ul li ul{
	padding: .7em;
	}


