* {
  margin: 0em;
  padding: 0em;
}
h1, h2 {
}
body {
  font-family: "gill",sans-serif;
  color: #555555;
  font-size: 12pt;
}
a {
  color: #669911;
}
#outer {
}
#header {
  height: 110px;
  background-image: url(images/a2.gif);
  background-position: left bottom;
  padding-left: 40px;
  padding-top: 45px;
}
#header h1 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5em;
}
#header h1 {
  text-transform: lowercase;
  font-size: 1.6em;
}
#header h2 {
  position: relative;
  top: -0.3em;
  color: #e8efc2;
  font-weight: normal;
  font-size: 1.1em;
  text-transform: lowercase;
}
#menu {
  padding: 1em 2.5em;
  background-image: url(images/a3.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#menu ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu li a {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: lowercase;
  color: #5d5f53;
  text-decoration: none;
  margin-right: 1em;
}
#menu li a:hover {
  color: #6b7e09;
  text-decoration: underline;
}
#content p {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 1.5em;
}
#content h2, h3, h4, h5, h6 {
  margin-left: 20px;
  margin-bottom: 1em;
}
#content ul {
  margin-bottom: 1.5em;
  padding-left: 1em;
  margin-left: 60px;
}
#content blockquote {
  border: 1px dotted #dfd999;
  padding: 1em;
  margin-bottom: 1.5em;
  background-color: #fffcd8;
  background-image: url(images/a5.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#content blockquote p {
  margin-bottom: 0em;
}
#content table {
  margin-bottom: 1.5em;
}
#content table th {
  padding: 0.5em;
  text-align: left;
  font-weight: bold;
}
#content table td {
  padding: 0.5em;
}
#content table tr.rowA {
  background-color: #eaefe0;
  color: inherit;
}
#content table tr.rowB {
  background-color: #f9ffef;
  color: inherit;
}
#primaryContentContainer {
  float: left;
  width: 100%;
  margin-right: -460px;
}
#primaryContent {
  margin: 0em 400px 0em 0em;
  padding: 0em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3 {
  border-bottom: 1px dotted #eceedf;
  text-transform: lowercase;
  color: #5d5f53;
  padding-bottom: 0.3em;
}
#secondaryContent h3 {
  background: transparent url(images/a1.gif) no-repeat scroll 0% 50%;
  height: 27px;
  font-size: 1em;
  font-weight: bold;
  padding-left: 45px;
  padding-top: 5px;
  text-transform: lowercase;
  color: #5d5f53;
}
#secondaryContent {
  float: right;
  width: 345px;
}
#footer {
  border-top: 1px solid #d0d4bb;
  padding: 2em 3.5em 3em;
  background: transparent url(images/a4.gif) repeat-x scroll left top;
  font-size: 0.8em;
}
.clear {
  clear: both;
}
img {

  border-style:outset;
  border-color: #2b405b;
  border-width:10px;
  font-family: "gill",sans-serif;
}
#logo {
  border-style: none;
}
#centeredtable {
margin: auto;
padding: 11px;
text-align: center; 
}
#centeredtablemain {
margin: auto;
padding: 11px; 
}