body {
	font-family:sans-serif;
	font-size:.8em;
	line-height:1.2em;
}

h1 {
	color: #0e235f;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
}

h2 {
	color: #0e235f;
	font-size:1em;
	text-transform:uppercase;
	text-align:center;
	margin-top:-7px;
	font-weight:lighter;
}

h3 {
	color: #ed1212;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	line-height:1.2em;
}

h4 {
	font-weight:bold;
	text-align:center;
}

h5 {
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
}

h6 {
	font-weight:bold;
	font-size:1em;
	line-height:.8em;
	margin-top:-5px;
}

a, a:hover, a:active, a:visited {
	color: #3377be;
	text-decoration:none;
	font-weight:bold;
}

p {

}

img {
	padding:2px;
	vertical-align:middle;
}

a img {
	border:0;
}

#wrapper {
	width:772px;
	margin:30px auto;
}


#header {
	background: url('../images/header.jpg') no-repeat;
	width:772px;
	height:121px;
	margin:5px 0;
}

#navibar {
	background: url('../images/navibar.jpg');
	width:772px;
	height:27px;
	margin:5px 0;
	padding-top:12px;
}

#navibar a {
	text-align:center;
	color: #fff;
	margin-left:45px;
	text-transform:uppercase;
	text-decoration:none;
}

#left {
	background: url('../images/left.jpg') repeat-y;
	width:103px;
	margin:-5px 0;
	float:left;
}

#right {
	background: url('../images/right.jpg') repeat-y;
	width:103px;
	margin:-5px 0;
	float:left;
}

#content {
	width:546px;
	margin:10px;
	float:left;
}

#footer {
	background: url('../images/footer.jpg') no-repeat;
	height:121px;
	width:772px;
	clear:both;
	margin-bottom:5px;
}

#contactform {
	width:300px;
	margin:20px auto 0 auto;
}

.yellow {
	background: url('../images/yellow.jpg');
	width:772px;
	height:61px;
	padding-top:5px;
}

.center {
	text-align:center;
	margin-top: 5px;
}

.borders {
	width:500;
	margin:20 auto 20 auto;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	padding:15px 0;
}

.listname {
	width:480px;
	margin:20px auto 0 auto;
	font-weight:bold;
	color: #ed1212;
	text-align:left;
	text-decoration:none;
}

.listname span {
	font-weight:normal;
	font-size:1em;
	line-height:1.5em;
	color: #000;
	margin-left:20px;
	display:block;
}

.listname span a {
	font-weight:normal;
	font-size:1em;
	line-height:1.5em;
	color: #000;
	text-indent:20px;
	text-decoration:underline;	
}

table {
	width:460;
	margin:0 auto;
}

td.date {
	font-weight:bold;
	font-size:.8em;
	color: #ed1212;
	text-align:left;
	width:90px;
	padding-top:15px;
	vertical-align:top;
}

td.event {
	font-size:.8em;
	padding-top:15px;
	line-height:1.3em;
	vertical-align:top;
}

.rule {
	width:450px;
	height:10px;
	border-top:2px solid #ee1e1e;
	margin:25px auto;
}

.redtext {
	font-size: 1.2em;
	color: red;
	font-weight: bold;
	text-align: center;
}