body {
  font-family: verdana, geneva, sans-serif;
  color: #444444;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 12px;
  margin:10px 0 0 0;
  text-align: center;
}

div.content hr {
  display: none;
}

p, ul, dl, ol {
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
      border-collapse: collapse;
}
caption {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

th, td { /* ns 4 */
  vertical-align: top;
  background-color: #f0f0f0;
  font-family: verdana, geneva, sans-serif;
  border: 1px solid black;
  padding: 5px 5px 5px 5px;
}

h1, h2, h3, h4, h5, h6 { text-align: left }

/* background should be transparent, but WebTV has a bug: ignoring this for now */
h2{
  background-color: #eeeeee;
  padding: 3px;
}

h1 { color: #ffffff; font: 170% verdana,geneva,sans-serif }
h2 { font: bold 140% verdana, geneva, sans-serif }
h3 { font: bold 120% verdana, geneva, sans-serif }
h4 { font: bold 100% verdana, geneva, sans-serif }
h5 { font: italic 100% verdana, geneva, sans-serif }
h6 { font: small-caps 100% verdana, geneva, sans-serif }

@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
  font-weight: bold;
}

ul.toc li {
  padding-bottom: 10px;
}

ul.toc ul, ul.toc ul li {
  font-weight: normal;
  padding-bottom: 0px;
}

dl dd {
  padding-bottom: 10px;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

.searchbox {
  text-align: right;
}

.textinput {
  font-size: 10px;
  width: 130px;
}

.submitinput {
  border: 1px solid black;
  background-color: #990000;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}

img {
  border: 0px solid white;
}

.logo {
  position: absolute;
  left: 15px;
  top: 20px;
}

.uc {
  position: absolute;
  left: 50px;
  top: 250px;
}


.content {
width: 745px;
padding: 5px 10px 5px 10px;
margin: 0px auto;
border: 1px solid black;
text-align: left;
}


.header {
text-align: left;
background-color: #000000;
padding: 1px 19px 0 1px;
height: 80px;
width: 745px;
margin: 0px auto;
border: 1px solid black;
}

.topimage {
float: left;
padding: 0 20px 0 0;
}

.topmenu {
/*  border-bottom: 1px solid black; */
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
}

.topmenu a {
  color: #a8a8d6;
}

.topmenu a:visited {
  color: #be9cbe;
}

.footerlogos {
  border-top: 1px solid black;
  text-align: center;
  width: 100%;
}

.footerlogos img {
  vertical-align: middle;
}

