/*Body*/
BODY {
  font-family: Arial,Tahoma,sans-serif;
  font-size: 100%;
  text-align: left;
  color: black;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  background: white url(graphics/back.gif);
}

/*Club Name */
P.ClubName {
  font-family: "COPPERPLATE GOTHIC BOLD",sans-serif;
  font-size: 200%;
  font-weight:bold;
  text-align: center;
  color: #883333;
  background: transparent;
}

/*Club Address */
P.ClubAddress {
  font-size: 75%;
  text-align: left;
  padding-left: 25px;
 }

/*Club Email */
P.ClubEmail {
  font-size: 75%;
  text-align: right;
  padding-right: 25px;
  }
  
/*Vertical Side Menu */
.Vmenu {
  font-size: 75%;
  line-height: 200%;
  text-align: center;
}

/*indent as if using blockquote */
.indent {
  padding-left: 50px;
  padding-right: 50px;
}

 /*font style for article main heading */
H1 { 
  font-size: 125%;
  text-align: center;
  color: #883333;
  font-weight: bold;
  background: transparent;
}

 /*font style for text directly under main heading */
H2 {
  font-weight: normal;
  text-align: center;
  font-size: 110%;
  margin: 0em 0em 0em 0em;
}

/*font style for article sub-headings */
H3 {
  font-size: 100%;
  color: #883333;
  font-weight: bold;
  background: transparent;
  text-align: left;
  margin: 1em 0em 0.5em 0em;
}

/*font style for main text under sub-headings */
H4 {
  font-size: 100%;
  font-weight: normal;
  color: black;
  background: transparent;
  margin: 0em 0em 0em 0em;
}

/*font style in an unordered list
.MainT {

  font-size: 100%;
  font-weight: normal;
  color: black;
  background: transparent;
  margin: 0em 0em 0em 0em;
}
*/

/*centered font style for text in Main Article */
H5 {
  text-align: center;
}

/*centered red font style for text in Main Article */
H6 {
  font-size: 100%;
  color: red;
  background: transparent;
  text-align: center;
}

/*font for thumbnail photo captions*/
.tcaption {
  font-size: 70%;
  color: #008000;
  background: transparent;
  text-align: center;
}

/*font style for top */
P.top {
  font-family: "Times New Roman",serif;
  font-size: 90%;
  text-align: center;
}

/*font style for errors */
P.errors {
  font-family: "Times New Roman",serif;
  font-size: 80%;
  text-align: center;
}

/*font style for footnote */
.footnote {
  font-family: "Times New Roman",serif;
  font-size: 90%;
  text-align: left;
  color: black;
  background: transparent;
}

ul {
  margin: 0px 0px 0px 20px;
}

li {
  margin: .5em 0em 0em 0em;
}