
/*colors
cream- #ffd
beige-#ccbd96
med green -#053
dark green-#020
pale green-#A2BA9A
dark red-#690000*/

body{background-color:#A2BA9A; margin:0; padding:0; height:100%;}
h1 { font: 170% sans-serif }

h2{color:#020;}
h3{color:#020; font: bold 100% sans-serif; }
h4 { font: bold 100% sans-serif; text-align:center; }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

a{color:#690000;}
a:hover{color:#020;}
#top{background-color:#ffffff; color:#020;  height:100px;}
/*top right boxwhite*/
#top h1{background-color:#A2BA9A;height:85px; margin:0; width:70%; float:left;border-right:1px solid #020; margin-bottom:0; padding-left:15px; padding-top:15px;}
#search{background-color:#ffffff;width:15%; float:right; height:100px;margin-right:40px;}
/*top right box white*/
#search fieldset{border:1px solid #ccbd96;}
#bar{background-color:#053; clear:both; text-align:right; height:40px; padding:1px;border-top:1px solid #020; border-bottom:1px solid #020; margin-bottom:0;}
#bar ul{list-style:none; margin-bottom:0;}
#bar ul li{display:inline; padding:5px; border-right:1px solid #000; }
#bar ul li.last{border-right:none;}
#bar ul li a{text-decoration:none; color:#ffd;margin:2px; }
#bar ul li a:hover{text-decoration:underline;}
#content{background-color:#ffd; width:75%; float:right; padding:5%; border-left:1px solid #020; margin-bottom:0;}
#content p{text-indent:2em;}
#side{width:13%; float:left; margin-top:0; margin-bottom:0; text-align:center;}
#side ul{list-style:circle;}
#side ul li{margin-bottom:5px;}
#side ul li a{display:block; text-decoration:none; width:99%; border: 1px solid #A2BA9A;}
#side ul li a:hover{border-right: 1px solid #020; border-top: 1px solid #020; border-left:1px solid #fff; border-bottom:1px solid #fff; background-color:#ccbd96;}
#footer{background-color:#ccbd96; clear:both;height:15px; height:40px;border-top:1px solid #020; border-bottom:1px solid #020;}

p.copyright { font-size: small }
p.copyright small { font-size: small }


@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

