body {
  background:#000066;
  }

/* -- Header -- */

#header {
  margin:0 0 15px 10px;
  }

#logo {
  margin:5px 0;
  }

#header a {
  text-decoration:none;
  color:#009933;
  }

#header a:hover {
  color:#009933;
  text-decoration:underline; 
  }

#header a:visited {
  color:#009933;
  }


/* -- Main -- */

#main {
  width:585px;
  background:#fff url("images/corners_main_bottom.gif") no-repeat left bottom;
  margin:0 0 15px 10px;
  padding:0 0 10px;
  }

#main-content {
  background:#fff url("images/corners_main_top.gif") no-repeat left top;
  text-align:left;
  padding:10px 10px 0;
  }

#main-content h5 {
  font:bold 16pt Times New Roman, Serif;
  color:#009933;
  padding:5px 0 0;
  }

#main-content tr {
  color:#0000FF;
  font:bold 12pt Arial, Sans Serif;
  }

#main-content p {
  color:#0000FF;
  font:bold 12pt Arial, Sans Serif;
  }

#main-content a {
  padding:2px;
  border:none;
  text-decoration:underline;
  }

#main-content ul {
  color:#0000ff;
  font:bold 12pt Arial, Sans Serif;
  padding: 0 0 0 5px;
  list-style:inside;
  }

#main-content ul a:hover {
  color:#009933;
  text-decoration:none;
  }

#headshot {
  margin: 5px 5px 5px 0;
  float:left;
  }