body {
  font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  background: #202020;   /* Darker dark gray */
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  }

ul {
  list-style-image: url("images/bullet.png");
  }

h1, h2, h3 {
  font-family: "Avant Garde", "Bookman", "Times New Roman", serif;
  font-weight: normal;
  font-variant: small-caps;
  text-align: left;
  }
  
h1 {
  font-size: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  text-align: center;
  }

h2 {
  font-size: 17px;
  color: #c59200;  /* Dark gold */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

hr {
  border: 0px;
  color: #c59200;  /* Dark gold */
  background-color: #c59200;  /* Dark gold */
  width: 100%;
  height: 1px;
  margin: 10px 0px 10px 0px;
  }





/* BEGIN CONTENT */

td.content {
  background: #dcdacc;   /* Light beige */
  font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 20px 20px;
  border-left: solid 2px #757e71;  /* Medium green */
  }

.capitalize {
  float: left;
  font-size: 50px;
  padding: 10px 3px 10px 0px;
  }

table.simple_table {
  font-size: 11px;
  letter-spacing: 1px;
  color: #333333;   /* Dark gray */
  line-height: 20px;
  text-align: center;
  border-top: solid 1px #333333;   /* Dark gray */
  border-left: solid 1px #333333;   /* Dark gray */
  }

td.simple_table {
  border-right: solid 1px #333333;   /* Dark gray */
  border-bottom: solid 1px #333333;   /* Dark gray */
  padding: 5px;
  }

td.simple_table_header {
  font-family: "Avant Garde", "Bookman", "Times New Roman", serif;
  font-size: 17px;
  font-variant: small-caps;
  border-right: solid 1px #333333;   /* Dark gray */
  border-bottom: solid 1px #333333;   /* Dark gray */
  padding: 5px;
  background: #dcdacc;   /* Light beige */
  background-image: url("images/bg_simple_table_header.jpg");
  background-repeat: repeat-x;
  }
  
td.calendar_date {
  color: #6e6e6e;  /* Medium gray */
  padding: 0px 10px 5px 0px;
  font-size: 16px;
  text-align: right;
  }
  
table.sidebar {
  width: 250px;
  color: #333333;   /* Dark gray */
  font-size: 11px;
  line-height: normal;
  margin: 0px 0px 10px 10px;
  border: double 4px #39811a;   /* Green */
  }

tr.tee {
  background: #dcdacc;   /* Light beige */
  background-image: url("images/bg_simple_table_header.jpg");
  background-repeat: repeat-x;
  }

tr.handicap {
  background: #e8c256;   /* Godl */
  }

td.sidebar {
  padding: 10px;
  }  

table.video {
  color: #333333;   /* Dark gray */
  font-size: 11px;
  line-height: normal;
  margin: 0px 0px 10px 10px;
  text-align: center;
  }  
  
/* END CONTENT */





/* BEGIN FOOTER */

table.footer {
  background: #202020;   /* Darker dark gray */
  font-family: 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #d6b751;   /* Gold */
  line-height: 20px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border-top: solid 2px #757e71;  /* Medium green */
  }  

/* END FOOTER */
