body
{
  margin: 0;
  padding: 0;
  font: .70em/1.5em Verdana;
  color: #666666; 
  background: #C6CBD6;
  text-align: center;
}
a
{
  color: #4284B0;
  background-color: inherit;
  text-decoration: none;
}
a:hover
{
  color: #54A749;
  background-color: inherit;
}
h1, h2, h3
{
  font: bold 1em Verdana;
  color: #333333;
}
h1
{
  font-size: 1.5em;
  color: #6297BC;
} 
h2
{
  font-size: 1.4em;
}
h3
{
  font-size: 1.3em;
}
p, h1, h2, h3
{
  margin: 10px 15px;
}
ul, ol
{
  margin: 10px 30px;
  padding: 0 15px;
  color: #4284B0;
}
ul span, ol span
{
  color: #666666; 
}
img
{
  border: none;
  padding: 0;
}
img.border
{
  border: 3px solid #54A749;
  padding: 0;
}
#wrap
{
  background: #FFFFFF;
  width: 820px;
  margin: 0 auto;
  text-align: left;
}
#content-wrap
{
  clear: both;
  margin: 0; padding: 0;
  background: #FFFFFF;
}
#header
{
  position: relative;
  height: 85px;
  background: #FFFFFF url(../gfx/line.gif) repeat-x 0% 100%;
}
#header h1#logo
{
  position: absolute;
  margin: 0; padding: 0;
  font: bolder 3.6em Verdana;
  letter-spacing: -2px;
  top: 0; left: 5px;
}
#header h2#slogan
{
  position: absolute; 
  top: 30px; left: 80px;
  color: #666666;
  text-indent: 0px;
  font: bold 11px Verdana;
  text-transform: none;
}
#main
{
  float: left;
  margin-left: 15px;
  padding: 0;
  width: 73%;
}
#full
{
  float: left;
  padding: 0;
}
#sidebar
{
  float: left;
  width: 25%;
  margin: 0;padding: 0; 
  display: inline;
}
#sidebar ul.sidemenu
{
  list-style:none;
  margin: 10px 0 10px 15px;
  padding: 0;
}
#sidebar ul.sidemenu li
{
  margin-bottom: 1px;
  border: 1px solid #F2F2F2;
}
#sidebar ul.sidemenu a
{
  display: block;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  padding: 2px 5px 2px 10px;
  background: #F2F2F2;
  border-left: 4px solid #CCCCCC;
  min-height: 18px;
}
* html body #sidebar ul.sidemenu a
{
  height: 18px;
}
#sidebar ul.sidemenu a:hover
{
  padding: 2px 5px 2px 10px;
  background: #F2F2F2;
  color: #339900;
  border-left: 4px solid #9EC630;
}
#footer
{ 
  clear: both; 
  color: #333333; 
  background: #C6CBD6;
  border-top: 5px solid #568EB6;
  margin: 0; padding: 0; 
  height: 50px;  
  font-size: 95%;
}
#footer a
{ 
  color: #333333;
}
#footer .footer-left
{
  float: left;
  width: 50%;
}
#footer .footer-right
{
  float: right;
  width: 50%;
}
#header ul
{
  position: absolute;
  margin:0;
  padding: 0;
  list-style: none;
  right: 0; 
  bottom: 5px;
  font: bold 13px Verdana;
}
#header li
{
  display:inline;
  margin:0;
  padding:0;
}
#header a {
  float:left;
  background: url(../gfx/menuLeft.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#header a span
{
  float: left;
  display: block;
  background: url(../gfx/menuRight.gif) no-repeat right top;
  padding: 6px 15px 3px 8px;
  color: #FFFFFF;
}
#header a span
{
  float: none;
}
#header a: hover span
{
  color: #FFFFFF;
}
#header #current a
{
  background-position: 0% -42px;
  color: #FFFFFF;
}
#header #current a span
{
  background-position: 100% -42px;
  color: #FFFFFF;
}
.float-left
{
  float: left;
}
.float-right
{
  float: right;
}
.align-left
{
  text-align: left;
  font-style: italic;
}
.align-right
{
  text-align: right;
}
.clear
{
  clear: both;
}
.gray
{
  color: #BFBFBF;
}
.green
{
  color: #54A749;
}
.red
{
  color: #CC0033;
}
input
{
  background-color: whitesmoke;
  border: 1px solid #54A749;
}
textarea
{

  background-color: whitesmoke;
  border: 1px solid #54A749;
}
table {
  font: 11px Verdana;
}
table.tc {
  text-align: left;
  font: 11px Verdana;
  border-spacing: 0px;
  border-collapse: collapse;
  border-top: 4px solid #54A749;
  border-bottom: 1px solid #54A749;
}
table.tc th {
  font-weight: bold;
  border-top: 1px dotted #54A749;
  padding: 0.3em;
}
table.tc td {
  border-top: 1px dotted #54A749;
  padding: 0.3em;
  height: 24px;
}
table.tc thead th {
  border-bottom: 1px solid #54A749;
}
