body { background-color: Gray; }

table.pageBorder { position: absolute;  left: 0px;  top: 0px;   }
td.sidebar { background-image: url(images/layout_sidebar.jpg);  background-repeat: no-repeat;  }
td.header { background-image: url(images/layout_header.jpg);  background-repeat: no-repeat;  }
td.footer { background-color: Black;  color: White;  font-size: 12px;  font-weight: bold;    }
td.headline { font-size: 24px;  font-weight: bold;  }

div.headline { font-family: "Times New Roman", Times, serif;  font-size: 38px;    height: 57px;  font-weight: 900;  color: Maroon;         }

.submitButton { border: thin solid Black;  font: Arial, Helvetica, sans-serif;  font-size: 14px;  font-weight: bold;  color: White;  background-color: #626262;  padding: 0px 5px 0px 5px;       }
.submitButtonOver { border: thin solid Black;  font: Arial, Helvetica, sans-serif;  font-size: 14px;  font-weight: bold;  color: #FFFF80;  background-color: #8D8D8D;  padding: 0px 5px 0px 5px;  cursor: pointer;              }

.smallText { font-size: 12px;  font-family: Arial, Helvetica, sans-serif;  }
.mediumText { font-size: 14px; font-family: Arial, Helvetica, sans-serif;  }

.maroonSmall { font-size: 12px; color: Maroon; font-family: Arial, Helvetica, sans-serif;  }
.maroonMedium { font-size: 14px; color: Maroon; font-family: Arial, Helvetica, sans-serif;  }

.welcome { font-family: "Script MT Bold";  font-weight: bolder;  font-size: 34px;  font-style: italic;    }
.copyright { font-size: 12px; font-family: "Times New Roman", Times, serif; font-style: italic; }

a.pageLink { text-decoration: underline;  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;    font-weight: normal;  color: Blue;         }
a.pageLink:hover { text-decoration: none;  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;    font-weight: normal;  color: White;    background-color: Blue;        }

hr { color: Maroon; }

.headerRight { margin-left: 420px }

a.headerLink { text-decoration: none;  font-family: "Times New Roman", Times, serif;  font-size: 24px;    font-weight: normal;  color: Black;         }
a.headerLink:visited {   color: White;     }
a.headerLink:hover { text-decoration: underline;  font-family: "Times New Roman", Times, serif;  font-size: 24px;      color: #0400FF;  font-weight: normal;             }

a.footerLink { text-decoration: none;  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;    font-weight: normal;  color: White;         }
a.footerLink:visited {   color: White;     }
a.footerLink:hover { text-decoration: underline;  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;      color: Yellow;  font-weight: normal;             }
