﻿#content {
	border: 5px none #FFFFFF;
	margin: 15px 10px 10px 15px;
	padding: 10px;
	width: auto;
	background-color: #FFFFEC;
	height: auto;
	overflow: scroll;
}
#masthead {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	height: 200px;
	background-image: url('images/Masthead.jpg');
	background-repeat: no-repeat;
}
#container {
	border: medium outset #FFEC9B;
	width: 67%;
	height: auto;
	background-color: #3B7A84;
	margin-top: 20px;
	margin-bottom: auto;
	margin-left: 16%;
}
#body {
	background-position: center top;
	background-color: #000000;
	background-image: url('images/Background.gif');
	background-repeat: repeat-x;
}
#nav {
	float: left;
	width: 11%;
	position: fixed;
	top: 250px;
	left: 6%;
	background-color: #3B7A84;
	color: #FFEC9B;
	font-weight: bold;
	border-style: outset none outset outset;
	border-color: #FFEC9B;
	border-width: medium;
}
h3 {
	margin: 20px 0px 10px 0px;
	font-style: italic;
	color: #00004F;
	font-size: 20px;
}
p {
	margin: 0px 0px 0px 50px;
}
h2 {
	font-size: 25px;
	color: #640000;
	border-bottom-style: double;
}
#calander {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
}
#picture {
	width: 100px;
	height: 100px;
}
table {
	margin-right: auto;
	margin-left: auto;
}
#top_pic {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #FF9933;
	font-weight: 100;
}

#contact_info {
	text-align: center;
	color: #FFFF66;
	background-color: #3B7A84;
	font-size: small;
}

#calendar_link {
	text-align: right;
	padding-right: 50px;
}
a {
	color: #FFCC66;
	text-decoration: underline overline;
	font-weight: bold;
}

