body {
  background-image: url("images/background.jpg");
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#site {
  background-color: white;
  width: 800px;
  min-width: 800px;
  max-width: none;
/*  border-top: 1px; */
/*  border-color: white; */
  border-style: solid;
  border-width: 30px 30px 30px 30px;
  border-color: green;
}

div#border {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFD700;
}
div#banner {
  font-family: Georgia,'Times New Roman',times,serif;
  background-image: url("images/pp800x134.jpg");
  background-repeat: no-repeat;
  height: 134px;
  color: white;
  margin-bottom: 1px;
}
div#banner h2 {
  font-size: X-large;
  font-style: italic;
  padding-top: 50px;
  padding-left: 10px;
  font-weight: normal;
}
div#banner h3 {
  font-size: large;
  font-style: italic;
  text-align: right;
  font-weight: normal;
  vertical-align: bottom;
  padding-right: 10px;
  padding-top: 0px;
}
div#menu ul {
  list-style: none;
  margin-top: 10px;
  margin: 0;
  padding-left: 250px;
}
div#menu li {
  display: inline;
  text-align: center;
}
div#menu a {
  float: left;
  padding: 0.2em 0.6em;
  display: block;
  color: white;
  text-decoration: none;
  margin-right: 1px;
  background-color: #003366;
  font-size: 10.5px; 
}
div#sidebar {
  width: 240px;
  float: left;
  padding-left: 10px;
  /* font-size: 8.5pt; */
  font-size: 10.5pt;
}
div#sidebar li {
  list-style-type: none;
  height: 30px;
}
div#sidebar a {
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#sidebar a:link {
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#sidebar a:visited {
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#sidebar a:hover{
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#sidebar a:active {
  text-decoration: none;
  color: #003366;
  weight: bold;
}

div#caption {
  font-style: italic;
  font-size:small;
}
div#sidebar p { 
  color: black;
  font-size: small;
}
div#content {
  display: block;
  font-color: #244992;
  font-size: small;
  margin-left: 250px;
  /*margin-top: 10px;*/
  margin-right: 10px;
}
div#content table {
  font-size: small;
}
div#content th {
  background-color: #003366;
  color: white;
}
div#content td {
  padding-right: 10px;
}
div#footer {
  color: #003366;
  font-size: X-small;
  margin-left: 250px;
  text-align: center;
  clear: both;
}
div#footer a {
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#footer a:link {
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#footer a:visited {
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#footer a:hover{
  text-decoration: none;
  color: #003366;
  weight: bold;
}
div#footer a:active {
  text-decoration: none;
  color: #003366;
  weight: bold;
}

