/* MLP Design (http://www.mlpdesign.tk) */

body
{
	background-color: #DEF0F5;
	font-family: Arial,sans-serif;
	color: #696969;
	font-size: 10pt;
	text-align: center;
}

a:link
{
	background-color: inherit;
	text-decoration: none;
	color: #A0522D;
}
a:visited
{ background-color: inherit; text-decoration: none; color:#A0522D;}
a:active
{ background-color: inherit; text-decoration: none; color:#A0522D;}
a:hover
{
	background-color: inherit;
	text-decoration: underline;
	color: Olive;
}


h1
{
	font-size: 10pt;
	background-color: inherit;
	color: Olive;
	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: Olive;
	margin: 0;
}


ul 
{ list-style-image:url(images/arw.gif);
  margin:20px;
  padding:0;}

li
{ display:block;
  margin-bottom:2px;
  padding:0;}

#header
{ width:750px;
  height:150px;
  margin:auto;
  background-image: url(images/bgg.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
  border:#ddd 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;
	padding: 0px;
	background-color: #E0EACE;
	color: inherit;
	border: #ddd 1px solid;
}

#content
{
	width: 510px;
	float: left;
	padding: 10px;
	margin-left: 3px;
	margin-right: auto;
	margin-top: 8px;
	background-color: #B2DAFF;
	border: #ccc 1px solid;
	color: Olive;
	font-size: 90%;
	text-align: justify;
}
  
#sidebar
{ width:190px;
  /*height:580px;*/
  float:left;
  margin-right:auto;
  margin-left:10px;
  margin-top: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:#ddd 1px solid;}  

.logo
{ float:left;
  margin-left:5px;
  margin-top:45px;
  text-align:left;}

.subside
{ padding-top:10px;
  border-bottom:#ccc 1px dotted;}
  
.img
{ float:right;
  margin-left:5px;
  border:0;}
.smaller {
	font-size: 70%;
}