html
{ 
  font-family: Times, serif;
}
body
{ 
  background-color: #000;
  color: #ec3;
  margin:0px;
  padding:0px;
}
a
{
  color: #edc549;
}
a:hover
{ 
  color: #ffe76b;
}
a:visited
{ 
  color: #ffff80;
}
h2
{
    font-weight: bolder;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
  color: #edc549;
  text-align: center;
}
#leftcontent 
{
    float:left;
    width:25%;
    margin-right:15px;
}
#leftcontent #borderdiv
{ 
  background-color: #333;
  border: #ff6 1px solid;
  padding: 5px;
  line-height: 1.5em;
}
#rightcontent
{ 
  float:right;
  text-align:center;
  width:70%;
}
#footer
{ 
  text-align:center;
  width: 100%;
  font-size: 1em;
  float:center;
}
#footer h1
{
  text-align:center;
  font-size: 1.2em;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
}
#launchbody
{
	width: 800px;
}
.highlightdiv
{ 
background-color: #333;
border: #ec3 2px solid;
text-align:center;
padding: 5px;
}
.alerttext
{ 
  color: #f00;
  font-weight:bolder;
  text-align:center;
}
#newsletter
{ 
  width:80%;
  text-align: left;
  background-color: #333;
  border: #ec3 2px solid;
  padding: 5px;
}
#newsletter p
{
  text-indent: 20px;
}
.officertable th
{ 
 font-weight: bolder;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
  color: #edc549;
  text-align: center; 
}

.officertable td
{ 
  font-weight:bolder;
  font-size: 1.2em;
}
.officertable td a
{ 
  font-size:0.8em;
}