

/***************************************************************************
 * Main
 ***************************************************************************/
html
{
  height: 100%;
}

body
{
  font-family: "Tahoma", "Verdana", "Arial", "Times New Roman";
  font-size: small;
  padding: 0 0 0 0;

  width: 600px;
  height: 100%;

  background-color: #f5f5f5;
  margin: 5px auto 0 auto;

  overflow: visible;  
}


acronym
{
  cursor: help;
  border-bottom: dashed 1px #BF9999;
}




/***************************************************************************
 * Footer
 ***************************************************************************/
#footer
{
  min-width: 211px;
  max-width: 600px;

  padding-top: 2px;
  
  color: #A0B1A0;
  font-size: 8pt;
}
#copyright a, a:hover, a:visited
{
  color: #A0B1A0;
}
#footer p
{
}



#copyright      { display: inline; }
#copyright img  { border: none; top: 5px; }
#copyright p    { display: inline; }



/***************************************************************************
 * Content
 ***************************************************************************/
#container
{
  background-color: white;
  text-align: center;     /*pre IE6 hack*/

  margin-top: 50px;
  padding: 0 0 0 0;

  background: url(../images/wee-mee.jpg) no-repeat;
  background-position: left 10% ;
}

#content
{
  border: dotted 1px silver;
  background-color: white;
  padding: 10px 5% 10px 5%;
  min-width: 211px;
  xxmin-height: 262px;
  max-width: 600px;
  margin-left: 220px;
}

#content p
{
  line-height: 1.5;
  font-size: 10pt;
  color: #6E5B5B;
  text-align: left;
}

#content h1, h2
{
  font-family: "Arial", "Tahoma", "Verdana", "Times New Roman";
  color: #6E5B5B;
  text-align: left;
}

#content h1 { font-size: 14pt; font-weight: bold; }
#content h2 { font-size: 12pt; font-weight: bold; }

#content ol li
{
  color: #6E5B5B;
  text-align: left;
  
}

#content sup a
{
  text-decoration: none;
  color: #6E5B5B;
}

#content p a, p a:visited
{
  zcolor: #BF9999;
  color: #6E5B5B;
}

#content p a:hover
{
  zcolor: #A97D7D;
  color: #6E5B5B;
}

#content #tandc
{
  font-size: xx-small;
  padding-top: 20px;
}


blockquote a, a:visited, a:hover { quotes: "\201C" "\201D"; color: #6E5B5B; } 
blockquote:before { content: open-quote; font-weight: bold; color: #6E5B5B; } 
blockquote:after { content: close-quote; font-weight: bold; color: #6E5B5B; } 

#content ul
{
  list-style-type: none;
  text-align: left;
  line-height: 2;
}

#content li, li a, li a:visited li a:hover
{
  color: #6E5B5B;
}

#phone
{
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#phone img { border: none; margin: 0 20px 4px 0; padding: 0 0 0 0; vertical-align: middle; }

#email
{
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#email img { border: none; margin: 0 20px 4px 0; padding: 0 0 0 0; vertical-align: middle; }

#fax
{
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#fax img { border: none; margin: 0 20px 4px 0; padding: 0 0 0 0; vertical-align: middle; }

