body {
  font-family: Trebuchet MS, sans-serif;
  color: #111111;
  text-align: center;
  font-size: 12pt;
  padding: 0;
  margin: 0;
  width: 100%;
}

.sept_announcement{
  width: 200px;
  height: 200px;
  background-image: url('sept_announcement.png');
  position: absolute;
  top: 0;
  left: 0;
}

a {
  color: #363c94;
}

a.ahover{
  padding: 0px 2px 4px 2px;
}

a.ahover:hover{
  background-color: #dddddd;
}

a img{
  text-decoration: none;
  border: none;
}

h1{
  background-color: #eeeeee;
  font-variant: small-caps;
  font-size: 2em;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin-bottom: 1em;
}

h2{
  background-color: #eeeeee;
  font-variant: small-caps;
  font-size: 1.3em;
  text-align: center;
  width: 50%;
  padding: 10px 0px 10px 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

p{
  text-indent: 2em;
}

.header{
  text-align: center;
}

.footer{
  text-align: center;
  color: #dddddd;
  font-size: 0.7em;
}

.footer a {
  color: #bbbbbb;
}

.content{
  width: 600px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 4em;
}

.contentnext{
  text-align: right;
  width: 50%;
  float: right;
}

.contentback{
  text-align: left;
  width: 50%;
  float: left;
}

.articleinfo{
  font-size: 10pt;
  text-align: left;
  border: 1px #000000 solid;
  padding: 10px;  /*use px, not em, because total box size has to equal 150px wide. use padding, not margin, because of border. */
  width: 130px;
}

.articleinfo strong{
  font-size: 1.2em;
}

.block{
  font-size: 0.7em;
  text-align: center;
  background-color: #eeeeee;
  width: 150px;
}

.left{
  float: left;
  margin-right: 0px;
  margin-left: -165px;
}

.right{
  float: right;
  margin-right: -165px;
  margin-left: -0px;
}

.center{
  margin: 0 auto;
  width: 300px;
}

.centerplus{
  float: center;
  margin: 0px auto;
}

.info{
  border-bottom: 1px dotted #000000;
  cursor: help;
}

.resources{
  border-collapse: collapse;
  margin: 0 auto;
  vertical-align: middle;
  width: 500px;
}

.resources td{
  border: 1px #eeeeee solid;
}

.resources th{
  border: 2px #eeeeee solid;
  text-align: center;
}

.resources .icon{
  width: 50px;
  height: 40px;
  text-align: center;
}

.resources .desc{
  padding-left: 1em;
}

.warning{
  width: 800px;
  margin: 0 auto;
  text-align: center;
  background-color: 
}
