
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-color: #2b523d;
	background-image: url(images/back.jpg);
	background-position: center;
}

ol {
	font-weight: bold;
}

#top {
	margin : 0px auto;
	width: 776px;
	padding : 0px;
	height: 190px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 20px 0px 0px 240px;
	width: 536px;
	height: 65px;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 776px;
	text-align:left;
	margin : 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/wrap_back.jpg);
}

#companion_sites {
	width: 776px;
	height: 30px;
	background-image: url(images/other_sites.jpg);
}

#leftnav {
	float : left;
	width: 170px;
	padding: 0px 0px 20px 22px;
	margin : 0px;
}

#nav_bar {
	margin : 0px auto;
	width: 180px;
	padding : 0px;
	height: 22px;
	background-image: url(images/navbar_green.gif);
}

#nav_bar_bottom {
	margin : 0px auto;
	width: 180px;
	padding : 0px;
	height: 22px;
	background-image: url(images/navbar_green_bottom.gif);
}

#content {
	width: 535px;
	margin-left : 225px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color : #FFFFFF;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #f1f1f1;
}

.nav_bar_text {
	font-family: "Impact";
	font-size: 16px;
	color: #ffffff;
}

.companion_links {
	font-family: "Impact";
	font-size: 18px;
	font-weight: normal;
	color: #c9c9c9;
}

.foot_nav {
	font-size: 11px;
	color: #f1f1f1;
	font-weight: bold;
}

ol {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color : #FFFFFF;
	font-weight : normal;
}

.tournament_desc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	font-variant: small-caps;
	color: #29902B;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.left_nav {
	font-family: "Arial Narrow";
	font-size: 13px;
	font-weight: bold;
	color: 0c470d;
}

.title,h1 {
	font-family: "Impact";
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-family: "Impact";
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.companion_links:link, a.companion_links:active, a.companion_links:visited {
	color : #eaeaea;
	font-size: 18px;
	font-weight:normal;
	text-decoration:none;
}

a.companion_links:hover {
	color : #98cc9f;
	font-size: 18px;
	font-weight:normal;
	text-decoration:none;
}

a.left_nav:link, a.left_nav:active, a.left_nav:visited {
	color: 0c470d;
}

a.left_nav:hover {
	color: 29902b;
	text-decoration:underline;
}

a.foot_nav:link, a.foot_nav:active, a.foot_nav:visited {
	color: #f1f1f1;
}

a.foot_nav:hover {
	color: #a0fcac;
}

a:link, a:active, a:visited {
	color : #0c470d;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #29902b;
	font-weight:bold;
	text-decoration:none;
}


