/* setup tabs */
#header ul { list-style: none;     padding:0;     margin:0; border-bottom: 0;} 
#header li { float: left; border: 1px solid aqua; margin: 0 0.5em 0 0; } 
#content {     
    border: 0;     
    clear: both; 
    border-top: .1em solid aqua;
} 
body {
    background-color:black; 
    background-attachment:fixed;
    background-repeat:no-repeat;
    color:white; 
    font-size: 10pt; 
    font-weight: normal;
}
body a:link, a:visited {
    color: #00FFFF
}
/* for tables on Schedule page */
td {font-size: 10pt; font-weight: bold}
ol {font-size: 10pt; font-weight: bold}
ul {font-size: 10pt; font-weight: bold}
/* define appearance of left column page names */
#pagename {
    font-family: georgia; 
    font-size: 24pt; 
    color: lightgreen; 
    font-weight: bold;
}
#tabs {
    margin: 0;
    padding: 0;
    overflow: hidden; 
    /* zoom: 1;    javascript says it doesn't know this property */
}
/* define tab appearance when not selected */
#tabs li a {
    text-decoration: none;
    padding: 0.1em 1em;
    color: white;
    font-family: impact, "comic sans ms", georgia, verdana;
    font-size: 12pt; 
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
    width: 100px;
    text-align: center;
    background-color: #660033;
}
/* define tab appearance when selected */ 
#cagshome #tabs li#tab1 a, #cagssongs #tabs li#tab2 a, #cagsschedule #tabs li#tab3 a, #cagspics #tabs li#tab4 a, #cagstestimony #tabs li#tab5 a, #cagsbio #tabs li#tab6 a{
    background-color: aqua;
    color: black;
    position:relative;
    border-bottom: .1em solid aqua;
    border:0;
} 
/* define tab appearance with cursor hovering */
#tabs li a:hover {
     text-decoration: none;
     background-color: lime;
     color: black;
}
#leftcontent {
    position: absolute;
    left:10px;
    top:65px;
    width:200px;
    background:black;
}
#centercontent {
    margin-left: 225px;
    top:65px;
}
#rightcontent {
    position: absolute;
    margin-left: 600px;
    top:65px;
}
.cagspic {
    float: left;
    margin: 8px 8px 8px auto;
    text-align: center;
    text-decoration: none;
}
.cagspic span {
    display: block;
    margin-top: 1px;
    text-align: center;
    font-size: 80%;
    color: white;
}


