h1 {
    font-size: 240%;
    color: white;
    margin-bottom: 25px;
}

h2 {
    font-size: 120%;
    text-transform: capitalize;

}

h3 {
    font-size: 100%;
    text-transform: capitalize;
    margin: 5px 0 10px 0;
}

h4 {
    font-size: 90%;
    text-transform: capitalize;
}

* {
    margin:0;
    padding:0;
}

p {
    margin: 10px 0 10px 0;
}



body {
    color: #555555;
    background: #BBBBBB;
/*    background: #E5E5E5; 
    background-image: url(http://www.bevpipeband.com/graphics/background.png);
    background-repeat: horizontal;
*/    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    display: block; 
    border-style: none;
    padding:10px;
}
 
body img {
    border-style: none;
}

#banner {
    padding: 10px;
    height: 110px;
    margin: 0px 0px 10px 0px;
    border: 0px solid #98AAB1;
    background: white;
    background-image: url(http://www.bevpipeband.com/graphics/top.jpg);
    background-position: center center; 
    background-repeat: no-repeat;
    text-transform: capitalize;
}

#banner a:link, #banner a:active, #banner a:visited {
    color: white;
    font-weight: bold;
}


#banner a:hover {
    color: #DD6900;
    font-weight: bold;
}
 
#leftcontent {
    position: absolute;
    left: 10px;
    width: 160px;
/*    min-height: 620px; */
    padding: 10px;
    border: 0px solid #6699CC;
    background: white;
    top: 129px
}

#navbuttons a {
    display: block;
    text-transform: capitalize;
}

#navbuttons a:link, #navbuttons a:active,  #navbuttons a:visited { 
    margin-right: 2px;
    margin-top: 1px;
    padding: 3px 10px 2px 10px; 
    color: #6699CC;
    text-decoration: underline;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;


}

#navbuttons a:hover {
    color: #DD6900;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;


}

 
#centrecontent {
    margin-left: 190px;
    margin-right: 170px;
    padding: 10px 10px 0px 10px;
    border: 0px solid #555555;
    background: white;
/*    min-height: 620px; */
}

* html #centrecontent{
    height:630px;
}


a:link, a:active, a:visited {
    color: #6699CC;
}

a:hover {
    color: #DD6900;
}

#rightcontent {
    position: absolute;
    top: 129px;
    right: 10px;
    width: 155px;
    min-height: 380px;
    border: 0px #E5E5E5 solid;
    background: #BBBBBB;
}

#inpage-image { 
    float: right; 
    position: relative;
    top: -10px;
    right: 15px;
    padding-left: 20px; 
} 

div.boxheader {
    color: white;
    font-size: 75%;
    background: #6699CC;
    border: 0px #6699CC solid;
    width: 98%;
    padding: 0 0 0 5px;
}

div.boxcontent {
    border: 0px #6699CC solid;
    font-size: 70%;
    width: 98%;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    background: white;
}

div.figure {
    margin: 0.5em;
    padding: 0.5em;
    text-align: center;
    font-style: italic;
}

div.insert {
    text-align: right;
    font-style: italic;
}

legend {
    color: #6699CC;
}

form p label {
    float: left;
    width: 20%;
    padding: 5px;
}


.note {float:center; }
#noteContent {border:none; background: #FFFFAA;padding:20px;}
#noteContent {position: relative; left: -2px; top: -2px;}
#noteContainer {position: relative; background: #666; margin: 4px;}


table.downloads {
    text-transform: capitalize;
}

tr.row1 {
    background: #EFEFEF;
}

tr.row2 {
    background: #DEE3E7;
}

tr.row3 {
    background: #D1D7DC;
}

table.year {
    text-align: center;
}

table.month {
    margin: 5px;
}

td.event {
    background: #FFFFAA;
}

#footer {
    border: #6699CC;
    border: 0px solid;
    background: white;
    margin: 10px 170px 10px 0px;
    text-align: center;
    padding: 0px 0 0px 0;
}

ul.map {
    text-transform: capitalize;
    padding:20px;
}

li {
    margin-left:20px;
}

#hidden a:link, #hidden a:active, #hidden a:visited {
    color: #BBBBBB;
}
