body,html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
	padding-top: 20px;
}

body {
	background-color: #0A2C59;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #646464;
}

a:hover {
	text-decoration: none;
}

a.little_gray {
	color: #646464;
}

a.bold_red {
	font-weight: bold;
	color: #be4319;
}

span.big_bold_red {
	font-weight: bold;
	color: #be4319;
	font-size: 120%;
}

span.bold_red {
	font-weight: bold;
	color: #be4319;
}

span.regular_red {
	font-weight: normal;
	color: #be4319;
}

form {
	display: inline;
}

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

h1 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	
}

h2 {
	margin-top: 4px;
	padding-bottom: 6px;
	font-size: 15px;
}

div#inner_content {
	padding: 10px;
}

div.one_half {
	width: 49%;
	float: left;
}

div.one_third {
	width: 32%;
	float: left;
}

div.indent {
	padding: 10px;
}

div.clearer {
	clear: both;
}

div#main_container {
	margin: 0 auto 0 auto;
	width: 904px;
	height: 570px;
	padding: 20px;
	background: #0A2C59 url(../images/bg.gif) top left no-repeat;
}

div#header_container {
	background: #0082D1 url(../images/topbg.jpg) top left no-repeat;
	text-align: right;
	height: 98px;
}

div#flash_content {
	padding-top: 10px;
}

div#button_container {
	height: 40px;
}

div.tournament_table td {
	border: 1px solid #0A2C59;
	background-color: #CCC:
}

div#info_container {
	text-align: left;
	background: #FFF url(../images/innerbg.gif) top left no-repeat;
	height: 312px;
	color: #000;
	padding: 20px;
}

div#tournament_container {
	padding-top: 4px;
}

div#sponsors {
	padding-top: 10px;
}

div#copyright {
	text-align: right;
	color: #d5d5d5;
	font-size: 10px;
}

div#info_buttons {
	overflow:auto;
	height: 316px;
	border-right: 1px solid #0A2C59;
	width: 200px;
	float: left;
}

div#info_area {
	overflow: auto;
	height: 316px;
	padding-left: 10px;
}

