body {
  background: #cccccc;
  margin: 0px 0px 0px 0px;
}

#wrapper {
  width: 800px;
  margin: 0px auto 0px auto;
  background: #cccccc;
    position: relative;
    min-height: 100%;

}

#header1 {
  width: 800px;
  margin: 20px auto 0px auto;
  background: #cccccc;
}

#header1 p {
  font-family: Georgia;
  margin: 6px 22px 6px auto;
  color: #000044;
  font-size: 14px;
  font-weight: bold;
  text-shadow: #ffffff 0px 0px 5px;
  text-align: right;
}

#header1 a {
  text-decoration: none;
  color: #000044;
}

#footer1 {
  width: 800px;
  margin: 40px auto 20px auto;
  background: #000044;
  clear: both;
}

#footer1 p {
  font-family: Georgia;
  padding: 8px 6px 8px 6px;
  color: white;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: #777777 0px 0px 2px;




}

#footer1 p a {
  text-decoration: none;
  color: white;
  font-style: italic;
}

#links {
  width: 200px;
  float:left;
  background: #cccccc;
  border-top: 5px solid #000044;}

/* #links img {
padding: 25px 0px 0px 0px;
background: #000044;
} */

#links h1 {
  font-family: Garamond;
  color: #777777;
  font-size: medium;
  text-align: right;
  margin: 15px 20px 5px 5px;
  display:block;
  text-transform: uppercase;
}

#links h1 a {
  text-decoration: none;
  color: #777777;
}

#links p {
  font-family: Garamond;
  color: #777777;
  font-size: medium;
  text-align: right;
  margin: 0px 0px 0px 0px;
  background-color: white;
  display:block;
}

#links p a {
  background-color: white;
  display: block;
  padding: 6px 15px 6px 6px;
  margin: 6px auto 6px auto;
  border-right: 5px solid #000044;
  text-decoration: none;
  color: #000044;
}

#links p a:hover {
  background-color: #eeeeee;
  border-right: 5px solid #333344;
  text-decoration: none;

}

#container {  width: 800px;  margin: auto;  padding: 0px 0px 15px 0px;  background: #ffffff;
  float:right;
  border-top: 5px solid #000044;

}

#container p {
  font-family: Garamond;
  color: #000044;
  font-size: medium;
  margin: 12px 40px 20px 40px;
  line-height: 130%
}

#container a {
  color: #777777;
  text-decoration: none;
}

#container a:hover {
  background: #EEEEEE;
  border-bottom: 1px dashed #000044;
}

#container h1 {
  font-family: Garamond;
  color: #000044;
  font-size: x-large;
  margin: 20px 15px 10px 15px;
  font-variant: small-caps;
  text-shadow: #777777 0px 2px 4px;
}

#container h2 {
  font-family: Garamond;
  color: #000044;
  font-size: large;
  margin: 20px 10px 10px 25px;
  text-shadow: #777777 0px 2px 4px;
}

#container ul {
  font-family: Garamond;
  color: #000044;
  font-size: medium;
  margin: 12px 40px 12px 40px;
  line-height: 130%
}

#container table {
  width: 800px;
  margin: 0px 0px -15px 0px;
  font-family: Garamond;
  color: #000044;
  border-width: 0px;
  border-spacing:0px; 
  border-top: 5px solid #000044;

}

#container td {
  width: 199px;
  background-color: #eeeeee;
  padding: 0px 0px 0px 0px;
  font-size: 11pt;
  vertical-align:top;
  border-right: 1px solid #FFFFFF;
}

#container th {
  width: 200px;
  background-color: #eeeeee;
  padding: 0px 0px 0px 0px;
  font-size: 11pt;
  vertical-align:top;
}

#transparent {
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  background-color: #ffffff;
  width: 199px;
}

#transparentright {
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  background-color: #ffffff;
  width: 200px;
}

#transparent h3 {
  font-family: Georgia;
  color: #000044;
  font-size: 12pt;
  margin: 0px 0px 0px 0px;
  padding: 6px 3px 0px 3px;
  text-shadow: #777777 0px 2px 4px;
  text-align: right;
}


#transparent p {
    font-family: Garamond;
  color: #000044;
  font-size: medium;
  margin: 0px 0px 0px 0px;
  padding: 0px 3px 6px 3px;
  text-shadow: #777777 0px 2px 4px;
  text-align: right;

}

#transparentright h3 {
  font-family: Georgia;
  color: #000044;
  font-size: 12pt;
  margin: 0px 0px 0px 0px;
  padding: 6px 3px 0px 3px;
  text-shadow: #777777 0px 2px 4px;
  text-align: right;
}

#transparentright p {
    font-family: Garamond;
  color: #000044;
  font-size: medium;
  margin: 0px 0px 0px 0px;
  padding: 0px 3px 6px 3px;
  text-shadow: #777777 0px 2px 4px;
  text-align: right;
  font-weight:normal;
}