/* This Style Sheet is here to save me a shitload of time.  Let's see if it works */

body {
  color: 330000;
  background-image: url('images/house-background.jpg');
    background-repeat: no-repeat;		/* Specifies non-scrolling background */
    background-attachment: fixed;
    background-position: center;
    background-color: f9f9f9;
  font-family: times;
  font-size: 100%;
  font-weight:bold;

  scrollbar-face-color: #f9f9f9; /* This is the base color of the scrollbar */
  scrollbar-highlight-color: #996666; /*This appears to be the lighter area of the 3D effect */
  scrollbar-3dlight-color: #f9f9f9; /* This is for the 3D effect, and is slighly darker than 'scrollbar-highligh-color */
  scrollbar-darkshadow-color: #f9f9f9; /* This is the dark shadowed side of the 3D effect */
  scrollbar-shadow-color: #996666; /* Extreme edge of the dark shadow area of the 3D effect */
  scrollbar-arrow-color: #330000; /* Obviously the arrow pointers themselves.  Duh... */
  scrollbar-track-color: #f9f9f9; /* Color for the track the scrollbar rides on */
}

a:link {color: #00A8E0}
a:visited {color: #884488}
a:hover {color: #CFCFCF}
a:active {color: #009999}

li {font-size:0.90em;}
ul.sq {list-style-type: square;}
ul.oc {list-style-type: circle;}
ul.di {list-style-type: disc;}


hr {color:330000;}

h1 {font-size:2.0em;}
h2 {font-size:1.5em;}
h3 {font-size:1.25em;}
h4 {font-size:0.80em;}
h5 {font-size:0.70em;}
h6 {font-size:0.60em;}


.strong {font-weight: bold;
	       font-size:2.0em;}

table.Main {padding: 20px;}


td {padding: 20px}

td.MainLeft {text-align: center;
	    			 vertical-align: top;
             width=00px;
             }
td.MainCenter {text-align: left;
	background-color:FCF4F4;
	border-style: double;
  border-color: 330000;
	border-width: 1px 1px 1px 1px;}
td.MainRight {text-align: center;
	     				vertical-align: top;
             	width=200px;}

p {font-size=1.5em;}
