body {
  margin: 0; 
  padding: 0; 
  font: 76% arial, geneva, helvetica, sans-serif;
  background: #9ca5bd;
  color: #000;
}
table {
  width: 720px; 
  margin: 2em auto; 
  background: #fff; 
  color: #000; 
  border: 3px solid #000;
}
table td {
  vertical-align: top;
  border-top: 0px solid black;
}
table td#headmast {
background-image: url(img/logo.jpg);
background-position: center center;
background-repeat: no-repeat; 
  height: 200px;
}
h1#header {
  font: small-caps 1.8em/1em arial, geneva, helvetica, sans-serif;
}
h1 {
  font: 1.8em/1em arial, geneva, helvetica, sans-serif;
  margin: 1em 0 .5em 2em;
  text-align: left;
  color: navy;
}
h2 {
  font: italic 1.6em/1em arial, geneva, helvetica, sans-serif;
  margin: .5em 0 1em 4em;
  text-align: left;
  color: navy;
  letter-spacing: 1px;
}
table td.slogan {
  margin: 0;
  padding: 0 2em;
  border-top: 1px solid black;
border-bottom: 1px solid black;
  background: #4675bb url(img/tbar1.gif) repeat-x;
  color: #fff;
  vertical-align: middle;
  height: 31px;
  text-align: center;
}
table td.slogan p {
  font-weight: bold;
  letter-spacing: .15em;
}
table td#navigation {
  width: 200px; 
}
table td#navigation ul {
  list-style: none; 
  margin: 0 0 1em 0; 
  padding: 0;
}
table td#navigation ul li {
  border-bottom: 1px solid black; 
  line-height: 2em;
  padding: 0; 
  margin: 0;
}
table td#navigation ul li a {
  text-decoration: none; 
  display: block; 
  margin: 0; 
  padding-left: 1em;
  color: #054CA4;
}
table td#navigation ul li a:visited {
  color: #f63;
}  
table td#navigation ul li a:hover {
  display: block; 
  margin: 0; 
  padding-left: 1em;
  background: #4675bb; 
  color:#fff;
}
table td#main {
  width: 520px;
  padding: 1em 0; 
  border-left: 1px solid black;
  background: #fff url(img/hbar.gif) top left repeat-y;
  height: 400px;
}
td#main h3, td#main h4 {
  text-align: center;
  color: #1f55a5; 
  font-style: italic;
}
td#main p{
  margin: 1em 2.5em 0 2.5em;
}
table td#footer {
  border-top: 1px solid black;
  background: #4675bb url(img/tbar1.gif) repeat-x;
  color: #fff;
  height: 50px;
}
table td#footer p {
  margin: 0; 
  padding: 0 1em;
  text-align: left;
  font-variant: small-caps;
}
table td#footer p a {
  color: #fff;
  padding: 0 .5em;
  text-decoration: none;
}
table td#footer p a:hover {
  border-bottom: 2px solid #fff;
}  
p, #main ul {
  font: 1em/1.5em arial, verdana, helvetica, sans-serif;
}
.pic {
  text-align: center;
}
.pic img {
  border: 1px solid black;
  padding: 5px;
}
.caption {
  font-size: 90%; 
  text-align: center; 
  border-bottom: 1px dashed gray;
  padding-bottom: 2em;
}
.sidebarRt {
  width: 30%;
  float: right;
  text-align: center;
  margin: 0;
  border: 1px dashed #4475ba; 
  background: #e7efff;
  color: #000;
  padding: .5em 1em;
  font-size: .9em;
}
.sidebarLt {
  width: 30%;
  float: left;
  text-align: center;
  margin: 0;
  border: 1px dashed #7a94e7;
  background: #e7efff;
  color: #000;
  padding: .5em 1em;
  font-size: .9em;
}
cite {
  font-style: normal;
  color: #b30000;
}
.ahem {display: none;}
.clear {clear: both;}
.pic .boost {padding: 10px 36px;}
sup {color: red;}
.special {float: right; margin-right: 3em; border: none;}


