@CHARSET "ISO-8859-1";

body {
	background-color:#5279AD
}

h1 {
	text-align: center;
	color: navy;
}

#events {
	width:  200px;
}

#footer {
	background-color: #f4f4f4;
	padding-top:25px;
	padding-left:10px;
	padding-bottom:25px;
}

#header {
	text-align: center;
}

#main {
	border-right: 2px black solid;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#mainTable {
	height: auto;
	width: 85%;
	background-color: white;
	border-style: solid;
	border-color:navy;
	border-width:2px;
}

#navigation {
	width: 165px;
}

#headertable {
	text-align: center;
	width: 100%;
}

#board {
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

#bannercolor {
	background-color: #f4f4f4;
}

h3, h4 {
	color: #780000;
	text-align: center;
}

#menu {
	width: 100%;
	border-color:navy;
	border-width:4px;
	border-style:solid;
}

ul.square {
	list-style-type:square
}

ul.disc {
	list-style-type:disc
}

h4.board {
	color: navy;
	text-align: left;
}

h3.left {
	text-align: left;
	color: #780000;
}