.bodybck {
  background-color: #000000;
}

.maintable {
   background-color: #FFFFFF;
 }

.xlarge {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 30pt;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold
}


.medium {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center
}

.small {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13pt;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center
}

.normal {
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal
}

.second {
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  list-style-type: circle
}

.italics {
  font-family: "Times New Roman", Times, serif;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold
}

.bookmark {
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #000099;
  text-decoration: none
}

.Events {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  color: #cc9900;
  text-align: center
}

.footer {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  text-align: center;
  font-style: italic;
  color: #cc9900
}

.indent {
  font-family: "Times New Roman", Times, serif;
  font-size: 11pt;
  font-style: italic;
  font-variant: normal;
  margin-left: 25pt
}

.news {
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  font-style: normal;
  font-weight: bold;
  text-align: center
}


.donatelink {
  text-decoration: none
}

.donatebanner {
  border: 3pt double #000000;
  padding: 1pt
}

.newsul {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  list-style-type: disc
}

.ArticleBorder {
  border: 1pt solid #cc9900;
  padding: 2pt
}
/*Begin Main Menu
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #cc9900; /*Brown color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 12px Arial;
color: #cc9900;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #cc9900; /*Brown color theme*/
color: black;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #cc9900; /*Brown color theme*/
color: black;
border-color: #cc9900; /*Brown color theme*/
}
/*End Main Menu
