@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	background: #000C02;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.df #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	background-image:url(../img/containerBg.gif);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.df #container_store{ 
	width: 1100px;	
	background: #000C02;
	background-image:url(../img/containerBg_store.gif);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.df #container ul, .df #container_store ul
  {
  margin-left: 0;
  padding-left: 1em;
  }
.df #container li, .df #container_store ul
  {
  margin: 0;
  padding: 0;
  }
 
.df #header { 
	background-color: #00AF4C;
	background-image: url(../img/header_txt.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:210px; 
	padding: 0;
} 
.df #header_store { 
	background-color: #000;
	background-image: url(../img/header_txt_store.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:210px; 
	padding: 0;
} 

/*.df #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
*/
.df #header div.logo, .df #header_store div.logo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-bottom:8px;
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.df #header div.menu, .df #header_store div.menu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.df #sidebar1 {
	background: #00622b url(../img/sidebarBg.gif) repeat-x;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.df #sidebar2 {
	background: #00622b url(../img/sidebarBg.gif) repeat-x;
	float: right; /* since this element is floated, a width must be given */
	width: 249px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 15px 0; /* padding keeps the content of the div away from the edges */

}
.df #sidebar2 a img, .df #sidebar2 a:hover img, .df #sidebar2 a:visited img {
	border:none;

}

.df #sidebar2_store {
	background:#000;
	float: right; /* since this element is floated, a width must be given */
	width: 0; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	
}

.df #mainContent {
	width:431px;
	margin: 0 199px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.df #mainContent_store {
	width:680px;
	margin: 0 10px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.df #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #670000;
	border-top:#fff 2px solid;
	text-align:center;
} 
.df #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	font-size:85%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*left sidebar*/
.df #sidebar1 div.leftmenu {
	width:190px;
	height:15px;
	background-color: #003F1A;
	padding:5px;
}
.df #sidebar1 div.leftmenu2 {
	width:190px;
	height:15px;
	background-color:#002C12;
	padding:5px;
}

.df #sidebar1 h3 {
	font-size:85%;
	color:#FFFF99;	
	margin:0 5px;
}
.df #sidebar1 h3.sub {
	margin: 10px 5px 5px 10px;
	color: #003F1B;
}
.df #sidebar1 h3.sub2 {
	margin: 10px 5px 5px 10px;
	color: #002C12;
}
.df #sidebar1 ul.left2{
	margin:0;
	font-size:75%;
	list-style:none;
}

.df #sidebar1 ul.left2 li{
	color:#ffff99;
	margin-left:0;
	width:190px;
/*	position:relative;
	right:30px;
*/}

.df #sidebar1 ul{
	margin:0;
	font-size:75%;
	list-style:none;
}

.df #sidebar1 ul li {
	color:#ffff99;
	margin-left:0;
/*	position:relative;
	right:10px;
*/}
.df a, a:visited {
	text-decoration:none;
	color:#FFFF99;
}
.df a:hover {
	text-decoration:underline;
	color: #003F19;
}
/*main content*/
.df #mainContent h2{
	color: #00953F;
	font-size:1.2em;
}
.df #mainContent h3, .df #mainContent_store h3{
	color: #CCCCCC;
	font-size:95%;
	margin: 30px 15px 10px 15px;
}
.df #mainContent h4{
	color: #00953F;
	font-size:90%;
	margin:30px 15px 10px 15px;
}

.df #mainContent div.bodyText{
	margin:40px 20px;
} 
.df #mainContent div.tournament{
	margin:10px 20px 20px 20px;
	padding:0 20px 25px 20px;
	border-bottom:1px dashed #002C11;
} 
.df #mainContent div.tournament p a.pdf{
	background:url(../img/pdf_icon.gif) no-repeat top left;
	padding-left:15px; 
	margin-left:0;
} 
.df #mainContent p, .df #mainContent_store p{
	color: #D2CFCD;
	font-size:80%;
	margin:10px 15px;
} 
.df #mainContent li.link a, .df #mainContent td p a{
	background:url(../img/link.gif) no-repeat top left;
	padding-left:15px; 
	margin-left:0;
}
.df #mainContent li.link a:hover, .df #mainContent td p a:hover{
	text-decoration:underline;
}
.df #mainContent th{
	color:#006600;
	padding: 20px 0 5px 0;
	margin-left:0;
	font-size:95%;
	border-top:1px dashed #002C11;
}
.df #mainContent th a{
	padding-left:15px; 
	background:url(../img/pdf_icon.gif) no-repeat top left;
	font-size:95%;
} 
 
.df #mainContent li, .df #mainContent li.link{
	color: #D2CFCD;
	font-size:80%;
	margin:10px 15px;
	list-style-type:none;
} 

.df #mainContent a{
	text-decoration:none;
	color:#FFFF99;
} 
.df #mainContent table.results{
	margin:0;
}
.df #mainContent table.results td{
	font-size:80%;
	padding:2px 10px;
}

.df #mainContent table.results tr th{
	padding-bottom:10px;
}
 
.df #mainContent td{
	color: #D2CFCD;
	font-size:90%;
}
.df #mainContent_store table.bows, .df #mainContent_store table.bowtech{
	color: #fff;
	font-size:75%;
} 
.df #mainContent_store table.bowtech{
	background-color:#000;
}
.df #mainContent_store table.bowtech tr.bow_compare_pics td{ 
	border-color:#000;
	}
.df #mainContent_store table.bowtech tr.light_row{ 
	background-color:#640C02;
	}
.df #mainContent_store table.bowtech tr{ 
	background-color:#410D05;
	}
.df #mainContent_store table.bowtech tr.bow_compare_pics{
	background-color:#000;
}
.df #mainContent_store table.bowtech tr td.key{
	text-align:right;
} 
.df #mainContent_store table.bowtech td, .df #mainContent_store table.bows td{
	text-align:center;
}
.df #mainContent_store table.bows, .df #mainContent_store table.bowtable{
	color: #fff;
	font-size:75%;
} 
.df #mainContent_store table.bowtable{
	background-color:#000;
}
.df #mainContent_store table.bowtable tr.bow_compare_pics td{ 
	border-color:#000;
	}
.df #mainContent_store table.bowtable tr.light_row{ 
	background-color:#640C02;
	}
.df #mainContent_store table.bowtable tr{ 
	background-color:#410D05;
	}
.df #mainContent_store table.bowtable tr.bow_compare_pics{
	background-color:#000;
}
.df #mainContent_store table.bowtable tr td.key{
	text-align:right;
} 
.df #mainContent_store table.bowtable td, .df #mainContent_store table.bows td{
	text-align:center;
}

/*footer*/