/* -- Defaults -------------------------------------------------------------- */
a {
  color: #264764;/*#0066cc;*/
  text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: 0; }



h1, h2 {
  border-bottom: 1px solid #cfcfcf;
  font-size: 123.1%;
  font-weight: bold;
}

h3 {
  font-size: 123.1%;
  font-weight: bold;
}

html { background: none; }
input { font-size: 100%; }
p { margin-top: 1em; }



/* -- Layout ---------------------------------------------------------------- */
#doc {
  margin: 0 auto;
  padding: 0;
  min-width: 550px;
}

/* -- Header ---------------------------------------------------------------- */
#hd{
 color:#fff;
 height:60px;
   background:url('/images/bgheader.png') repeat-x;
}

#hd a {
  color: #FFF;
  text-decoration: none;
  margin-left:25px;
}


#hd h1 {
  background:transparent;	
  color:#fff;
  border: 0;
  font-size: 140%;
  margin: 0;/* -- YUI Reset, Base, and Fonts -------------------------------------------- */
}

#toolbar {
  color: #fff;
  background:transparent; /*#C2CFD9;*/
  font-size: 93%;
  height: 1.75em;
  margin: 0;
  padding: 0 0.7em;
  position: relative;
  text-align: right;
  border:none;
}
#toolbar .subtitle {
  float: left;
  font-weight: bold;
  margin-top: 0.20em;
  margin-left:20px;
 }

#toolbar ul {
  float: right;
  list-style: none;
  margin: 0.3em 0 0 0;
}

#toolbar ul li {
  display: inline;
}

#toolbar ul li a {
  color:#4F4F4F; 
  display: block;
  float: left;
  height: 1.44em;
  margin: 0 0.2em;
  padding: 0.35em 0.5em 0 0.5em;
}
a.main_menu {color: white; text-decoration: underline; }
a.main_menu:hover {color: #264764; background-color: #264764; text-decoration: none; }
#toolbar ul {
  float: right;
  margin: 0;
}

#toolbar ul li {
  display: inline;
  list-style: none;
}

#toolbar ul li a {
  color: #666;
  display: block;
  float: left;
  height: 1.44em;
  margin: 0 0.2em;
  padding: 0.35em 0.5em 0 0.5em;
}

#toolbar ul li a:hover { color:#048; text-decoration:underline;background:transparent; }

@media print {
  #hd { display: none; }
}
