/*
  $Id: style.css,v 2.02.26.08 2008/26/02 04:20:00 dhahn Exp $
  Copyright (c) 1999-2008 PageKeeper Service

  Author: David Hahn, PageKeeper Service
  URL: http://www.pagekeeperservice.com

  This Software Is Proprietary Property Of David Hahn, PageKeeper Service.
  All Rights Reserved.

  This script must have this copyright notice and all comments intact. By
  using this package you agree to indemnify David Hahn from any liability
  that might arise from it's use.

  Selling, using, recompiling, decompiling any part of this program without
  prior written consent is expressly forbidden.

  Obtain author permission before redistributing or use of this software.
  Copyrights and headers must remain intact on the documents at all times.
*/

html {
  overflow: -moz-scrollbars-vertical;
}

/*
body {
  background: #2a7faa url(images/spacer.gif);
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
*/

body {
  background: #2a7faa;
}

a {
  color: #2a7faa;
  text-decoration: none;
}

a:link {
  color: #2a7faa;
  text-decoration: none;
}

a:visited {
  color: #2a7faa;
  text-decoration: none;
}

a:hover {
  color: #2a7faa;
  text-decoration: none;
}

a:hover {
  color: #2a7faa;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: none;
}

#page_text {
  text-indent: 10pt;
  font-size: 1.1em;
  margin-left: 8;
  margin-right: 5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #2a7faa;
}

#greet_date {
  font-size: .8em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #2a7faa;
  margin-left: 8;
  margin-right: 5;
  margin-top: 0;
  margin-bottom: 0;
}

#sub_title {
  font-size: 1.7em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #2a7faa;
  margin-left: 8;
  margin-right: 5;
  margin-top: 0;
  margin-bottom: 0;
}

#footer {
  font-size: .6em;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1;
  margin-bottom: 1;
}

#menu_link {
  margin: 3 4;
  font-weight: 600;
  font-size: .8em;
  font-family: Arial;
  color: #2a7faa;
}

td#the_bg {
  background: #F1EFE2 url(images/spacer.gif) -70px 0px no-repeat;

}

img.floatLeft { 
  float: left; 
  margin: 4px; 
}

img.floatRight { 
  float: right; 
  margin: 4px; 
}

