body {
	background: #FFFF99;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
                  margin: 8px auto;
}

/* links */
a {
	text-decoration: none;
	color: #993333;
	background: inherit;
}
 a:visited {
	text-decoration: none;
	color: #333399;
	background: inherit;
}
a:hover {
	color: #993333;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;
                  color: #666666;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #666666;
}
h3 {
	font-size: 100%;
	color: #666666; 
}
/* images */


img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}
/* ************************************************ */
.intro {
     font-size: 100%;
     text-align: justify;
     padding: 18px 76px;
     }
.fl {  
    float: left; 
    padding: 4px 12px 0 0;
    }
.fr {  float: right; margin-bottom: 4px; padding-left: 4px
}
.redsm {
   text-align: center;
   font-weight: bold;
   color: red;
   }
.cntr {
  text-align: center;
  }
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	background: #FFFF99 url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
                  }
#header {
	width: 800px;
	position: relative;
	height: 120px;
	background: #FFFF99 url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}
#header h1#name {
	position: absolute;
	margin: 0; padding-left: 140px;
	font-size: 300%;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 34px; left: 74px;	
}
#header h2#subname {
	position: absolute;
	margin: 0; padding-left: 180px;
	font-size: 120%;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 75px; left: 200px;		
}

/* header links */
#header #text {
	position: absolute;
	top: 23px; right: 30px;	
	color: #000066;
	font-size: 11px;	
}
/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(menu.jpg) repeat-x 0 0;	
	font: bold 11px/31px Verdana, Arial, Tahoma, Sans-serif;
	height: 31px;
	width: 780px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu ul li {
	display: inline; 
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none; 
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
                  color: white;
                  background-image: url(menu_hov.jpg); 
                  background-repeat: repeat-x;
}
#menu  #active
{
float: right;
margin-right: 48px;
}

/* Main Column */
#main {
	width: auto;
	padding: 0; margin: 0 auto;
	display: inline;
}
#main h1 {   
	margin-top: 16px;
	font: Bold 160% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666; 
	text-align: center; 	
}
#main h2 {   
	font: Bold 120% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666; 
	text-align: center; 	
}
#main a:link {	
	color: #000099;
	text-decoration: none;	
}
#main a:hover {
	color: #FF3333;	
}
/* Footer */	
#footer {
	color: #C6DDEE;
	background: #FFFF99 url(footer.jpg) no-repeat center top;
	clear: both;
	width: 800px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
/*************************************** Preload hover */
.hov {
background-image: url("menu_hov.jpg");background-repeat: no-repeat;background-position: -1000px -1000px;
   }
/*************************************** Table */
table.members {  
   width: 80%;
   text-align: center;
   margin: 0 auto;
   border: 1px solid #2B70A6;
   color: #000000;
   background-color: #AFD1EF;
   border-collapse: collapse;
   }
table.members tr.one{
   color: #000000;
   text-align: center; 
   background-color: #CADCEC;
   }
table.members tr.top{
   color: #fff;
   text-align: center; 
   font-weight: bold;
   background-color: #2B70A6;
   }
table.results tr.top{
   background-color: #cccccc;
   text-align: center; 
   }
table.results {
   text-align: center;
   color: #000066;
   background-image: url(gadient.jpg); background-repeat: repeat-y;
   background-color: #fff;
   border: 1px solid #999999;
   }
table.results td {  
   border-bottom: 1px dotted #cccccc;
   }
table.results td.nb {  
   border-bottom: none;
   border-bottom: 1px dotted #cccccc;
   }
table.draws {  
   width: 600px;
   margin: 0 auto;
   color: #000000;
   border-collapse: collapse;
}
table.draws th {  
   color: #ffffff;
   padding-bottom: 3px;
   height: 20px;
   background-image: url(/images/draw_tdbr.jpg); background-repeat: repeat-x
}
table.draws td.space {  
   color: #ffffff;
   background-image: url(/images/draw_trspace.jpg); background-repeat: repeat-x

}
table.draws td.draw {  
   color: #ffffff;
   background-image: url(/images/draw_tdcenter.jpg); background-repeat: no-repeat;
}
table.draws th.right {  
   color: #ffffff;
   padding: 3px;
   background-image: url(/images/draw_tdright.jpg); background-repeat: no-repeat;
 }
table.draws th.left {  
   color: #ffffff;
   padding: 3px;
   background-image: url(/images/draw_tdleft.jpg); background-repeat: no-repeat;
 }
table.schedule {
   width: 95%;
   text-align: center;
   color: #000066;
   background-color: #DEEAF3;
   border: 1px solid #2B70A6;
   }
table.schedule tr.top{
   color: #fff;
   text-align: center; 
   font-weight: bold;
   background-color: #2B70A6;
   }
table.schedule td.num{
   text-align: center; 
   background-color: #FFFFCC;
   border-right: 1px solid #cccccc;
   }
table.teams {  
   width: 90%;
   text-align: center;
   margin: 0 auto;
   background-color: #eeeeee;
   border-collapse: collapse;
   }
table.teams tr.brc {  
   width: 90%;
   text-align: center;
   margin: 0 auto;
   background-color: #ffffff;
   border: 2px solid #000000;
   }
/*************************************** facility */
.box {  
         width: 100%; 
        }
.fls   {
       margin: 5px 20px 5px 70px;
       float: left; 
       padding: 5px 5px
       }
.frs   {  
       margin: 5px 70px 5px 20px;
       float: right;
       padding: 5px 5px 5px 10px;
       } 
.wl {  
       font-weight: bold; 
       text-align: left;
       color: #000000;
       margin-left: 70px;
       }
.wr {  
       font-weight: bold; 
       text-align: right; 
       margin-right: 70px; 
       color: #000000;
       }
.box1 {
       width: 100%; 
       vertical-align: top
       }
.champs {  
       margin-left: 70px; 
       }
.champsr { 
       margin-right: 70px; 
       text-align: justify;
       vertical-align: top;
       height: 130px; 
       background-color: transparent
       }
.champsl {  
       margin-left: 70px;
       text-align: justify;
       vertical-align: top;
       height: 135px;
       background-color: transparent
       }
.champf {  
       margin-left: 20px;
       text-align: left
       }
hr {  color: #0000CC}
