body
{
  margin: 0;
  padding: 0;
  font-family: Calibri, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  background: #bee3d1;
}

.print
{
  display: none;
}

.clear
{
  clear: both;
}

form
{
  display: inline;
}

label
{
  cursor: pointer;
}

iframe
{
  border: none;
}

.bigger
{
  font-size: 115%;
}

.biggest
{
  font-size: 64px;
}

.title
{
  font-size: 18px;
}

.b
{
  font-weight: bold;
}

.small
{
  font-size: 11px;
}

.light
{
  color: #888;
}

.green, .newsbody a
{
  color: #009548;
}

.highlight
{
  color: #009548;
  font-weight: bold;
}

.error
{
  color: #C00;
  font-weight: bold;
}
ul.error li, li.error
{
  list-style-image: url('/img/icon_error.png');
}

a
{
  color: #333;
  text-decoration: underline;
}
a:hover
{
  text-decoration: none;
}

#maintable
{
  background: #fff;
}

#nav
{
  position: relative;
  background: #009548 /*url('/img/nav-bg-right.jpg') no-repeat right*/ ;
}
#navitems
{
  width: auto;
  position: absolute;
  top: 0;
  left: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #40af76;
}
#navitems li
{
  float: left;
  margin: 0;
  display: inline;
}
#navitems a
{
  display: block;
  padding: 6px 14px 6px 13px;
  white-space: nowrap;
  font-size: 12px;
  color: white;
  text-decoration: none;
  border-right: 1px solid #40af76;
  background: url('/img/nav-item.gif') repeat-x;
}
#navitems a:hover
{
  color: white;
  text-decoration: underline;
}
#navitems .active
{
  color: white;
  font-weight: bold;
  background: url('/img/nav-item-active.gif') repeat-x;
}

#main
{
  margin-top: 12px;
}

#subnav
{
  width: 795px;
  margin-top: 2px;
  padding-bottom: 5px;
  background: #eae9eb url('/img/subnav-bg.jpg') repeat-x bottom;
}
#subnav a
{
  font-size: 11px;
}
#subnav td
{
  white-space: nowrap;
}
#subnav .boxes, #subnav .boxes2
{
  position: relative;
  height: 1%;
}
#subnav .boxes a
{
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 3px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}
#subnav .boxes a:hover
{
  background-color: #e0e0e0;
}
#subnav .boxes a.active
{
  margin-bottom: 3px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  border: 1px solid #009548;
  background: url('/img/nav-item.gif') repeat-x;
}
#subnav .boxes2 a
{
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 1px;
  text-decoration: none;
  border-bottom: 2px solid #e0e0e0;
}
#subnav .boxes2 a:hover
{
  border-bottom: 2px solid #009548;
}
#subnav .boxes2 a.active
{
  font-weight: bold;
  border-bottom: 2px solid #009548;
}

#rightnav
{
  width: 195px;
  overflow: hidden;
}

#content
{
  padding: 0 14px 14px 12px;
}

.box
{
  background: #dff0e9 url('/img/box-bg.gif') repeat-x top;
  margin-bottom: 12px;
}
.box .header
{
  background: url('/img/box-left.gif') no-repeat left;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 1px 1px 1px 18px;
  height: 15px;
  overflow: hidden;
}
.box .content
{
  padding: 4px;
}

.section
{

}
.section .header
{
  padding: 5px;
  color: #666;
  font-size: 14px;
  margin-bottom: 6px;
  background: #eae9eb url('/img/subnav-bg.jpg') repeat-x bottom;
}
.header2
{
  color: #009548;
  font-size: 18px;
  margin-bottom: 8px;
}
.section .content
{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
}
.section .content .image
{
  float: left;
  margin: 0 8px 8px 0;
}

li
{
  margin-top: 4px;
}

table.list
{
  border-collapse: collapse;
  border-color: #ccc;
}
table.list th
{
  border-bottom: 1px solid #ccc;
}
table.list td
{
  border-bottom: 1px solid #e9e9e9;
}
table.list tr.break th, table.list tr.break td
{
  padding-top: 12px;
}

#footer
{
  margin: 4px 16px;
}
#footer td
{
  font-size: 11px;
  color: #666;
}
#footer td a
{
  color: #666;
}

a.preview img, img.preview
{
  margin: 1px;
  padding: 2px;
  border: 1px solid #e9e9e9;
}

.commentbody
{
  margin-top: 2px;
  overflow: hidden;
  width: 560px;
  font-size: 11px;
  color: #444;
}
