body {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #88CCFF;
}

a:link, a:visited {
  text-decoration: none;
  color: #0066CC;
}

a:hover {
  color: #990033;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  width: 750px;
}

.announcement {
  border: 1px solid #990000;
  background-color: #ffffff;
  text-align: center;
  margin: 20px 0;
  padding: 10px;
}

.header {
  background: transparent url(images/themes/nuclearwinter/header.jpg) no-repeat top left;
  height: 200px;
  width: 748px;
  border: 1px solid #777777;
}

.header h1 {
  display: none;
}

.navigation .horizontalnavigation {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
  padding-bottom: 27px;
  border-bottom: 1px solid #777777;
  font: bold 11px Verdana, Geneva, sans-serif;
}

.navigation .horizontalnavigation li {
  float: left;
  height: 21px;
  background-color: #990000;
  color: #FFFFFF;
  margin: 5px 3px 0 0px;
  border: 1px solid #777777;
}

.navigation .horizontalnavigation a:link, .navigation .horizontalnavigation a:visited {
  display: block;
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  padding: 4px;
}

.navigation .horizontalnavigation a:hover {
  background-color: #77BBFF;
  color: #FFFFFF;
}

body.home li.home, body.timeline li.timeline, body.people li.people {
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}

body.home li.home a:link, body.home li.home a:visited, 
body.timeline li.timeline a:link, body.timeline li.timeline a:visited, 
body.people li.people a:link, body.people li.people a:visited {
  color: #000000;
  background-color: #FFFFFF;
}

.content {
  width: 728px;
  background-color: #FFFFFF;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 10px;
  margin-bottom: 20px;
}

.content .title {
  border-bottom: 1px solid #990000;
  font-weight: bold;
  margin-bottom: .5em;
  color: #0066CC;
  font-family: Verdana, Geneva, sans-serif;
}

.content .info {
} 

table {
  border: 1px solid #777777;
  width: 100%;
  text-align: center;
}

table th, table td {
  border: 1px solid #777777;
}

ul {
  margin-top: 0;
}

.bottomlist {
  margin-bottom: 0;
}

.tensionred {
  background-color: #FF0000;
}

.tensionorange {
  background-color: #FF6600;
}

.tensionyellow {
  background-color: #FFFF33;
}

.tensiongreen {
  background-color: #00FF00;
}

.tensionblue {
  background-color: #33CCFF;
}

.tensionindigo {
  background-color: #2222FF;
}

.tensionviolet {
  background-color: #9900FF;
}

.floatleft {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #777777;
}

.floatright {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #777777;
}

.briefingbook {
  border: 1px solid #777777;
  background-color: #EEEEEE;
  color: #0088FF;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}