@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12px;
	background-image: url(Background.jpg);
	text-align: center;
	color: #000080;
}

#UpcomingEvents {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000080;
	border-bottom-color: #000080;
}
#UpcomingEvents div {
	overflow: auto;
	height: 350px;
}
#UpcomingEvents table {
	margin-right: auto;
	margin-left: auto;
}
#UpcomingEvents  .oddRow {
	background-color: #000080;
	color: #ffffff;
}
#UpcomingEvents .hoverRow {
	color: #000000;
	background-color: #C0C0C0;
}
#UpcomingEvents .selectRow {
	color: #ffffff;
	background-color: #404040;
}
#UpcomingEvents th {
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
	background-color: #c0c0c0;
	cursor: pointer;
}
#UpcomingEvents th:hover {
	color: #404040;
}
#UpcomingEvents tr {
	cursor: pointer;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer a {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: underline;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}




h3 {
	font-size: 16px;
	color: #000080;
	text-align: center;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #000080;
	font-weight: bold;
	text-align: center;
}
a {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	color: #000080;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	background-color: #000080;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
