* {
  font-family: arial;
  font-size: 14px;
}

#container {
  width: 875px;
  margin: auto;
}

#container-inner {
  width: 875px;
}

#header {
  width: 875px;
  height: 220px;
  margin-bottom: 10px;
}
  
#footer {
  width: 875px;
}

#navblock {
  width: 175px;
  float: left;
}

#content {
  width: 495px;
  margin-left: 24px;
  margin-right: 25px;
  float: left;
}

#sidebar {
  width: 150px;
  float: left;
}

.body { font-family:arial, verdana, sans-serif; }
a:link { color: #bd0000; /*#DDDDFF;*/ }
a:visited { color: #bd0000; /*#DDDDFF;*/ }
a:active { color: #bd0000; /*#DDDDFF;*/ }
a:hover { color: #bd0000; /*#DDDDFF;*/ }

.navigation {
  text-transform: uppercase;
  font-family:arial, verdana, sans-serif;
  text-decoration:none; 
  margin-left: 30px;
  padding: 0;
}

.navigation li {
  list-style-type:none; 
  padding-bottom: 10px;
}

.navigation a:link { text-decoration:none; color: #FFFFFF; }
.navigation a:visited { text-decoration:none; color: #FFFFFF; }
.navigation a:active { text-decoration:none; color: #000077; }
.navigation a:hover { text-decoration:none; color: #770000; }

#participate_banner {
  height: 79px;
  width: 475px;
  margin-bottom: 20px;
}

.section {
  width: 495px;
  height: 44px;
  font-size: 24px;
  padding-top: 15px;
  color: #FFFFFF;
  text-align: left;
  background: url(/images/SCbarFade.jpg);
  background-repeat: no-repeat;
}

