﻿h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	font-size: 32px;
	text-decoration: underline;
	color: #000066;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	position: relative;
	text-decoration: underline;
	color: #000066;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #000066;
}

.col_1 {
	float: left;
	width: 280px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000080;
}
.col_1 ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.indent {
	padding: 10px;
}
.col_2 {
	float: left;
	width: 615px;
}
.txt {
	font-size: 22px;
	color: #000080;
}
.clear {
	clear: both;
}
#inner_content p {
	text-align: justify;
}
.seperator {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000080;
}
.newsletter {
	border-width: 0px;
	padding-right: 40px;
	padding-left: 40px;
}
#inner_content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.white {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.tourney_nav {
	height: 35px;
	text-align:center;
}

.tourney_nav a:link {
	color: #000000;
	text-decoration: none;
}
.tourney_nav a:visited {
	color: #000000;
	text-decoration: none;
}
.tourney_nav a:hover {
	color: #000000;
	text-decoration: underline;
}

.blue {
	background-color: #406AB0;
}
.grey {
	background-color: #C0C0C0;
}
.frame {
	width: 550px;
	height: 1000px;
	padding-right: 10px;
	padding-left: 10px;
}

.tourney_nav ul {
	padding: 0px;
	margin: 0px;
	height: 35px;
}
.tourney_nav li {
	list-style-type: none;
	display: inline;
	line-height: 35px;
}
