*{
  font: small Verdana,sans-serif;
}

a{
  color: #ED8E00;
  font-weight: bold;
  text-decoration: underline;
}

a:hover{
  color: #008EED;
  font-weight: bold;
  text-decoration: underline;
}

body{
  background: #217A64;
  margin: 10px;
}

#banner{
  border: 1px #113D32 solid;
  margin-bottom: 10px;
}

#content{
  width: 100%;
}

#content td.detail{
  border-left: 1px #CCCCCC solid;
  padding: 0px 10px 40px 20px;
  text-align: justify;
  vertical-align: top;
}

#content td.archivedetail{
  padding: 0px 10px 20px 5px;
  text-align: justify;
  vertical-align: top;
  font-size: 100%;
}

#content td.detail div.boxed{
  border: 2px #217A64 solid;
  margin: 20px 0px 20px 0px;
  padding: 10px;
}

#content td.archivedetail div.boxed{
  border: 2px #217A64 solid;
  margin: 20px 0px 20px 0px;
  padding: 10px;
}

#content td.detail strong{
  font-weight: bold;
}

#content td.archivedetail strong{
  font-weight: bold;
}

#content td.detail div.title{
  font-size: 175%;
  margin-bottom: 20px;
}

#content td.archivedetail div.title{
  font-size: 175%;
  margin-bottom: 20px;
}

#content td.navipane{
  padding: 0px 10px 0px 0px;
  vertical-align: top;
  width: 200px;
}

#content td.navipane table td image.icon{
  margin: 10px 0px 10px 0px;
}

#content td.navipane table td.icontext{
  padding: 0px 0px 0px 10px;
}

#content td.navipane table td.icontext a image{
  background: #ED8E00;
}

#content td.navipane table td.icontext a:hover image{
  background: #008EED;
}

#content td.navipane table td.icontext span.description{
  color: #666666;
  cursor: pointer;
  font-size: 85%;
  font-weight: normal;
  text-decoration: none;
}

#framework{
  width: 100%;
}

#framework td.footer{
  color: #FFFFFF;
  text-align: center;
}

#framework td.leftchannel{
  width: auto;
}

#framework td.middlechannel{
  background: #FFFFFF;
  border: 1px #113D32 solid;
  padding: 10px;
  width: 775px;
}

#framework td.rightchannel{
  width: auto;
}

#header{
  width: 100%;
}

#header td.navibar{
  color: #FFFFFF;
  cursor: default;
  font-size: 85%;
  padding: 0px 0px 8px 10px;
  text-align: right;
  vertical-align: middle;
}

#header td.navibar a{
  color: #FFFFFF;
  font-size: 85%;
  font-weight: bold;
  padding: 2px 3px 3px 5px;
  text-decoration: none;
}

#header td.navibar a:hover{
  background: #FFFFFF;
  color: #217A64;
  font-size: 85%;
  font-weight: bold;
  padding: 2px 3px 3px 5px;
  text-decoration: none;
}

#header td.navibar table td{
  background: #217A64;
  border: 1px #113D32 solid;
  padding: 0px 0px 2px 0px;
}

#messages{
  color: #FF0000;
  margin: 0px 0px 10px 0px;
}

#listview{
  height:200px;
  margin:10px 0px 10px 0px;
  width:100%;
}