/*
------------------------------
|   GENERAL  FORMATTING       |
------------------------------
*/


body { 
text-align: center;
margin: 0px; 
padding: 0px;
min-width: 770px;

background: #a2c1cc;
font-family: Arial, Helvetica, Verdana;
color: #0C56AE;
letter-spacing: .5pt; 
font-weight: normal; 
font-size: 9pt; 
}

A:link
{ text-decoration: none; color:#5e9585; }

A:visited
{ text-decoration: none; color:#000000; }

A:hover
{ text-decoration: underline; color:#000000;}

h1 {font-family: Arial, Helvetica, Verdana; color: #000000; size: 10pt; font-weight: bold;}

h2 {font-family: Arial, Helvetica, Verdana; color: #0D5474; size: 10pt; font-weight: bold;}

p {font-family: Arial, Helvetica, Verdana; color: #0D5474;} 

#table main {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0;
  cell-spacing: 0;
  cell-padding: 0;
  align: left;
}


/*
-------------------------------
|          DIV LAYERS          |
-------------------------------
*/


#menu {
  position:absolute;
	top:250px;
  padding: 0px;
  width: 111px;
  height: 200px;
  background: #eaead4;
}

#main {
  position: absolute;
  left: 27px;
  top: 151px;
  bottom: 92px;
  padding: 0px;
  width: 706px;
  height: auto;
  background: #ebebcf;
}

#footer {
  width: 706px;
  height: 70px;
  color: #000000;
  font-size: .7em;
  letter-spacing: 1.3px;
}


/*
----------------------------
|          MENU            |
----------------------------
*/


#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}


#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 1.2em;
  padding: 5px 4px;
  color: #0C56AE;
  font-family: Arial, Helvetica, Verdana;
  letter-spacing: 1px; 
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

#menu   a:hover {
  color: #000000;
  background-color: #a2c1cc;
  border: 0;
  text-decoration: none;
}

#menu  a.active {
  color: #000000;
  background-color: #a2c1cc;
  border: 0;
  text-decoration: none;	
}

