@charset "UTF-8";
body {
	background-color: #F9F9F7;
	background-image: url(../assets/bodybak.GIF);
	background-repeat: repeat-x;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#divContainer {
	width: 780px;
	padding: 0px;
	background-color: #122417;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#divLeftNav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 100%;
}
#divHeader {
	margin: 0px;
	padding: 0px;
}
#divTopNav {
	text-align: center;
	background-color: #122417;
	margin: 0px;
	padding: 0px;
}
#divContentContainer {
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
}
#divFooter {
	background-color: #CCCCCC;
	margin: 0px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #070F0B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #070F0B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#divFooter a:link {
	color: #333333;
}
#tdLeftNav {
	background-color: #122417;
	width: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	vertical-align: top;
}



/* This is the beginning of the menu for left Navigation */
div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	overflow: hidden;
	background-image: url(../assets/title.gif);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4B845A;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* End of Left Navigation Section */

#tdContent {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 12px;
}
.tdContentNoPadding {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.sectionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #09120B;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#tdTournament {
	text-align: center;
	vertical-align: middle;
	width: 50%;
	padding: 5px;
	border: 1px solid #122417;
}

