h1 {
	font-size: medium;
	color: #000000;
}
.tourneyresults {
	padding: 10px;
	text-align: center;
	border: 1px solid #000000;
	font-size: small;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	background-color: #FFFFFF;
}
.eventbox {
	margin: 30px;
	padding: 0px;
	position: relative;
	background-color: #FFFFCC;
	width: 65%;
	border: 1px solid #000000;
}
.eventboxheader {
	font-size: x-large;
	color: #FFFFCC;
	background-color: #003300;
	width: 100%;
	font-weight: bold;
	height: 25%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: middle;
	margin: 0px;
	padding: 20px;
}
p.events {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin: 2;
}
p.events.month {
	font-weight: bold;
}
p.eventmonth {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 2px;
}
p {
}
p.eventfee {
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.eventdate {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.eventsponsorbox {
	font-size: 9px;
	float: right;
	width: 125px;
	border: 2px solid #000000;
	margin-right: 30px;
	text-align: center;
	padding: 4px;
}
.eventlist {
	padding: 5px;
	float: left;
	list-style-position: outside;
	list-style-type: disc;
	width: 300px;
}
.backlink {
	text-align: center;
	background-color: #009999;
	width: 75%;
}
.infobox {
	border: 1px solid #003300;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.infoboxheader {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFCC;
	background-color: #003300;
	margin: 0px;
	padding: 0px;
}
.infoboxsideborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
}

.eventlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
.nav {
	margin-left: 10px;
}
