/* MLP Design (http://www.mlpdesign.tk) */

body
{
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	color: #CCFFCC;
	font-size: 12	pt;
	text-align:center;
}

a:link
{ background-color: inherit; text-decoration: none; color:#666;}
a:visited
{ background-color: inherit; text-decoration: none; color:#666;}
a:active
{ background-color: inherit; text-decoration: none; color:#666;}
a:hover
{ background-color: inherit; text-decoration: underline; color:#cc6600;}


h1
{ font-size:10pt;
  background-color:inherit;
  color:#cc6600;
  margin:0;}
  
h2
{
	font-size:100%;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:5px;
	text-decoration: underline;
}
  
h3
{ font-size:8pt;
  margin:0;}

h4
{ font-size:300%;
  font-weight:bold; 
  background-color:inherit;
  color:#cc6600;
  margin:0;}


ul 
{ 
  margin:20px;
  padding:0;}

li
{ display:block;
  margin-bottom:2px;
  padding:0;}

#header
{
	width:750px;
	height:150px;
	margin:left;
	background-position: left bottom;
	background-repeat:no-repeat;
	border:thin groove #999999;
	background-image: url(images/banner2.gif);
}
  
#menu
{ float:right;
  width:250px;
  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:#D7E9FD;
	color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}

#content
{
	width:170px;
	float:left;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	background-color:#D7E9FD;
	color:#666666;
	font-size:11px;
	text-align:justify;
	border: thin groove #999999;
	clear: none;
	height: auto;
}
  
#sidebar
{
	width:550px;
	height:auto;
	float:right;
	margin-left:0px;
	margin-top:0px;
	font-size:90%;
	text-align:left;
	background-color: #D7E9FD;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0;
	top: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
}
  
#footer
{
	width:750px;
	background-color:#CCCCCC;
	font-size:90%;
	color:#333300;
	margin: 0px;
	padding: 0px;
	border: thin groove #999999;
	bottom: auto;
}  

.logo
{ 
  margin-left:198px;
  margin-top:70px;
  text-align:left;}

.subside
{ padding-top:10px;
  border-bottom:#ccc 0px dotted;}
  
.img
{ float:right;
  margin-left:5px;
  border:0;}
