body {
  background-color: #ececec;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#masthead, #content {
  background-color: #ffffff;
}
#masthead-content, #navmenu, #content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#masthead-content {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
}
#masthead-badges {
  position: absolute;
  right: 10px;
  top: 10px;
}
#nav {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0;
  height: 35px;
  border-style: solid;
  border-color: #bbbbbb;
  border-width: 1px 0;
}
#navmenu {
  border-left: 1px solid #bbbbbb;
  height: 95%;
  padding-top: 3px;
}
#nav a {
  color: #222222;
}
#nav ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  white-space: nowrap;
}
#nav li {
  display: inline;
  border-right: 1px solid #cccccc;
  margin: 0;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}



a:link {
  text-decoration: none;
  color: #0033BB;
}
a:visited {
  text-decoration: none;
  color: #0033BB;
}
a:active {
  text-decoration: none;
  color: #0033BB;
}
a:hover {
  text-decoration: underline;
  color: #0033BB;
}
p {
  margin-top: 0;
  line-height: 1.3;
}
#content {
  width: 980px;
  padding: 10px;
  color: #121212;
  overflow: hidden;
}
#leftcol {
  width: 620px;
  float: left;
  margin-right: 30px;
}
#rightcol {
  width: 330px;
  float: right;
}
#rightcol h2 {
  color: #ee3322;
  margin-top: 4px;
  font-size: 16pt;
}
#rightcol p {
  color: #333333;
  font-weight: bold;
}
h1 {
  color: #333333;
  font-size: 24pt;
  margin-top: 0;
  margin-bottom: 8px;
}
h2 {
  color: #333333;
  font-size: 18pt;
  margin-top: 24px;
  margin-bottom: 12px;
}
h3 {
  color: #333333;
  font-size: 14pt;
  margin-top: 4px;
  margin-bottom: 1em;
  font-weight: normal;
}
.deadline {
  color: #ee3322;
  padding: 50px 0;
  font-size: 28pt;
  font-weight: bold;
  text-align: center;
}
.results {
  font-size: 14pt;
  text-align: center;
}
