@charset "utf-8";
/* CSS Document */

#header {
	font-weight:;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	float: right;
	height: 100%;
	width: 100%;
	text-align: right;
}

#Events {
	font-size:24px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	text-align: center;
	width: 100%;
}

#titles {
	font-size:55px;
	font-weight:;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	text-align: center;
	width: 100%;
}
#homepagetext {
	font-size:17px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	text-align: center;
	width: 100%;
}
#welcomemessage {
	font-size:24px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:none;
	height: 100%;
	text-align: center;
	width: 100%;
}
	
#content {
	font-size:18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	text-align: center;
	width: 100%;
}

#text {
	font-size:18px;
	font-weight:;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	width: 100%;
	text-align: center;
}
#footer {
	background-image:url(../Site%20Images/footer_bg.png);
	font-weight:;
	font-size:9px
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 100%;
	text-align: left;
	width: 100%;
}

#newstextbox {
	font-weight:;
	font-size:14px;
	float: left;
	height: 100%;
	text-align: center;
	width: 300px;
	margin-left: 30px;
	display:block;
	overflow: hidden;
	margin-right: 5px;
}

#framepages {
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

A.linksmenu:link {
	COLOR: #000000;
	TEXT-DECORATION: none
}
A.linksmenu:hover {
	COLOR: #0000CD;
	TEXT-DECORATION: underline
}
A.linksmenu:active {
	COLOR: #ffff00;
	TEXT-DECORATION: underline
}
A.linksmenu:visited {
	COLOR: #000000;
	TEXT-DECORATION: none
}
A.linksmenu:hover:visited {
	COLOR: #0000CD;
	TEXT-DECORATION: underline
}
