html,body
{
  color: #333333;
  font-family: Helvetica,Arial,Verdana;
  font-size: 12px;
  background:#025 url("/images/sides_one.gif") repeat-y center top;
  margin: 0px;
  padding: 0px;
}

.block_center
{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.block_full
{
  width: 100%;
}

.block_small_first
{
  background: url('/images/round_first.gif') no-repeat top left;
  background-color: white;
  margin: 4px;
}

.block_small_second
{
  background: url('/images/round_second.gif') no-repeat top right;
}

.block_small_third
{
  background: url('/images/round_third.gif') no-repeat bottom right;
}

.block_small_fourth
{
  background: url('/images/round_fourth.gif') no-repeat bottom left;
  padding: 10px;
  text-align: center;
}

#header
{
  height: 100px;
  border-bottom: 4px solid #47d;
}

#top
{
  height: 100px;
}

#logo
{
  display: inline;
  margin-top: 25px;
}

#footer
{
  font-size: 10px;
  height: 65px;
  border-top: 4px solid #47d;
  text-align: center;
  padding-top: 25px;
  color: #eeeeee;
}

#container
{
  background:#d9d9d9 url("/images/sides_two.gif") repeat-y center top;
}

#navigation
{
  width: 220px;
}

#content
{
  padding: 6px;
}

.nav_title
{
  background-image: url('/images/nav_bg_001.gif');
  padding-top: 7px;
  padding-left: 8px;
  padding-bottom: 0px;
  padding-right: 0px;
  display: block;
  height: 24px;
}

.nav_title_link
{
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
}

.nav_item_first
{
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url('/images/nav_bg.gif');
  background-repeat: repeat-x;
}

.nav_item_second
{
padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url('/images/i.link.gif');
  background-color:#DFDFDF;
  margin-bottom: 2px;
}
.nav_item_second:hover{background:#ffffff;}

.light_level
{
  padding: 8px;
  text-align: center;
  font-size: 10px;
  background-color: white;
}

.itable
{
  display: inline-table;
}

.table
{
  display: table;
}

.tr
{
  display: table-row;
}

.td
{
  display: table-cell;
}

.blind
{
  display: none;
}

table
{
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

td
{
  vertical-align: top;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

img
{
  display: block;border:0px;padding:5px;
}

a
{
  text-decoration: none;
  color: #0000ff;
}

a.light
{
  text-decoration: underline;
  color: #eeeeff;
}

a.nav_item
{
  color: #333;
  font-size: 12px;
}

a.date
{
  color: #333333;
  padding: 2px;
  font-weight: bold;
  line-height: 22px;
}

a.date_title
{
  color: #333333;
  font-size: 11px;
}

div.date_title
{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  background-color: white;
  margin-bottom: 8px;
}

#search_form
{
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  background-image: url('/images/search_bg.gif');
  background-repeat: no-repeat;
}

#search_form_query
{
  border-width: 0px;
  border-style: solid;
  border-color: white;
  height: 16px;
  width: 134px;
}

ul.nav
{
  padding-left: 22px;
  margin-left: 0px;
}

h1,h2,h3,h4,h5,h6
{
  color: #025;
}

address
{
  font-style: normal;
}

p
{
  text-align: left;
}
