table.menu a                 /*Sets properties for the menu block*/
{                        
    width: 82px;                       /*width of blocks*/
    border:1px solid #333399;            /* border properties*/
    display: block;
}
div.menu a 
{                            /*Properties for the Menu (static)*/
    color: #000000;                        /* font color*/
    background:transparent ;
    text-decoration:none;                  /* bold, italic, ext.*/
    font-weight:bold;                      /*none underline overline line-through blink*/
    font-size:11px;                       /*font size*/
    line-height:16px;
    text-align: center;
    font-family: arial;
}
div.menu a:link 
{                      /*Link Properties (static)*/
    color: #000000; /* 000000*/
    /* background:  #000000; */
}
div.menu a:visited 
{
     color: #000000;
     background:transparent ;
}
div.menu a:hover 
{                     /* Hover (rollover ) properties  */  
     color: #FF9933;
     background: #000000;
     border:1px solid #FF9933; 
}

div.menuActive a 
{                            /*Properties for the Menu (active)*/
    color: #000000;                        /* font color*/
    background: #ffffff;                   /* BG color*/
    text-decoration:none;                  /* bold, italic, ext.*/
    font-weight:bold;                      /*none underline overline line-through blink*/
    font-size:12px;                       /*font size*/
    line-height:16px;
    text-align: center;
    font-family: arial;
}
div.menuActive a:link 
{                      /*Link Properties (static)*/
     color: #000000;
     background: #ffffff; 
}
div.menuActive a:active 
{                    /* Active link properties*/
     color: #000000;
     background: #ffffff; 
}
div.menuActive a:visited 
{
     color: #000000;
     background: #ffffff; 
}
div.menuActive a:hover 
{                     /* Hover (rollover ) properties  */  
     color: #669999;
     background: #ffffff;
     border:1px solid #669999; 
}


h1, h2, p, h3, td
{
	text-align: center;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: bold
}

h1.underline, h2.underline, h3.underline, p.underline
{
	text-align: center;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline
}


p.leftside, td.leftside
{
	text-align: left;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: bold
}

p.bigger, td.bigger
{
	text-align: center;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: bold;
	font-size: 115%
}

p.biggerleft, td.biggerleft
{
	text-align: left;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: bold;
	font-size: 115%
}

p.error
{
	text-align: left;
	color: White;
	font-family: arial;
	font-weight: bold;
	background-color: red
}

p.light,td.light
{
	text-align: center;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: normal
}

p.lightleftside,td.lightleftside
{
	text-align: left;
	background-color:Transparent;
	color: Black;
	font-family: arial;
	font-weight: normal
}

p.footertext,td.footertext
{
	color: Black;
	background-color:Transparent;
	text-align:center;
	font-family: arial;
	font-weight: lighter;
	font-variant: normal;
	font-size: xx-small
}

table.chapteractivities
{
    background-color:#C0C0C0;
    border-bottom: 3px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-top: 3px solid black
}
table.monthlymeeting
{
    background-color: White;
    border-bottom: 3px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-top: 3px solid black
}
table.newsletters
{
    background-color: Transparent;
    border-bottom: 3px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-top: 3px solid black
}
table.officers
{
    background-color: Transparent;
    border-bottom: 1px solid #333399;
    border-left: 1px solid #333399;
    border-right: 1px solid #333399;
    border-top: 1px solid #333399
}

img.frame
{
	border: 2px solid Black;
}
img.bannerframe
{
	border: 1px solid #333399;
}

div.hidden
{
	display: none;
	visibility: hidden
}



a:link    {color:Blue; background-color:Transparent}
a:visited {color:Blue; background-color:Transparent} /*#99FF99*/
a:active  {color:Blue; background-color:Transparent}
a:hover   {color:#FF6600; background-color:Transparent}