body {
}

.footerLink
{
    color:White;
    font-family:Tahoma;
    font-size:x-small;
    font-weight:bold;
}
.footerLink a:link
{
    color:White;
    text-decoration:none;
}

.footerLink a:hover
{
    color:White;
    text-decoration:none;
}

.footerLink a:visited
{
    color:White;
    text-decoration:none;
}


a.navHome
{
    display: block;
    width: 98px;
    height: 78px;
    background: url("images/NAV_Home.gif") 0 0 no-repeat;
    text-decoration: none;    
}

a.navHome:hover
{
    background-position:-98px;
}

a.navParties
{
    display: block;
    width: 98px;
    height: 78px;
    background: url("images/NAV_Parties.gif") 0 0 no-repeat;
    text-decoration: none;    
}

a.navParties:hover
{
    background-position:-98px;
}

a.navClasses
{
    display: block;
    width: 99px;
    height: 78px;
    background: url("images/NAV_Classes.gif") 0 0 no-repeat;
    text-decoration: none;    
}

a.navClasses:hover
{
    background-position:-99px;
}

a.navCamps
{
    display: block;
    width: 99px;
    height: 78px;
    background: url("images/NAV_Camps.gif") 0 0 no-repeat;
    text-decoration: none;    
}

a.navCamps:hover
{
    background-position:-99px;
}

a.navContact
{
    display: block;
    width: 99px;
    height: 78px;
    background: url("images/NAV_Contact.gif") 0 0 no-repeat;
    text-decoration: none;    
}

a.navContact:hover
{
    background-position:-99px;
}

a.smallLink:link 
{
    color:blue;
    font-family:Arial;
    font-size:x-small;
}

a.smallLink:visited
{
    color:blue;
    font-family:Arial;
    font-size:x-small;
}

a.boldMediumLink:link
{
    color:red;
    font-family:Verdana;
    font-size:medium ;
    text-decoration:none;
    font-weight:bold;
}

a.boldMediumLink:link 
{
    color:red;
    font-family:Verdana;
    font-size:medium ;
    text-decoration:none;
    font-weight:bold;
}

a.boldMediumLink:hover
{
    color:red;
    font-family:Verdana;
    font-size:medium ;
    text-decoration:underline;
    font-weight:bold;
}

a.boldMediumLink:visited
{
    color:red;
    font-family:Verdana;
    font-size:medium;
    text-decoration:none;
    font-weight:bold;
}

a.boldSmallLink:link 
{
    color:blue;
    font-family:Verdana;
    font-size:x-small;
    text-decoration:none;
    font-weight:bold;
}

a.boldSmallLink:visited
{
    color:blue;
    font-family:Verdana;
    font-size:x-small;
    text-decoration:none;
    font-weight:bold;
}

.homeHeading
{
    font-family:Arial Black;
    font-style:italic;
    text-align:left;
    font-weight:bold;  
    font-size:larger;  
    
}

.bud10pt
{
    font-family:Verdana;
    font-size:10pt;
}

.bud12ptbold
{
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
}

.bud10ptbold
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
}

.bud9ptbold
{
    font-family:Verdana;
    font-size:9pt;
    font-weight:bold;
}

.HomeSectionDIV
{
    padding-left:4px;
    padding-right:4px;
    padding-top:10px;
}

.mainSectionTitle
{
    font-family:Comic Sans MS;
    font-size: 14pt;
    font-weight:bold;
}

.budComicSans12ptBoldRed
{
    color: #B01F02;
    font-family:Comic Sans MS;
    font-size: 12pt;
    font-weight:bold;
}

.subSectionTitle
{
    font-family:Verdana;
    font-size: 12pt;
    font-weight:bold;
    color:#0066CC;
}

.inlineTitle
{
    color:#CC0000;
    font-weight:bold;   
}

.inlineTitleGreen
{
    color:#00882D;
    font-family:Comic Sans MS;
    font-size:12pt; 
    font-weight:bold;   
}

.budGreen10ptBold
{
    color:#00882D;
    font-family:Comic Sans MS;
    font-size:10pt; 
    font-weight:bold;   
}

div.menuTop
{
    background-image:url('images/menu_top.gif');
    background-repeat: no-repeat; 
    text-align:center; 
    height:30px;   
}

div.menuBottom
{
    background-image:url('images/menu_Bottom.gif');
    background-repeat: no-repeat; 
    text-align:center; 
    height:30px;   
}

div.menuItems
{
    background-image:url('images/menu_middle.gif');
    background-repeat: repeat-y;
    padding-left:20px; 
    text-align:left;
    min-height:200px;       
}

div.menuItems a:link
{
    color:Black;
    text-decoration: none;
    font-family:Comic Sans MS;
    font-size:10pt; 
    font-weight:bold;  
}

div.menuItems a:visited
{
    color:Black;
    text-decoration: none;
    font-family:Comic Sans MS;
    font-size:10pt; 
    font-weight:bold;  
}

div.menuItems a:hover
{
    color:#CC0000;
    text-decoration:none;
    font-family:Comic Sans MS;
    font-size:10pt; 
    font-weight:bold;  
}

.smallBold 
{
    font-size:x-small ;
    color:Black;
    font-family:Arial;
    font-weight:bold;
}

span.comicsBoldItalic10pt
{
    font-family:Comic Sans MS;
    font-weight:bold;
    font-size:10pt;
    font-style:italic;
}
    
