body, html {
  margin: 0;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
}

body {
  line-height: 1.2;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
  font-size: 90%;
  min-width: 780px;
}

div.main {
  margin: 0 auto;
  width: 780px;
}

div.pagehead {
  background-color: #666699;
  text-align: center;
  padding: 7px;
}
div.pagehead img {
  border: none;
  vertical-align: text-bottom;
}
div.pagehead a:link { text-decoration: none; color: white }
div.pagehead a:visited { text-decoration: none; color: white }
div.pagehead a:hover { color: #ff9999 }

h1 {
  color: #ffffff;
  font-weight: normal;
  font-size: 160%;
  display:inline;
}

div.topnavbar {
  text-align: center;
  background-color: #dfdfff;
  font-weight: bold;
  padding: 7px
}
div.pagenavbar {
  text-align: center;
  background-color: #dfdfff;
  font-weight: bold;
  padding: 7px;
  border-top: solid 1px gray;
}
div.topnavbar p, div.pagenavbar p {
  display:inline;
}
div.topnavbar a:link { text-decoration: none; color: blue }
div.topnavbar a:visited { text-decoration: none; color: blue }
div.topnavbar a:hover { color: #ff3333 }
div.pagenavbar a:link { text-decoration: none; color: blue }
div.pagenavbar a:visited { text-decoration: none; color: blue }
div.pagenavbar a:hover { color: #ff3333 }

div.lhbox {
  float: left;
  width: 160px;
  margin-top: 1em;
  margin-bottom: 12px;
}
div.lhmenu {
  background-color: #dfdfff;
  padding: 7px;
  border: 1px solid;
  border-color: #666699;
  font-size: 90%;
}
div.lhmenu ul {
  margin: 6px;
  padding: 0;
  border-bottom: solid 1px gray;
}
div.ie7>ul {
# margin: 0;			/* IE7 only */
# margin-left: -10px;	/* IE7 only */
# border-bottom: none;	/* IE7 only */
}
div.lhmenu ul a:link { text-decoration: none; color: blue }
div.lhmenu ul a:visited { text-decoration: none; color: blue }
div.lhmenu ul a:hover { color: #ff3333 }

li.lhmenu {
  margin: 0;
  padding: 0.5ex;
  border-top: solid 1px gray;
/* url is relative to the .css file */
  background:url("images/right.gif") no-repeat 4px 7px;
  list-style-type: none;
  list-style-position: inside;
  min-height: 17px;
}
ul>li.lhmenu {
  padding-top: 5px;
  padding-left: 19px;
}
div.lhmenu ul.lhitem {
  border-bottom-style: none;
}
li>ul.lhitem {
  margin-left: -10px;
}
div.lhmenu li.lhitem {
  font-weight: normal;
  font-size: 90%;
  background:url("images/right_sm.gif") no-repeat 3px 4px;
  list-style-type: none;
  min-height: 15px;
}
ul>li.lhitem {
  padding-top: 1px;
  padding-left: 17px;
# margin: 0;			/* IE7 only */
# margin-left: -15px;	/* IE7 only */
}
span.current {
  color: #ff3333;
}
.lhheader {
  font-weight: bold;
  font-size: 110%;
  padding-left: 6px;
  color: #ff3333;
}

div.middle {
  float: right;
  width: 610px;
  margin-top: 1em;
}
div.main>div.middle {
  margin-top: 0;
# margin-top: 1em;	/* IE7 only */
}

h2 {
  background-color: #666699;
  color: #ffffff;
  padding-left: 5px;
  font-weight: normal;
  font-size: 130%;
}
h3 {
  background-color: #dfdfff;
  padding-left: 5px;
  font-weight: bold;
  font-size: 110%;
}

div.list {
  background-color: #dfdfff;
}

a img {
  border: none;
}
img.updown {
  border: none;
  padding-right: 5px;
}
a:hover { color: #ff3333 }

div.footer {
  clear: both;
}
div.footer a:link { text-decoration: none; color: white }
div.footer a:visited { text-decoration: none; color: white }
div.footer a:hover { color: #ff9999 }
p.footer {
  background-color: #666699;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 4px;
}

span.error {
  color: #ff3333;
  font-weight: bold;
}

span.strong {
  font-weight: bold;
}

span.success {
  font-weight: bold;
  color: #00E000;
}

span.em {
  font-style: italic;
}

img {
  border: 1px solid ;
}

.centered {
  text-align: center;
}

div.background {
  background-color: #dfdfff;
  margin: 6px;
}

table {
 width: 100%;
 text-align: left; }
td {
 vertical-align: top;
 text-align: left; }
td.right {
 text-align: right; }
td.middle {
 width: 30% }
td.nowrap {
 text-align: right;
 white-space: nowrap; }
td.nowrapl {
 white-space: nowrap; }
td.rhs {
 width: 80% }
td a.enhance {
  font-weight: bold;
}
td a:link { text-decoration: none; color: blue }
td a:visited { text-decoration: none; color: blue }
td a:hover { color: #ff3333 }
