h1           { font-size: 26pt; font-family: Arial; color: #ffffff; font-weight: bold }
h2           { font-size: 16pt; font-family: Arial; font-style: italic; font-weight: bold }
h3           { font-family: Times New Roman; font-size: 20pt; text-transform: uppercase; 
               font-weight: bold }
h4           { font-family: Verdana; font-size: 16pt; color: #660000 }
h5           { font-family: Arial; font-size: 14pt; color: #FF0000; font-style: italic; 
               font-weight: bold }
h6			{ font-size: 14pt; font-family: Arial; color: #660000; font-weight: bold }
p            { font-family: Arial; font-size: 12pt }
blockquote   { font-family: Arial; font-size: 12pt }
li            { font-family: Arial; font-size: 12pt }
body       
{   background-color: #D8D8D8;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {background-image: url(garnet.jpg);
  margin: 15px;
  padding: 10px;
  height: 57px;
}
#left {background-image: none;
  background-color: #D8D8D8;
  padding: 10px;
  position: absolute;
  left: 15px;
  top: 100px;
  width: 200px;
}
#center {background-image: url(white2.jpg);
  top: 0;
  padding: 10px;
  margin-left: 230px;
  margin-right: 15px;
}