/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
/* background-image: url(pic/bg.png);
*/
}

#wrapper { 
 margin: 20px auto;
 width: 800px;
 background-color: #FFFFFF
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
/* height: 350px;
*/
 width: 560px;
 overflow: hidden;
/* display: inline;
*/
 padding: 10px 20px;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 height: 110px;
 background: #FFFFFF;
}

#footer { 
 width: 800px;
 height: 45px;
 clear: both;
 color: #333;
 border-bottom: 1px solid #8AA1B6;
/* background: #6B6659;
*/
}

#navigation {
 float: left;
 clear: left;
 width: 800px;
 height: 34px;
 color: #333;
 background: #8AA1B6;
}

#rightcolumn { 
 color: #333;
 background: #FFFFF;
/* border-bottom: 1px solid #8AA1B6;
*/
 padding: 15px 0px;
 /*height: 350px;
 */
 width: 200px;
 float: left;
}
/*- Menu Tabs 4--------------------------- */

    #tabs4 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
      }
    #tabs4 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("pic/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("pic/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#6B78A9;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }  
/* - Custom classes ----------------------- */

.infoblock TD {
  vertical-align: top;
  padding: 0px 5px;
  text-align: center;
  border: 1px dashed #535979;
  }
#content h4 {
  margin: 0px;
  padding: 20px 0 5px 0;
  font: bold 22px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #535979;
  }
  
#content h5 {
  margin: 0px;
  padding: 15px 0 5px 0;
  font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #535979;
  }  


#content p, #content li {
  padding: 5px;
  text-indent: 1em;
  font: 15px/24px Georgia, Times, serif;
  text-align: justify;
  color: #3E435A;
  }  

li {
  margin-left: 15px;
  }
 
#content li {
    text-indent:0px;
  }  
  

#content .readmore {
  font-size: x-small;
  text-align: right;
  }