body{
  margin: 0px;
  background-color: #475A2F;
  font-family: verdana, arial, helvetica, sans-serif;
}
#container{
     width: 800px;
     margin: 0px auto;
}
img{
    border:0px;
}
#header{
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 120px;
	background-color:#D5EDB3;
	}
.float-right{
    float:right;
	padding: 10px 30px 0px 0px;
}
.float-left{
    float:left;
	padding: 0px 0px 0px 0px;
}
.title-image{
    margin: 10px 0px 0px 20px;
}
#separator{
    margin: 0px;
	height: 22px;
	width: 800px;
	padding: 1px 0px;
	background-color: #99CC66;
	border-style: solid;
	border-width: 2px 0px;
	border-color: #475A2F;
}
#inner-separator {
	height: 20px;
	background-color: transparent;
	border-style: dashed;
	border-width: 1px 0px;
	border-color: #FFFFFF;
}
#menu-left {
	float: left;
	margin: 15px 0px 0px -210px;
	padding-top: 20px;
	width: 170px;
	background-color:transparent;
	}
#content{
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px 210px 0px 30px;
	background-color: #F4FFE4;
	border-width: 0px 0px 0px 180px;
	border-style: solid;
	border-color: #5C743D;
	}
#content h1{
    font-size: 16px;
    color: #99CC66;
    }
#content h2{
    font-size: 12px;
    color: #993300;
	}
#content p, ul, li{
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: justify;
    }
#content a{
    color: #666666;
	text-decoration: underline;
    }
#content a.tb{
	color: #000000;
	text-decoration: none;
    }
#content a.tb:hover {
	font-style:italic;
	}
#content a.ob{
	color: #666666;
	text-decoration: none;
    }
#content a.ob:hover {
	font-style:italic;
	}
#content table.old{
	table.layout: fixed;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	padding: 6px 6px 6px 12px;
	width: 520px;
}
#content tr.odd{
	background-color: #99CC66;
}
#content table.new{
	table-layout: fixed;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	padding: 6px 6px 6px 12px;
	width: 520px;
}
#content td.date{
	width: 90px;
}
#content td.event{
	width: 400px;
}


#menu-left a{
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height:36px;
	text-decoration: none;
	display: block;
	background-color: transparent;
	padding: 0px 0px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
#menu-left a.last{
	border-bottom: 1px solid #FFFFFF;
    } 
#menu-left a:hover {
	background-color:#99CC66;
	}
#rightpanel{
    float: right;
	padding: 10px 0px 10px 10px;
	margin: 20px -185px 0px 10px;
	border-left: 1px solid #5C743D;
	width: 160px;
	background-color: #F4FFE4;
	}
#rightpanel h1{
    font-size: 10px;
    color: #993300;
	}


#rightpanel p{
    text-align: left;
    font-size: 10px;
    color: #666666;
	line-height: 12px;
    }

#rightpanel li{
    margin-left: -20px;
    text-align: left;
    font-size: 10px;
    color: #666666;
	line-height: 12px;
}
#footer {
    margin: 100px 40px 0px -30px;
	padding: 10px 40px 0px 30px;
    border-top: 1px solid #5C743D;
    float: bottom;
    width: 550px;
	height: 60px;
	background-color: #F4FFE4;
	clear:both;
}
#footer p{
    font-size: 10px;
    color: #666666;
}
.caption{
    font-style: italic;
}
.spacer{
    line-height: 30px;
}

