
body {
  margin:0;
  padding:0;
  background:#FFF;
  color:#333;
  font:small Verdana,Sans-serif;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}


#content {
  margin-left:20px;
  width:750px;
  }

#main {
  float:left;
  margin-left:0px;
  margin-right:15px;
  width:530px;
  }

#subcol {
  float:left;
  width:200px;
  font-size:90%;
  line-height:1.5em;
  margin-top:5px;
  }

#subcol a, #content a {
  color:#FF9900;
  border-color:none;
  text-decoration:none;
  border-bottom: 1px dotted;
  border-color:#999;
}

#subcol a:hover, #content a:hover {
  border-color:#000;
  }

#header {
  margin-right:0;
  border-bottom:2px solid #a39fdc;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:80px;
  background-color:transparent;
  background: url("../img/logo_bar_fill.gif");
  } html>body #header {height:80px;}

#logo {
  width:260px;
  height:80px;
  background-color:transparent;
  }
  
#nav {
  position:relative;
  margin-left:240px;
  height:0px;
  font-size:100%;
  }

#nav div {
  position:absolute;
  width:500px;
  bottom:0;
  left:0;
  border-left:1px solid #9992ff;
  }

#nav a, #nav strong, #nav em {
  float:left;
  display:block;
  padding:2px 6px 7px;
  border-width:0;
  border-style:none;
  border-right:1px solid #9992ff;
  text-decoration:none;
  text-transform:lowercase;
  color:#000;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:1.2em;
  } html>body #nav a, html>body #nav strong, html>body #nav em {height:1.2em;}

#nav strong {
  color:#000;
  }

#nav a:hover {
  color:#9992ff;
  }

/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  padding-bottom:2px;
  }

#nav strong a {
  float:none;
  display:inline;
  border-width:0;
  padding:0;
  }

#nav strong a:hover {
  border-bottom-width:0;
  }

#nav em {
  float:none;
  display:block;
  padding:0;
  border-right-width:0;
  }

#nav span {display:none;}

#footer {
  clear:both;
  padding-top:0;
  font-size:85%;
  width:750px;
  }

#footer p {
  background-color:#fff;
  background-repeat:repeat-x;
  background-position:0 -4px;
  margin:0;
  padding:10px 20px;
  color:#777;
  text-align:center;
  line-height:1.6em;
  }

/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */

#footer a, #footer a:visited {
  color:#666;
  text-decoration:none;
  border-bottom: 1px dotted;
  border-color:#999;
  }

#footer a:hover {
  color:#000;
  }


