
 /* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/ 

body {
  font-family: Arial;
  letter-spacing: -1px;
  margin: auto;
  width: 750px;
  padding: 0;
  border-left: 40px Solid #515558;
  border-right: 40px Solid #515558;
  text-align: center;  }

#wrapper {
  float: left;
   margin: 4px;
   width: 670px;
   text-align: left;
    }

#content {
text-align:center;
  width: 100%;
  margin: 0 0 0 7%;
  padding: 0;
  }


  img {border:0;}
  
  div {  border: 0px;   margin: 2px;  padding: 4px;  }

  hr {  color: #acbb0a;  background-color: #000;  height: 4px; }
  
 /* -----------------------------------*/
/* ---------->>> TEXT <<<-----------*/
/* -----------------------------------*/ 

  h1, h2 {
  margin: 10px 0 10px 0;
  padding: 0;
  color: #acbb0a;
  letter-spacing: -2px;
  text-decoration: none;
  border: 0;
  font-style: normal;
  text-align:left;}
  
h3 {
  margin: 0 0 10px 85px;
  padding: 0;
  color: #acbb0a;
  letter-spacing: -1px;
  text-decoration: none;
  border: 0;
  font-style: normal;
  text-align:left;  }

h4 {
  margin: 0 0 10px 85px;
  padding: 0;
  color: #201f20;
  letter-spacing: -1px;
  text-decoration: none;
  border: 0;
  font-style: normal;
  text-align:left;  }

  a { color: #201f20;}
  p { line-height: 140%;
  color: #5e5e5a;
  text-align: center;
  line-height: 1.5em; 
  margin-top: 0;
  padding-top: 0;    }

 /* -----------------------------------*/
/* ---------->>> LOGO & NAVIGATION <<<-----------*/
/* -----------------------------------*/ 


#menubar {background-image:url("../menubar.gif");background-repeat: no-repeat; height: 30px; width: 750px;
  padding:0;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  overflow:auto;
  text-align:center;}

#logo img {border: 0;}

 ul {  list-style-type: none;  margin: 1px;  padding: 0;  }
   	li {  display: inline; padding:4px; }
 		li a { text-decoration: none; color:#201f20;}
 		li a:hover {color:#e6e5eb;}

#menu {line-height: 140%; font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;}
	#menu li a {color:#5e5e5a;font-weight:bold; margin-left:auto; margin-right:auto;}
	#menu li a:hover {color:#acbb0a;}

 
 /* -----------------------------------*/
/* ---------->>> TABLES <<<-----------*/
/* -----------------------------------*/  
  
table.box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10pt;
	margin-bottom:40px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
	border-collapse: collapse;
}
table.box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #99cc66;
	border-bottom: 1px solid #fff;
	color: #201f20;
}
table.box-table-a td
{
	padding: 8px;
	background: #dbf8bb; 
	border-bottom: 1px solid #fff;
	color: #201f20;
	border-top: 1px solid transparent;
}
table.box-table-a tr:hover td
{
	background: #bbea87;
	color: #201f20;
}

 /* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/ 

.clear {
  clear: both;
  }

