* {
  margin: 0;
  padding: 0;
}

p, li {
  margin: 8px;
}
  
body {
  font: 8pt Verdana;
  color: #f8f8f8;
  background: #292929;
  text-align: center;
}

td {
  font: 8pt Verdana;
  color: #f8f8f8;
  text-align: left;
}

#navigationButtons {
  margin: 0px;
}

#indent {
  margin-left: 14px;
}

#adminButton {
  position: relative;
  top: -25px;
  left: 485px;
}

#newsPageNudge {
  position: relative;
  top: -20px;
  left: 15px;
}

#newsArticleNudge {
  position: relative;
  top: -5px;
  left: 0px;
}

#navigationButtons img {
  margin-top: 0px;
  margin-bottom: 1px;
}

#smallSpacer {
  height: 10px;
}

#mediumSpacer {
  height: 23px;
}

#titleSpacer {
  height: 2px;
}

#wrapper {
  width: 780px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: -270px;
  left: 0px;
}

#centerBlock {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
  
#content, #subContent {
  background: #3c4040 url('images/bg.bmp');
  margin-top: 7px;
}

#subContentNoBackground , #article{
  margin-top: 7px;
}

#title {
  height: 18px;
  background: #FFFFFF url('images/titlebg.png') repeat-x top left;  
  font: bold 11px Arial;
}

#titleNudge {
  position: relative;
  top: 2px;
}

h2 {
  font: bold 9pt Verdana;
  margin: 8px;
}

#content {
  float: right;
  width: 560px;
}

#article {
  width: 500px;
}

#subContent, #subContentNoBackground {
  float: left;
  width: 213px;
}

#novaImage {
  width: 213px;
  position: relative;
  top: -45px;
  left: -280px;
  z-index: -1;
}

#base {
  float: right;
  width: 780px;
  margin-top: 7px;
}

a {
  color: #FF1414;
  text-decoration: none;
  }

 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#leftImage {
  margin: 8px;
  float: left;
}

#rightImage {
  margin: 8px;
  float: right;
}

#centerImage {
  margin: 8px;
  float: center;
}

#prezSig {
  margin: 8px;
  float: right;
  text-align: right;
}
