/* MLP Design (http://www.mlpdesign.tk) 
*/body{ background-color: #fff;  
font-family: Arial,sans-serif;  color: #666;   
font-size: 10pt;  text-align:center;}
a:link, a:visited, a:active{ background-color: inherit; text-decoration: none; color:#666;}
a:hover{ background-color: inherit; text-decoration: underline; color:#A06776;}h1{ font-size:10pt;  background-color:inherit;  color:#A06776;  margin:0;}  
h2{ font-size:90%;  font-weight:normal;  text-transform:uppercase;  margin-top:5px;}  
h3{ font-size:8pt;  margin:0;}
h4{ font-size:250%;  font-weight:bold;   
background-color:inherit;  color:#A06776;  margin:0;}
ul { list-style:none;  margin-left:10px;  padding:1px;}
li{ padding:0 0 8px 15px;  background: url(images/arw.gif) 0 1px no-repeat;}
#header{ width:750px;  height:150px;  margin:auto;  background-image: url(images/bg.gif);  background-position: bottom left;  background-repeat:no-repeat;  border:#F3B935 1px solid;} 
#menu{ float:right;  width:200px;  margin-top:20px;  text-align:left;  font-size:110%;  font-weight:bold;}
#main{ width:750px;  margin-left:auto;  margin-right:auto;  margin-top:15px;  background-color:#EFD9A6;  color:inherit;  border:#F3B935 1px solid;}
#content{ width:500px;  float:left;  margin:5px;  padding:10px;  background-color:#fff;  border:#F3B935 1px solid;  color:inherit;  font-size:90%;  text-align:justify;} 
#sidebar{ width:190px;  height:580px;  float:left;  margin:8px 0 0 8px;  font-size:80%;  text-align:justify;} 
#footer{ width:750px;  margin-left:auto;  margin-right:auto;  margin-top:15px;  padding:10px 0 10px 0;  background-color:#eee;  font-size:80%;  color:inherit;  border:#F3B935 1px solid;  clear:both;}  
.footer { height:1px;  clear:both; }  .logo{ float:left;  margin-left:5px;  margin-top:45px;  text-align:left;}
.subside{ padding-top:10px;  border-bottom:#F3B935 1px dashed;}  
.img{ float:right;  margin-left:5px;  border:0;}
.img1{ float:right;  margin-left:5px;  border:0;}
.img2{ float:right;  margin-left:5px;  border:0;}
.img3{ float:right;  margin-left:5px;  border:0;}
.img4{ float:right;  margin-left:5px;  border:0;}
/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 250px;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #A06776;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}

input.radio {
  background: none;
  border: 0px;
}

