pre { background-color: white; color: black }
img { border: 0 } 

form {
  margin-bottom: 0px
}

#topBar {
height:0
}

#mainBox {
  margin: 0 auto;
  width: 770px;
  color: black;
  text-align: left;
  background-color: white;
}

#headShot {
  float: left;
}

#topBanner {
  width: 605px;
  height: 108px;
  top: 0px;
  right: 0px;
  background-image: url("images/top_grid.jpg");
  float: right;
}

#bottomBanner {
  width: 622px;
  height: 32px;
  background-image: url("images/bottom_grid.jpg");
  bottom: 0px;
  right:0px;
  float: right;
}

#bodyContent {
  left: 179px;
  top: 108px;
  position: relative;
  width: 592px;
  background-color: red;
}


body {
  background-color: #999999;
  font-size: 12pt; 
  font-family: Arial, sans-serif;
  text-align: center;
}

p,td {
  font-size: 12pt
}

th {
  color: white;
  background-color: #88BBEE;
  padding-left: 5px;
  padding-right: 5px;
}
  
a:href    { text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:link    { color: blue; text-decoration: none; }
a:hover   { color: #5555FF; text-decoration: underline; }
  
th a:href { text-decoration: none }
th a:visited { color: white; text-decoration: none; }
th a:link    { color: white; text-decoration: none; }
th a:hover   { color: white; text-decoration: underline; }

h2 {
 margin-bottom: 0px;
}

.userBar {
  padding: 2px 5px 2px 5px;
  background-color: black;
  color: white;
}

.userBar a { 
  color: white;
  font-weight: bold;
}


table.rootmenu {
  padding: 0 0 0 0;
}

.rootmenu td {
  padding: 2px 5px 2px 5px;
  background-color: #88BBEE;
}

.rootmenu a:href { color:white; text-decoration: none; font-weight: bold }
.rootmenu a:visited { color:white; text-decoration: none; font-weight: bold }
.rootmenu a:link { color:white; text-decoration: none; font-weight: bold }
.rootmenu a:hover   { color: #e0e0e0; text-decoration: none; }

.popmenu {
  background-color: #99CCFF;
  border-style: solid;
  border-color: black;
  border-width: thin;
  position: absolute;
  visibility: hidden;
  z-index: 2;
  width: 200px;
}

.popmenu ul {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  text-align: left;
}

.popmenu li {
  padding-left: 0px;
  list-style-type: none;
  padding: 1px -5px 1px 5px;
}

.popmenu li:hover {
  background-color: #88BBFF;
  width: 100%
}

.popmenu a:href { color:black; text-decoration: none; font-weight: bold }
.popmenu a:visited { color:black; text-decoration: none; font-weight: bold }
.popmenu a:link { color:black; text-decoration: none; font-weight: bold }
.popmenu a:hover   { color:white; text-decoration: underline; }


#foldheader {
  list-style-image:url(images/arrow_right.gif);
  margin-top: 5pt;
}

ul.norm { 
  list-style-image: url(images/bullet.gif); 
}

