/* CSS Document */
body {
  font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif;
  font-size:14px;
  background-color: #405a00;
  margin:0 0 15px;

 }
}
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  color:#111; 
  clear:both; 
}
h1 {
  font-size: 35px;
  color: #FF9933;
  font-family:'Georgia',Times,Serif;
}
h2, h2 a {
  font-size: 25px;
  color: #999900;
  font-family:'Georgia',Times,Serif;
}
h3, h3 a {
  font-size: 1.3em;
  font-family:'Georgia',Times,Serif;
  line-height:1.2;
  color: #CC0000;
  letter-spacing: 0px;
  text-decoration: none;
}
h4 {
  font-size: 1.2em;
  line-height:1.25; 
   color: #FF9933;
  font-family:'Georgia',Times,Serif;
  font-weight:bold;
}
h5 {
   font-size: 1.2em;
   color: #39444d;
   letter-spacing: 0px;
   font-weight:bold;
}
h6 {
  font-size: 1em;
  line-height:1.2;
  color: #CC0000;
  letter-spacing: 0px;
  text-decoration: none;
}
h7 {
  font-size: 1.2em;
  color: #999900;
  line-height:1.25; 
  font-family:'Georgia',Times,Serif;
  font-weight:bold;
}
p {
  margin: 0 0 1.5em 0;
}
a {
  text-decoration: none;
  color: #0033FF;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 0pt 10pt 12pt 10pt; ;
  list-style-image : url(../if/bullet.gif);
}
li.leaf, li.collapsed, li.expanded {
  list-style-image: none;
  list-style-type: none;
  padding:0;
}
li a.active{
  color: #3E4900;
}
ol {
  margin-left: 35px;
}


.quote { font-family: "Trebuchet MS"; 
	background: url('if/quotes.gif') no-repeat left; 
	border-top:1px dotted #5c748b;
  	border-bottom: 1px dotted #5c748b;
  	margin:1em;
  	padding:15px 0 0 40px; }