/*  light => #e7ecf1   dark green  => #2a3f09   
    tan =>  #baa880    light green => #99aa73     */
    body { 
    	background:#99aa73; color:black; border:0px; text-align:center; 
    	font-family:verdana, Arial, sans-serif;
    	font-size:14px;
    	
    	}
    #container { 
    	margin: 0px auto; text-align:center; color:black; background:#2a3f09;
    	text-align:left; width:980px;
    	}
    #banner { 
    	margin:0px; padding:0px; color:black; background:#2a3f09;
    	height:120px;
    	}
    #inbanner { 
    	margin:0px; margin-left:150px; 
    	color:black; background:#2a3f09;
    	background-image:url(./images/banner_back.png);
    	background-repeat:repeat-x;    
    	text-align:left;
    	height:90px;
    	}
    #banner h1        { 
    	color:#baa880; background:transparent; 
    	margin:0px; margin-left: 20px;
    	text-align:left; 
    	font-size:28px;
    	}
    #banner h1 span   { color:#fff; background:transparent; font-size:.6em }
    #banner img       { 
    	float:left;
    	width:150px;
    	height:120px;
    	border:0px; padding:0px; margin:0px;
    	}
    
    #menu {
    	color:black; background:#2a3f09; height:30px;  padding-left:10px; 
    	margin:0; margin-left:150px;
    	}
    #menu ul {
    	display:inline; margin: 0;
    	}
    #menu ul li {
    	display:inline; border-right: 2px solid #e7ecf1; margin:0px;
    	color:white; background: #2a3f09;
    	padding:5px 15px; height:30px;
    	line-height:28px;
    	
    	}
    #menu ul li:hover, #menu ul li:hover a {
    	color:black; background:#99aa73;
    	}
    #menu ul li a {
    	color:white; background: #2a3f09;
    	}
    #verse {
    	float:right;
    	width:130px; margin: 20px 30px 10px 0px;
    	text-align:center;
    	font-size: 16px;
    	line-height:20px;
    	font-family:verdana,sans-serif;
    	color:white; background:inherit;
    	}
    #body {
    	margin:0px; color:black; background:#e7ecf1; text-align:left;
    	width:780px;
    	border:2px solid #e7ecf1;
    	}
    #body ol  {
    	margin: 15px 30px; padding:0px 0px 20px 0px;
    	}
    #body ol li {
    	margin:8px 0px;
    	}
    #copy {
    	color:white; background:inherit;
    	text-align:center; font-weight: normal; font-size:  10px; 
    	line-height:18px;
    	font-family:Verdana, Arial, sans-serif;  
    	width:780px;
    	}
    #right {
    	float:right; margin-top:40px; color:black; background:#baa880; 
    	text-align:center; width:300px; 
    	border:2px solid #2a3f09;
    	padding: 10px 5px;
    	margin-right:3px;
    	}
    #left {
    	text-align:left; margin: 0px 340px 0px 0px;  padding: 5px 20px;
    	}
    
    #right table {
    	border-collapse:collapse; border:0px; 
    	}
    #right table th {
    	font-weight:bold; font-size:24px;
    	}
    td.right {
    	text-align:right;
    	padding-right:10px;
    	}
    td.left {
    	text-align:left;
    	padding-left:10px;
    	}
     td.left2 {
    	text-align:left;
    	padding-left:30px;
    	line-height:24px;
    	}
    td.heading {
    	line-height: 36px; font-weight:bold; font-size:22px; 
    	border-bottom:2px solid #baa880;
    	border-top:2px solid #baa880;
    	text-align:center;
    	}
    td.heading2 {
    	line-height: 26px; font-weight:bold; font-size:16px; 
    	text-align:center;
    	padding-bottom:20px;
    	}
    td.subheading {
    	margin-top:10px;
    	line-height: 30px; font-weight:bold; font-size:18px; 
    	border-bottom:2px solid #baa880;
    	text-align:center;
    	}
    div.center { text-align:center; padding-bottom:30px;}
    
    a:link,a:visited,a:focus,a:hover,a:active {color:black;}
    a:hover { color:blue; background:yellow; }
    a:visited {color:blue; background:inherit; }
  
    table, td {border:0}
    #body h1 { color:#2a3f09; background:inherit; text-align:center; }
    #body h2 { text-align:center; }
    
