/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	background:#fff;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000
}

#page {
	width:779px;
	background:transparent;
	margin:0px auto;
	height:100%;
        
 
	
}

/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	background: url('images/header.jpg') no-repeat;
	border-top:1px solid #000;
	border-left:1px solid #000;
        border-right:1px solid #000;
        width:779px;
	height:156px;
	
}



/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	background:#fff;
	height:100%;
	margin:5px 0 0 0;
	padding:1px 0 10px 0;
	width:779px;
	font-size:12px;
}

#main{
	float:right;
	width:594px;
        background:#fff;
	padding:5px;
	border:1px dashed #367ba6;
        
}


/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/



#header a {
        color: #001d3d;
	font-size:11px;
        padding-left:6px;
        padding-right:6px;
        border-right:1px solid #000;
 
  }

#header a:focus {
  -moz-outline:0px;
}


#header a:visited {
  -moz-outline:0px;
}

#header a:hover {
	color: #ff8a00;
        text-decoration: underline;
        
}   


#header ul li { 
                     
	display: inline;
}



#header ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        position: relative;
        left:166px;
        top:100px;      
}


#saison {

 position:relative;
 left:-295px;
 top:115px;
 color:#001d3d;
 
}


#saison h2{
        margin:0px 0px 0px 0px;
	font-size: 13px;
}

#saison select {	 
	font-size: 10px; 
	color: #001d3d;
	width:90px;
	height:20px;
        text-align:center;
}





#nav { 
	float:left;
	width:160px;
        background:#367ba6;      
        padding: 0px;
        border-left:1px solid #000;
        border-bottom:1px solid #000;
}

#navunten  { 
	float:left;
	width:160px;
        
        background:#fff;      
        padding:15px 0px 0px 0px;
        
        
        
}

#navunten a {
	font-size:10px;
        color:#367ba6;
        
       
}

#navunten a:focus {
  -moz-outline:0px;
}

#navunten a:visited {
  -moz-outline:0px;
}

#navunten a:hover {
	
	color: #ff8a00;
        text-decoration: underline;
}





#nav ul {
	
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#d9d9d9;
        width:160px;
	
}

#nav h2 {        
        padding:3px;
        font-size: 12px;  
        text-align:center;
	color:#fff;        
}



#nav a {
	display: block;
	padding: 3px 3px 3px 3px;
	border-top:1px solid #fff;
        color:#001d3d;
        text-align:left; 
       
       
}

#nav a:focus {
  -moz-outline:0px;
}



#nav a:visited {
  -moz-outline:0px;
}

#nav a:hover {
	
	color: #ff8a00;
        text-decoration: underline;
}

#nav a:active { 
        background-color: #fff;
        color: #ff8a00;         
        
}

/*************************************************************
*                           competiton                       *
*************************************************************/



#main h1 {
	font-size:12px;
	
        color:#000;
	font-weight:bold;
        text-align: center;
}

#main h2 {
	font-size:12px;
	color:#000;
	font-weight:bold;
        text-align: center;
}

#main table {
      
      font-family: Arial, Helvetica, sans-serif;
      text-align: left; 
      font-size: 12px; 
      color:#000;
      margin:0 auto 0;  
}




#main a {
	
        color:#367ba6;
        text-align:left;
       
}

#main a:focus {
  -moz-outline:0px;
}

#main a:visited {
  -moz-outline:0px;
}

#main a:hover {
	
	color: #ff8a00;
        text-decoration: underline;
}



#main a:active { 
        background-color: #fff;
        color: #ff8a00;         
}


#main hr{

 border: 1px solid #000;
}


#main big {
     font-size: 14px;
}

#main small {
     font-size: 10px;
}


#expl {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding:20px;
        color:#000;
        
}

#main ul {
        
	text-decoration: underline;
	font-size:10px;
        text-align: left;
        
}


#comp p {
    margin-top: 10px;
    margin-left: 5px;
    text-align: left;
}


#aback a {
     color:#ff8a00;
}

#manager select {
	
		 
	font-size: 11px; 
	color: #001d3d;
        text-align:center;
	width:80px;
	height:20px;
}

#manager input {
         color: #001d3d;
         width:60px;
         font-size: 12px; 
} 

#manager td {
         text-align:center;
         height:30px; 
   
} 


/*************************************************************
*                           footer                           *
*************************************************************/

#footer {
        float:right;
	width:594px;
	background:#fff;
	margin:15px 0px 0px 15px;
	padding:5px;
	border:1px dashed #367ba6;	        
	text-align:center;
	font-size:9px;
      
	
}


#footer p {
	color:#999999;
        
}

#footer a{
	text-decoration: underline;
        color:#999999; 
	
}

#footer a:focus {
  -moz-outline:0px;
}


#footer a:visited {
  -moz-outline:0px;
}



#footer a:hover {
	
	color: #ff8a00;
        text-decoration: underline;
}

#footer a:active { 
        background-color: #fff;
        color: #ff8a00;         
}
















