body {
    background-color: #ffffff;
    font-family: Trebuchet, "Trebuchet MS", Ariel, san-serif;
    color: #0a0a44;
    margin-left: 20px;
}

h1 {
    font-size: 1.5em;
    color: #13132d;   
}    

h2 {
    font-size: 1.3em;
    color: #13132d;
}

h3 {
    font-size: 1em;
    color: #13132d;
}

p {
    font-size: 0.8em;
}    

b {
    color: #13132d;
}

a {
    font-weight: bold;
    color: #004427;
    text-decoration: underline;
} 

a:hover {
    background-color: #004427;
    color: #ffffff;
}

ul li {
      font-size: 0.8em;
}

#header {
/*    background-color: #c1c1c1;*/
    height: 150px;
    width: 790px;
    background-image: url(images/titlepics.gif);
    background-repeat: no-repeat;
    background-position: left	bottom;
    margin-bottom: 5px;
}

#header img {
    
}
    
#nav {
    width: 790px;
    height: 30px;
    background-color: #c1c1c1;
    font-size: 0.75em;
    font-weight: normal;

}

#nav ul {
    font-size: 1.2em;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    background-color: #c1c1c1;  
}

#nav li {
    float: left;
    position: relative;
    width: 135px;
    height: 25px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;  
    border-right: solid #0a0a44 1px;
  } 

#nav li ul {
    display: none;
    position: absolute; 
    padding-left: 0px;
    top: 25px;
    left: 0px;
    background-color: #c1c1c1;
    margin 1px;
  }

#nav li:hover ul, #nav li.over ul { 
     display: block; 
     z-index: 6000;
     background-color: c1c1c1; 
 }
 
#nav li li {
    margin-left: 5px;
    margin-right: 5px;
    height: 25px;
    border-bottom: solid #004427 1px;
    border-right: solid #c1c1c1 1px;
    background-color: #c1c1c1;
  } 

#nav li a {
    text-decoration: none;
    font-weight: bold;
}


#nav li li a {
    text-decoration: none;
    font-weight: normal;
}

#nav a:hover {
   font-weight: bold;   
   background-color: #c1c1c1;
   color: #004427;
}


#contents {
    background-color: #ffffff;
    border-left: solid #c1c1c1 20px;
    border-right: solid #c1c1c1 20px;
    border-top: solid #c1c1c1 1px;
    border-bottom: solid #ffffff 1px;
    width: 750px;
    background-image: url(images/cotop.gif);
    background-repeat: no-repeat;
    background-position: left	top;  
}

#main-text {
    margin-left: 20px;
    margin-right: 20px;
    *padding-top: 1px;  /*reposition for IE6*/
} 

#main-text img {
    float: left;
    border: 5px, solid, #ffffff;
} 

#main-text img.rightsideimg {
    float: right;
} 

#main-text table {
    font-size: 0.7em;
    border-collapse: collapse;
}  

#main-text tr.header {
    font-weight: bold;
}    

#main-text tr.odd {
    background-color: #9999ff;
}

#main-text tr.even {
    background-color: #ffffff;
}

#main-text tr.divide td {
    border-bottom: solid #0a0a44 1px;
}

#main-text td {
    width: 80px;
} 

#main-text td.wide {
    width: 165px;
}  

#main-text td.aright {
    width: 40px;
    text-align: right;
}  


#main-text form {
  font-size: 0.8em;
}

#main-text form fieldset {
  margin-bottom: 10px;
}

#main-text form legend {
  padding: 0 2px;
  font-weight: bold;
  color: #004427;
}

#main-text form fieldset label {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: top;
  width: 105px; /* Width of labels */
}

#main-text form fieldset ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-text form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

#main-text form fieldset li.header {
    font-weight: bold;
    margin-left: 108px;
}

#main-text form fieldset li.header label {
    width: 37px;
}


#main-text form em {
  font-weight: bold;
  font-style: normal;
  color: #ff0000;
}

#main-text form fieldset input {
    width: 30px;
}

#main-text form input.button {
    width: 80px;
}

#news {
    float: right;
    width: 300px;
    background-color: #8a8aaf;
    border: double #0a0a44 4px;  
    margin: 10px 5px 10px 10px;
    padding-bottom: 10px;
}

#news h1 {
    font-size: 1.2em;
    padding-left: 10px; 
    *padding-top: 10px; /*reposition for IE6*/
}   

#news h2 {  
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
    height: 10px;    
}

#news p {
    padding-left: 10px;
    font-size: 0.7em;
    font-weight: normal;
    top: 0px;
}    

#supporterlist table {
    font-size: 1em;
    border-collapse: none;
}

#supporterlist td {
    width: auto;
}

#playerlist table {
    font-size: 0.8em;
    border-collapse: separate;
}

#playerlist td {
    width: auto;
    vertical-align: text-top;
    padding: 10px 3px 10px 3px;
}

#playerlist img {
    width: 100px;
}

#photo-gal h2 {
    line-height: 0.1em;
}  

#photo-gal img {
    float: none;
}  

#photo-gal p {
    width: 400px;
    padding-bottom: 20px;
}    

#bottomedge {
    width: 750px;
    border-left: solid #c1c1c1 20px;
    border-right: solid #c1c1c1 20px;
    border-bottom: solid #c1c1c1 20px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(images/cobot.gif);
}


#footer {    
    width: 790px;
    font-size: 0.7em;
    font-weight: normal;    
    background-color: #c1c1c1;
    border-bottom: solid #c1c1c1 10px;
    border-top: solid #0a0a44 1px;
    text-align: center;
}

#footer a {
    text-decoration: none;
    color: #0a0a44;
    
}

#footer a:hover {
    text-decoration: underline;
}
  