/*----- Global / Page-Level -----*/
body 
{ 
  padding: 10px; 
  margin:0;
  text-align: center; 
  background-color:#92D2C8;
  background-image: url(/images/gradient8.jpg);
  background-repeat:repeat-x;
}

body, td
{ font-family: verdana, arial; font-size: 13px; line-height: 18px; color: #333333;}

h1 {font-family: verdana, arial; font-size: 20px; color: #666666; 
    margin-bottom: 15px;
    font-weight: normal; line-height: 16px; letter-spacing: 2px; }

h2 {font-family: verdana, arial; font-size: 15px; margin-bottom: 6px; font-weight:normal; letter-spacing:0.2em}


input, textarea  { font-family: Verdana, sans-serif; font-size: 10px; margin: 0px;  }
ul               { margin: 5px 0 0 0; padding-left:15px; padding-top:0px; } 
img              { border: 0px; }
hr               { margin-top: 1px; margin-bottom: 1px; padding: 0px; color:#CED4B2; height:1px }



/*----- Regions -----*/
#page        
{ margin-top:0px; 
  border: 2px solid #00B5A5; 
  width:790px; 
  background-color: #ffffff;
}

#banner      
{ height:130px; 
  vertical-align: middle;
  text-align:left;
  background-color:#00B5A5;
  color:white;
}
#banner td
{ color: white; }

#menu        
{ text-align: left; height:25px; padding-bottom:1px; background-color: #000000; }

.menuCell
{ font-size: 13px; font-family: verdana, arial; color: #dddddd; cursor:default; font-weight:bold;
  height:25px; padding: 0 12px 0 10px; border-right: solid 1px #333333;
  width: 80px; text-align:center;
}
.menuActive
{ font-size: 13px; font-family: verdana, arial; color: #ffffff; cursor:default;  font-weight:bold;
  height:20px; padding: 0 12px 0 10px; border-right: solid 1px #333333;
  background-color: #66aa99;
  width: 80px; text-align:center;
}
.menuHover
{ font-size: 13px; font-family: verdana, arial; color: #ffffff; cursor:pointer; font-weight:bold; 
  background-color: #66aa99;
  height:20px; padding: 0 12px 0 10px; border-right: solid 1px #333333;
  width: 80px; text-align:center;
}

#mainContent     
{
  padding: 0px 40px 10px 40px; 
  text-align: left; 
}

A.mainContent, A.mainContent:visited { text-decoration:underline; color: #aa0099; line-height:normal}
A.mainContentSmall, A.mainContentSmall:visited { font-size:12px; text-decoration:underline; color: #aa0099; line-height:normal}


/* -------------- FAQ -------------- */
.faqQ { font-weight:bold; margin-bottom:3px;margin-top:15px}
.faqA {  line-height:normal;}
A.faqIndex, A.faqIndex:link { font-size:12px; text-decoration:underline; color: #666666; }
A.faqIndex:visited           { font-size:12px; text-decoration:none; color: #666666; background-color:#DDE0CC;}
A.faqIndex:hover             { font-size:12px; color: #000000; }

/* ----------- Footer -------- */
#footer { padding: 5px; font-size: 11px; line-height:normal; color: #666666; text-align:center }
A.webdesign { text-decoration:none; color: #999999; }
A.webdesign:hover  { text-decoration:underline; }
A.footerLinks { font-size:11px;text-decoration:none; }
A.footerLinks:hover  { text-decoration:underline; }

