html, body {
  margin:0px;
  padding:0px;
  text-align:center;
  font-family:verdana;
  background:#003366;
  color:#330000;
}

#c_site {
  background:#ffffff url('../images/ctn_tile.jpg');
  width:910px;
  position:relative;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:5px;
  border:1px solid #6699cc;
  border-top:0px;
  text-align:left;
}

#c_header {
  width:900px;
  height:250px;
  background:#ffffff;
  overflow:hidden;
  margin-left:5px;
}

#preg
{
  position:relative;
  width:900px;
  height:50px;
  background:#ffffff url('../images/preg_tile.jpg');
  overflow:hidden;
  margin-left:5px;
  text-align:left;
}

#c_content {
  padding:5px 10px 20px 10px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  font-size:12px;
}

#c_footer {
  line-height:17px;
  width:910px;
  height:20px;
  background:#99ccff;
  font-size:11px;
  color:#000000;
  border-top:1px solid #6699cc;
  text-align:center;
} 

#c_footer a {
  color:#000000;
}

#nav_menu ul {
    list-style: none;
    padding:0px;
    margin:0px;
}
#nav_menu li {
  float: left;
}


#nav_menu li a {
  height:30px;
  line-height: 26px;
  float: left;
  display: block;
  text-decoration: none;
  text-align: center;
  color:#ffffff;
}
#nav_menu li a:hover {
  background:#d1ebfc url('../images/m_sel.jpg');
  color:#ffffff;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
}

#nav_menu li a.sel {
  background:#d1ebfc url('../images/m_curr.jpg');
  color:#663300;
  border-top:1px solid #b06002;
  border-left:1px solid #b06002;
  border-right:1px solid #b06002;
}


/* Hide from IE5-Mac \*/
#nav_menu li a {
  float: none
}
/* End hide */
#nav_menu {
  width:900px;
  margin-left:5px;
  height:30px;
  font-size:18px;
  font-weight:bold;
  color:#ffffff;
  background:#ffffff url('../images/m_tile.jpg');
  margin-top:5px;
  overflow:hidden;
} 

a { 
  text-decoration:none; 
  color:#663300;
  padding-bottom:0px;
}

a:hover {
  text-decoration:underline;
}

h1, h2, h3, form {margin:0px;}
h1 {color:#cc6600;font-size:22px;}
h2 {color:#cc6600;font-size:18px;}
h3 {font-size:16px;}

#bcrumb {
  position:relative;
  text-align:left;
  font-size:13px;
  margin-top:-5px;
  margin-left:-5px;
  margin-right:-5px;
  margin-bottom: 10px;
}

#bcrumb a {
  color:#663300;
}

textarea, input.text, select {
  font-family:verdana;
  font-size:14px;
  border:1px solid #99ccff;
  margin:0px 5px 0px 5px;
}

label {font-family:verdana;
  font-size:12px;font-weight:bold;}

label.mandatory {border-bottom:1px dashed #ff0000;}

p.identh2 {margin:0px 0px 5px 20px;}

span.warn {color:#ff0000;font-weight:bold;}
span.smalltext {font-size:10px;}

ol li {padding:5px;}

div.warn {font-size:14px;color:#ff0000;font-weight:bold;margin-top:10px;}
div.warn ul {margin:5px 0px 20px 30px;}

#teams ul li {list-style-type: none; padding:5px;font-size:15px;color:#663300;font-weight:bold;}

img.thumb {border:1px solid #663300;width:100px;margin:10px;}
img.gImg {border:1px solid #99ccff;}

