body
{
  margin: 0px;
  font-family: arial;
  font-size: 80%;
  padding: 0px;
  margin-bottom: 8px;
}


img
{
  border: 0px;
}

h1
{
  color: #5b9eb9;
  font-size: 130%;
  font-family: veranda;
}

h2
{
  color: #5b9eb9;
  font-size: 110%;
  font-family: veranda;
  border-left: 3px solid #bfe1eb;
  padding-left: 5px;
}

a
{
  color: #A02E35;
  text-decoration: none;
}

a:visited
{
  color: #A02E35;
}

a:hover
{
  color: #690F0E;
  text-decoration: underline;
}
 

#headerblock
{
  width: 741px;
  height: 82px;
  margin: 0px auto;
  background: url("logo.jpg") no-repeat;
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
  color: #999;
  font-size: 90%;
}

#headerblock a
{
  color: #222;
}

#headerblock a:hover
{
  color: #f25;
  text-decoration: underline;
}


div#menublock
{
  width: 746px;
  margin: 0px auto;
  background-color: #9ad0e6;
  border-top: #6d7578 solid 1px;
  border-bottom: #6d7578 solid 1px;
  height: 18px;
  position: relative;
  top: -2px;
  font-size: 90%;
}

div.menuitem
{
  background-color: #9ad0e6;
  float: left;

  margin-bottom: 2px;
}

div.menuitem a
{
  text-decoration: none;
  color: #000;
  display: block;
  padding: 2px;
  width: 100px;
  border-right: #fff solid 1px; 
  text-align: center;
}

div.menuitem a:visited
{
  color: #000;
}

div.menuitem a:hover
{
  text-decoration: none;
  color: #fff;
  background-color: #5b9eb9;
  width: 100px;
  display: block;
  border-right: #fff solid 1px;
}

#maincontent
{
  width: 746px;
  margin: 0px auto;
  clear: both;
  margin-top: 20px;
}

#footerblock
{
  width: 740px;
  margin: 0px auto;
  clear: both;
  background-color: #edf0f5;
  border-bottom: 1px solid #585858;
  color: #666;
  padding: 3px;
  font-size: 77%;
  margin-bottom: 6px;
  position: relative;
  top: 10px;
}

.pagelist
{
  width: 700px;
}

.pagelisthighlight
{
  background-color: #FCECEA;
  padding: 3px;
}

.formtitle
{
  background-color: #E0E6F7;
  width: 342px;
  padding: 2px;
  font-weight: bold;
  margin-top:20px;
}

.formcontent
{
  background-color: #F5FBFF;
  border: 1px #D9E7F3 solid;
  width: 340px; padding: 2px;
}

.formcontent input, .formcontent textarea
{
  border: 1px #D9E7F3 solid;

}

.pointright
{
  float: right;
  margin-left: 10px;
}

div#searchbox
{
  background-color: #f2f9fc;
  border: 1px solid #b9ddec;
  padding: 4px;
  font-size: 90%;

  width: 210px;
  clear: both;
}





input, textarea
{
  background-color: #f6fbfe;
  border: 1px solid #b9dded;
}

.views
{
  clear: both;
  font-size: 10px;
  color: #777;
  font-style: italic;
  padding-top: 10px;
}

.error
{
  color: #f00;
  
}

.cutcode
{
  width: 296px;
  height: 100px;
  font-size: 10px;
}  
  
  
.date
{
  color: #888;
  border-left: #ccc solid 3px;
  padding-left: 5px;
}

.highlightart
{
  background-color: #eee;
  color: #444;
}

.highlight
{
  background-color: #eee;
  color: #a02e35;
}


#rightpane
{
  float: right;
  width: 222px;

}




#searchboxtitle
{
  color: #000;
  background-color: #9ad0e6;
    width: 216px;
  text-align: right;
  padding-right: 4px;
  font-size: 11px;
  padding-top: 2px;
  
}

table.letterselect
{
  margin-left: 20px;
  border-collapse: collapse;
}

.letterselect td
{
  border: 1px #ccc solid;
  text-align: center;
}

.letterselect a, .letterselect a:visited
{
  padding: 1px;
  width: 15px;
  display: block;
  color: #89c4dc;
}

.letterselect a:hover
{
  padding: 1px;
  color: #fff;
  width: 15px;
  display: block;
  background-color: #69aac5;
  text-decoration: none;
}


.searchbox
{
  background-color: #fcfdff;
  width: 242px;
  border: 1px #dceff6 solid;
  padding: 5px;
 
}

#top10
{
  margin: 6px;
  padding: 11px;
  padding-left: 21px;
 
}

#top10 li
{
  font-size: 12px;

}

#shortabout
{
  background-color: #EFF7FA;
  border: #9AD0E6 solid 1px;
}

div#quicksearch
{
  padding-top: 5px;
  margin-bottom: -5px;
  color: #000;
  font-size: 11px;
}

div#quicksearch input
{
  border: 1px solid #6D7578;
}

#quicksearchbutton
{
  background-color: #2680A4;
  height: 16px;
  font-size: 10px;
  border: 1px solid #786D32;
  color: #fff;
}