#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	background-color: #121B2C;
	color: #D7DE97;
	border: thin solid #CDCDCC;
	text-align: center;
	margin-top: 50px;
	float: none;
}
#welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #121B2C;
	background-color: #CDCDCC;
	border: thin solid #121B2C;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	float: none;
}
body {
	background-color: #4A4A4A;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2F426F;
	text-decoration: none;
}
a:visited {
	color: #4A4A4A;
	text-decoration: none;
}
a:hover {
	color: #BFC254;
	text-decoration: none;
}

#top_page {
	background-color: #121B2C;
	margin: 0px;
	border: thin solid #CDCDCC;
}

#events {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #CDCDCC;
	background-color: #121B2C;
	height: auto;
	width: 50%;
	border: 4px solid #BFC254;
	position: relative;
	top: auto;
	float: right;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: center;
	margin-top: 8%;
	margin-right: 10%;
}
#news {
	background-color: #121B2C;
	margin: 0px;
	float: none;
}
#links {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #121B2C;
	background-color: #CDCDCC;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	width: 20%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium solid #121B2C;
	text-align: left;
	line-height: 2;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-left: 5%;
}

#header {
	background-color: #CDCDCC;
	margin: 0px;
	border: 0px none #121B2C;
}




#container {
	background-color: #4A4A4A;
}
