@charset "UTF-8";
body {
	height: 100%;
}
#Container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #639;
}
#Logo {
	float: none;
	height: 150px;
	width: 750px;
}
#MainNav {
	height: 25px;
	width: 750px;
	background-image: url(images/nav/nav_03.jpg);
	background-repeat: repeat;
}
#MainNav ul {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
}
#MainNav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#MainNav li a {
	color: #efe7d2;
	text-decoration: none;
}
#MainNav li a:hover {
	text-decoration: underline;
}
#Flash {
	width: 200px;
	float: left;
	background-color: #0C9;
	height: 400px;
}
#Content {
	background-color: #ebe5d0;
	width: 550px;
	float: left;
	min-height: 375px;
}
#Text h2 {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	color: #381d08;
	font-weight: lighter;
}
#Text {
	padding-left: 10px;
	padding-right: 20px;
}
#Events {
	width: 381px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#Events img {
	margin-left: 10px;
	margin-bottom: 10px;
}
#Announcements {
	float: right;
	width: 200px;
	background-color: #605810;
	min-height: 575px;
	background-image: url(images/sidebar/announce.jpg);
	background-repeat: no-repeat;
}
#Announcements ul {
	font-size: 0.9em;
	list-style-type: none;
	text-indent: 0px;
}
#Announcements li {
	color: #EFEADA;
	font-weight: bold;
	text-indent: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#Announcements li a {
	color: #EFEADA;
	text-decoration: none;
}
#Announcements li a:hover {
	text-decoration: underline;
}
#Footer {
	height: 25px;
	float: left;
	width: 550px;
	background-image: url(images/index/bottomNav.jpg);
	color: #ebe5d0;
	font-size: 0.8em;
}
#Footer ul {
	list-style-type: none;
	display: block;
	margin-top: 7px;
	margin-bottom: 0px;
}
#Footer li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.75em;
	margin-left: 0px;
}
#Footer li a {
	color: #efe7d2;
	text-decoration: none;
}
#Footer li a:hover {
	text-decoration: underline;
}
#FacebookTwitter {
	color: #EFEADA;
	font-size: 0.9em;
	padding-left: 35px;
	width: 146px;
	left: 828px;
	top: 375px;
	margin-right: 20px;
}
