BODY {
  background-color: #999933;
  margin:0;
  padding:0;	
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color:#000;
}

H1 {
  background-image: url(img/header_bg.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 18px;
  color: #656340;
  font-weight: normal;
}

.header {
  background-image: url(img/header_bg.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 18px;
  color: #656340;  
}

H2 {
  border-bottom: solid 1px #ACBE97;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #2B2024; 
  text-transform: uppercase;  
}

.leftbg 
{
  background-image: url(img/left_bg.gif); 
  background-position:top left;
  background-repeat: repeat-y;
}

.rightbg 
{
  background-image: url(img/right_bg.gif);
  background-position:top left;
  background-repeat: repeat-y;
}
 
.contentBG {
  background-color: #FFF;
  padding: 7px;
}
 
.logo {
  background-color: #336699;
  padding: 5px;
  margin: 5px 0px 10px 0px;
  min-height: 50px;
} 

.logo A,
.logo A:hover,
.logo A:visited{
  text-decoration: none;
}

.copyright {
  background-color: #336699;
  border: solid 1px #8B9D77;
  color: #FFF;
  text-align: center;
  padding: 15px 0px 15px 0px;
  margin-top: 10px;
  font-size:8pt;
}

.leftpanel {
  background-color: #336699;
}

.new{
  text-align: center;
}

.news {
  background-color: #3D78B2;
  border: solid 1px #3D78B2;
  padding: 10px;
  margin: 10px;
  width: auto;
}

.newspopup {
  padding: 15px;
}

.address{
  background-color: #3D78B2;
  border: solid 1px #3D78B2;
  padding: 10px;
  margin: 10px;
  width: auto;
}

.addressHeader{
  color: #7AD0DF;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0px 5px 0px;   
} 

.more {
  background-image: url(img/bul.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
  padding: 5px 0px 0px 10px;
  text-transform: uppercase;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 9px;
}

.more A,
.more A:hover,
.more A:visited {
  color:#78CBD6;
  text-decoration: none;
}

.separator {
  height:1px;
  text-align: center;
}

.text {
  padding: 15px 0px 15px 7px;
}

.TableHeader TH, TR.TableHeader TD
{
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #418D97;
  border-color: #000;
}






.TableFooter TD {
  background-color: #3D78B2;
  color: #000;
}

.TableWithBorders, .TableWithBorders TD {
  border-color: #000000;
}

.news P { 
  margin-top:3px;
  margin-bottom:5px;
}

TD.borderedCell{
  border: solid 2px #418D97;
}

.registrationControls
{
  width: 200px;
  height: 19px;
}


.calendarLink,
.calendarLinkHighlighted
{
  padding: 3px 10px 10px 3px;
}

A.calendarLinkHighlighted,
A:hover.calendarLinkHighlighted,
A:visited.calendarLinkHighlighted
{
  font-weight: bold;
  text-decoration: none;
}

.CalendarTable TD
{
  width: 14%;
  text-align:left;
}

TD.CalendarWeekCell,
TD.CalendarWeekCellHighlighted
{
  background-color: #999933;
}

TD.CalendarEntry,
TD.calendarEntryHighlighted,
TD.calendarEntryOutOfRange
{
  height: 45px;
}

 TD.calendarEntryOutOfRange
{
  background-color: #CCCCCC;
}

.spaceBox
{
  padding: 7px;
}

TD.frameContent
{
  border-left:   solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-right:  solid 1px #000000;
}

TD.tMnuBorderBg,
TD.tMnuBorderFore,
TD.tMnuBack
{
 background-color: #FFF;
}

TD.tMnuBorder
{
 background-color: #000000;
}

TD.tabbedpaneliteminactive, TD.tabbedpaneliteminactive A, TD.tabbedpaneliteminactive A:hover, TD.tabbedpaneliteminactive A:visited 
{
  text-decoration:none;
 background-color: #418D97;
 color: #FFF !important; 
}

TD.tabbedpanelitemhover, TD.tabbedpanelitemhover A, TD.tabbedpanelitemhover A:hover, TD.tabbedpanelitemhover A:visited 
{
  text-decoration:none;
 background-color: #81BEC4;
 color: #000000 !important;
 cursor:hand;
}

TD.tabbedpanelitemactive, TD.tabbedpanelitemactive A, TD.tabbedpanelitemactive A:hover, TD.tabbedpanelitemactive A:visited 
{
  text-decoration:none;
 background-color: #FFF;
 color: #000000 !important;
}

.currentMonth
{
  color: #656340;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

P
{
  margin: 10px 0px 10px 0px; 
}

.header P
{
    margin: 0px 0px 15px 0px;
}


/* custom classes grid formatting */
table.customClassesTable
{
    border: none;
    width: 100%;
}

.customClassesTable td
{
    padding: 1px;
}

td.customClassesHeaderCell
{
    font-weight: bold;
}

tr.customClassesHeaderRow
{
    vertical-align: top;
    font-weight: bold;
}

tr.customClassesTableRow
{
}

tr.customClassesTableRowAlt
{
}

.customClassesTableFirstCell
{
}

.customClassesTableLastCell
{
}

/*old menu styles - please don't remove these styles bacause of compatibility w/ "no custom menu" mode  */
.menu {
  background-color: #418D97;
  padding-top: 10px;
}
 
.menuitem {
  border-bottom: solid 1px #81BEC4;
  margin: 0px 15px 0px 15px;
  padding: 5px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.menuitem A,
.menuitem A:hover,
.menuitem A:visited {
  color: #FFF;
  text-decoration: none;
}

/*new menu styles*/

.mainMenuContainer
{
  border: none;   
  padding: 0px; 
  margin: 0px;
  width: 100%;
}

.menuTopItem
{
  width:87%;
  border-bottom: solid 1px #81BEC4;
  margin: 0px 25px 0px 10px;
  padding: 5px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.menuTopItem A,
.menuTopItem A:hover,
.menuTopItem A:visited
{
    cursor: pointer !important;
    color: #FFF;
    text-decoration: none;
}

.menuItemL2 TABLE
{
  border-top: solid 1px #3D78B2;    
  border-left: solid 1px #3D78B2;    
  border-right: solid 1px #3D78B2;    

  background-color:#BBCAAA;
  width: 14em;   
  margin : 0px 0px 0px 0px;  
}

.menuItemL2 TABLE TR TD
{
  border-bottom: solid 1px #3D78B2;
  background-color:#418D97;
}

.menuItemL2 TABLE TR TD TABLE,
.menuItemL2 TABLE TR TD TABLE TR TD
{
  border: none;
}

.menuItemL2 TABLE TR TD TABLE TR TD
{
  padding: 5px;    
  margin : 0px 0px 0px 0px;  
}

.menuItemL2 A
{
  display: block;    
}

.menuItemL2 A,
.menuItemL2 A:hover,
.menuItemL2 A:visited
{
  padding: 3px; 
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.menuItemL2 A:hover
{
  background-color: #3D78B2;    
}

.menuTopItem A:hover
{
  text-decoration: underline;
}

.content a,
.content a:visited
{
  text-decoration:none;
}
.content  a:hover
{
  text-decoration:underline;
}
/****** Menu Buttons *******/
.MenuButton
{
  width:150px;
  height:110px;
  cursor: hand;
  cursor: pointer;
  border:solid 2px #000000;
  text-align:center;
  vertical-align:middle;
}
.MenuButton TD
{
  padding:15px;
  background:#418D97;
}
.MenuButton A,
.MenuButton A:hover,
.MenuButton A:Visited
{
  text-decoration:none !important;
  color:#fff;
}
.MenuButtonHover
{
  background:#97DEE5;
}
