/*
 Time to try and get all the heading elements to the same size 
 regardless of browser. (IE seems to put them a bit bigger
 than Mozilla, typically.)
*/
h1{
 font-size: 170%;
 color: #;
}
h2{
 font-size: 165%;
 color: #;
}
h3{
 font-size: 150%;
 color: #;
}
h4{
 font-size: 136%;
 color: #;
}
h5{
 font-size: 120%;
 color: #;
}
h6{
 font-size: 110%;
 color: #;
}
/*


/* ********************************************************************************
 Vnav - Vertical Navigation
   ******************************************************************************** */
.Vnav{
 padding-left: .5em;
 padding-right: .5em;
 padding-top: .5em;
 font-size: 75%;
}
.Vnav ul, .Vnav ul li{
 margin: 0;
 padding: 0;
 list-style-type: none;
 display: block;
 background-color: #EAE8D3;
}
.Vnav ul{
 border: solid 1px #000;
 border-bottom-width: 0;
 margin-bottom: .75em;
}
.Vnav ul li{
 border-bottom: solid 1px #000;
}
.Vnav ul li a{
 display: block;
 text-decoration: none;
 padding: 2px 5px;
 color: #336;
 background-color: #EAE8D3;
}
.Vnav ul li ul{
 margin: 0;
 padding: 0;
 margin-left: 1em;
 border-width: 0;
 display: none;
}
.Vnav ul li ul li{
 border-width: 0;
 margin: 0;
 font-size: 85%;
}
.Vnav ul li ul li a{
 border-top: solid 1px #BBBBBB;
}
/* Fix for IE/Win \*/
* html .Vnav ul li a/* hide from IE5.0/Win & IE5/Mac */{
 height: 1%;
}
/* Fix for IE/Win */
.Vnav ul li a:hover{
 background-color: #D8D6C3;
 color: #000000;
}
.Vnav ul li:hover{
 background-color: #D8D6C3;
}
/* Fix for IE/Win \*/
* html .Vnav ul{
 position: relative; /* IE needs this to fix a rendering problem */
}
/* Fix for IE/Win */
.Vnav h3{
 /* perhaps this belongs partly in gutters.css and partly in 
  fonts.css. However, the heading size for vnav elements is
  controlled here because it is a specific vnav visual element
  rather than something that's going to be applied to the whole
  layout. So that if you were to remove vnav.css from your
  layout, you wouldn't have any extra, unused CSS in the rest
  of your stylesheets. */
 margin-bottom: 0;
 padding-bottom: 0;
 font-size: 126%;
}
.Vnav .Selected{
 background-color: #FFFFFF;
}
/* ******************************************************************************** */
.LeftColumnNav{
 /*background-color: #EAE8D3;*/
 background: #EAE8D3   ;
 font-size: 85%;
 width: 13em;
}
/* ******************************************************************************** */
