
* { margin: 0px; padding: 0px; }

body {
  background-color: #212830;
  background: url("images/background.png") 0px 0px repeat #212830;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 100%;
  color: #575757;
}

img {
  border: 0px;
}

a {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1 {
  margin: 10px 0px 10px 0px;
  font-size: 140%;
  color: #f63a3a;
}

h2 {
  margin: 10px 0px 10px 0px;
  font-size: 120%;
  color: #f63a3a;
}

p {
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

p.error {
  color: #b60000;
  font-weight: bold;
}

.container {
  width: 778px;
  margin: 0px auto 0px auto;

}




#form input.text, select {
  width: 150px;
  height: 30px;
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
  font-size: 100%; 
}


#form textarea {
  width: 450px;
  height: 87px;
  background-color: #ffffff !important;
  border: 2px solid #ff3ba0;
  font-size: 130%; 
}

#form input.button {
  font-size: 100%; 
  padding: 3px;
}

#form label {
  font-weight: bold;
}




#header_container { clear: both; overflow: hidden; }
  #header { height: 200px; text-align: center; }
    #header img { padding-top: 30px; }


#navigation_container { clear: both; background: url("images/background_navigation.png") 0px 0px repeat-x #2a3138; overflow: hidden; }
  #navigation { height: 100px; }

#navigation div#menu {

}

#navigation div#menu div.first {
  float: left;
  width: 259px;
}

#navigation div#menu div.second {
  float: left;
  width: 259px;
}

#navigation div#menu div.third {
  float: left;
  width: 259px;
}

#body_container { clear: both; overflow: hidden; }

  #body { padding-top: 20px; }

    #body p b {
  color: #ffffff;
  font-weight: bold;
}

    #body .left { float: left; width: 598px; }
    #body .right { float: left; padding-left: 10px; width: 170px; }


table.search {
  background: #252c34;
}

th { 
  padding: 5px;
  font-weight: bold; 
  background: #111519;
  color: #ffffff;
}

tr.row { 
}

tr.alt {
  background: #252c34; 
}

td {
padding: 5px;

}


td.field {
  color: #ffffff;
}



#footer_container { clear: both; overflow: hidden; }
  #footer { border-top: 2px solid #252c34; color: #ffffff; margin: 10px auto 20px auto; text-align: center; }
    #footer .copyright { padding-top: 10px; }
    #footer .badges { padding-top: 10px; }


.disclist {

}