body {
  background:#FFFFFF;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Palatino,Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}

#clear {
  clear:both;
  }
#banner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style:none;
  background:#191970;
  }
#brand {
  float:left;
  margin:0;
  padding: 8px 14px;
  }
#title {
  float:right;
  margin:0;
  padding: 8px 14px;
  }
#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#E1E3F4;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FF0000;
  }
#header #current {
  background-image:url("left_on.gif");
  }
#header #current a {
  background-image:url("right_on.gif");
  color:#1C1C6E;
  padding-bottom:5px;
  }

#main {
  float: left;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  margin-bottom: 10%;
  width: 80%;
  font-size: 125%;
  line-height: 2em;
  color: #1C1C6E;
  }
#main.gutter {
  padding: 25px;
<!-- #background: url(main-bg.gif) repeat-x bottom left;  -->
  }
#main h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Palatino,Georgia,Serif;
  font-size: 150%;
  font-weight: normal;
  font-style: italic;
  color: #1C1C6E;
  }
dl.feature {
  margin: 15px 0;
  padding: 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  }
dl.feature:after {
  content ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
dl.feature dt {
  margin: 0 0 .5em 0;
  margin-left: 40px;
  font-family: Palatino,Georgia,Serif;
  font-size: 110%;
  color: #1C1C6E;
  }
dl.feature dt img {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 4px 4px 0;
  }
dl.feature dd {
  margin-left: 169px;
  font-size: 90%;
  line-height: 1.5em;
  color: #1C1C6E;
  }
dl.proviso dt {
  margin: 0 0 .5em 0;
  font-family: Palatino,Georgia,Serif;
  font-size: 140%;
  color: #1C1C6E;
  }
dl.proviso dd {
  margin-left: 189px;
  font-size: 90%;
  line-height: 1.5em;
  color: #FF0000;
  }

#copyright {
  clear: both;
  background:#191970;
  }
#copyright p {
  margin: 0;
  padding: 15px;
  font-size: 100%;
  color:#E1E3F4;
  }

#super {
  font: smaller;
  }

/* Hide from IE5/Mac \*/
#copyright { height: 1%; }
/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/
* html #copyright { height: 1%; }
/* End hide from IE5/Mac */

* html dl.feature { height: 1%; } /* for IE5+6 */
* first-child+html dl.feature { min-height: 1px;} /* for IE7 */
