/* CSS Document */

/* MLP Design (http://www.mlpdesign.tk) */

body
{ background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size:10pt;}
  
h1
{ font-size:14pt;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif
  background:inherit;
  color:#333333;}
  
  
h2
{ font-size:14pt;
  font-weight:bold;}
  
  h3
{ font-size:14pt;
  font-weight:bold;
  color:#CC0000}
  
  
a:link, a:visited, a:active
{ background-color: inherit; text-decoration: none; color:#CC0000;}
a:hover
{ background-color: inherit; text-decoration: underline; color:#FF000;}


#header
{ width:750px;
  height:200px;
  margin:auto;
}
  
#main
{ width:750px;
  margin:auto;
  clear:both; }

#content
{ width:550px;
  float:right;
  padding:0 10px;  
  background-color:#fff;
  color:inherit;
  text-align:justify;}
  
#sidebar
{ width:160px;
  height:auto;
  float:left;
  padding:1px;
  font-size:100%;
  text-align:left;}

#sidebar a
{ display: block;
  padding:1px 3px;
  text-align:left;}
  
#sidebar a:hover
{ background-color: #fec;
  color:#963;  
  text-decoration: none;}

#footer
{ width:750px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  padding:10px;
  font-size:80%;
  border-top:#333333 1px solid;
  text-align:center;
  clear:both;}  

.header
{ float:right;
  text-align:right;
  padding:30px 15px 0 0;}  
  
.footer 
{ height:1px;
  clear:both; }

.topside
{ padding-bottom:10px;
  font-size:12pt;
  font-weight:bold;
  border-bottom:#333333 2px solid;
  text-align:center;}
  
.inset
{ float:left;
  width:150px;
  padding:10px;
  margin:5px 0 0 5px;
  background:#fff;
  color:inherit;
  font-size:85%;}
