* 
{
  /*background-color: #ffffff; color: #000000;*/
  /*text-align: left; */
 /* vertical-align: top; */
  font-size: 14px; 
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif, Sans Serif
}

#header 
{  
  background-color: #8fa1b9;
}

#textlogo
{
  background-color: #8fa1b9;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#menubar
{
  height: 30px;
  width: 100%;
  background-color: #c5de92;
  /* ... */
  /*padding-left: 10px;*/
}

#menubar ul
{
/*  list-style-type: none;*/
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  font-size: 12px;
  color: green; /*#fff;*/
  line-height: 30px;
  white-space: nowrap;
}

#menubar ul li
{
  list-style-type: none;
  display: inline;
        /*background-color: #000;*/
/*      color: #fff;*/
  padding: 0px 10px 0px 10px;
}

#menubar ul li a
{
  text-decoration: none;
/*  padding: 7px 10px; */
  background-color: #c5de92;
  color: #000;
}

#menubar ul li a.here
{
  color: #fff;
}


#menubar ul li a:hover
{
  /* background-color: #8ac318; */
  /* color: #fff;*/
  text-decoration: underline;
}



#wrapper
{
  background: url(../img/sbackground.gif) repeat-y left;
}

#container
{
  width: 100%;
  float: right;
  margin-left: -200px;
  background: url(../img/sbackground.gif) repeat-y left;
}

#content
{
  margin-left: 200px;
}

#contentband
{
  margin: 0px;
  background-color: #4e6483;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px; 
}

#sidebar
{
  width: 200px;
  float: left;
}

#sideband
{
/*  width: 100% */
  margin: 0px;
  background-color: #8fa1b9;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px; 
}

.clearing 
{
  height: 0;
  clear: both;
}

#footer
{
  background-color: #8fa1b9;
  width: 100%;
  height: 30px;
  /*clear: both;*/
  /* copyright */
/*  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;*/
}

#copyright
{
  background-color: #8fa1b9;
  float: left;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#links
{
  background-color: #8fa1b9;
  float: right;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#links a
{
  color: #ffffff;
  /*text-decoration: none;*/
  font-size: 12px;
}



h1
{
  padding-left: 20px;
  font-size: 20px;
}

h3 
{ 
  padding-left: 10px; 
  padding-right: 10px 
}

p 
{ 
  font-size: 13px 
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 5px;
 /* padding-right: 5px;*/
}


hr
{
  color: #8fa1b9;
  height: 1px;
  width: 90%;
  align: center;
}

.logos 
{ 
  /*text-align: right; */
  border: 0;
  float: left;
  padding-right: 10px;
  margin-right: 20px;
  /*padding: 10px;*/
  clear: both;
}
