*{
    margin: 0;
    padding: 0;
}

HTML, BODY{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #060435 url('images/bgblue.jpg') repeat-x;   /* was #ffe3bc */
    text-align: center;
}

/* CONTAINER FOR ENTIRE CONTENT - FOR 100% HEIGHT */

DIV#container{
    margin: 0 auto;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    
    height: auto; !important; /* real browsers */
    height: 100%; /* IE6 */

    min-height: 100%; /* real browsers */
    
    padding-bottom: 40px;
}


* html #container{
    height: 100%;
}



/* LINKS */

A:link, A:visited{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #d5346a;  /* CD0000 */
}


A:hover{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: underline;
    color: #d5346a;
}


A:active{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #d5346a;
}


A:link.foot, A:visited.foot{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
}


A:hover.foot{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: underline;
    color: #ffffff;
}


A:active.foot{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
}



/* TOP BANNER & NAV BAR */

DIV.fixed{
   width: 960px !important;
   margin-left: auto;
   margin-right: auto;
}


DIV#headermain{ /* for the actual banner image */
    position: relative;
    width: 960px;
    height: 285px;
    margin: 0 auto;
    background: url('images/SpinnakerBanner16.jpg') no-repeat;
}


DIV#menubuttons{ /* for the menu buttons */
    position: relative;
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
    width: 960px;
    height:40px;
    background: url('images/menu/menubg.jpg') repeat-x;
}


DIV#pagetitle{ /* for the page title graphics */
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}




/* MAIN PAGE CONTENT */

DIV#content{
    position: relative;
    margin-top: 10px;
    padding-bottom: 60px;
    background: #fff url('images/containerbg.jpg') repeat-y;
    width: 960px !important;
    margin-left: auto;
    margin-right: auto;
}


DIV#contentleft{
    float: left;
    display: inline;
    width: 670px;
    margin-left: 25px;
    background: #fff
}


DIV#sidebar{
    float: right;
    display: inline;
    width: 225px;
    margin-left: 10px;
    margin-right: 30px;
    /*border: 1px #000 solid;*/
}


DIV#contentbottom{
    position: relative;
    bottom: 0px;
}


DIV.board{
    position: relative;
    margin-left: 0px;
    margin-right: 100px;
    width: 500px;
    height: 200px;
/*    border: 1px #585858 solid;*/
}



/* FIXED FOOTER */

#footer2{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;

    display: block;
    background: #060435;

    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    font-family: "trebuchet MS", arial;
    font-size: 10pt;
    color: #ffffff;
}


.clearfooter{
    height: 20px;
    clear: both;
}




/* PARAGRAPHS */

P{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

P.indent{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: justify;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}


P.center{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}


P.video{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: center;
    margin: 0 auto;
}


P.title{
    font-family: arial, tahoma;
    font-size: 18pt;
    font-weight: bold;
    color: #0000033;
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}


P.redbold{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 40pt;
    color: #CD0000;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}


/* FOR FRONT PAGE NOTICES */
P.bold{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
/*    font-weight: bold;*/
    color: #278e4b;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;

    border: 5px #278e4b double;
    padding: 6px;
}


/* TABLES */

TABLE{
    margin-left: auto;
    margin-right: auto;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #585858;
    border-style: none none none none;
    border-width: 0px 0px 0px 0px;
}


TABLE.menu{
    border-collapse: collapse;
}


TABLE.gallery{
    padding: 10px;
}


TABLE#mteam{
    margin-left: 0px;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    color: #585858;
    border-style: none none none none;
    border-width: 0px 0px 0px 0px;
}


TD.button{
    text-align: center:
}


TD.convtitle{
    text-align: center;
    font-weight: bold;
    height: 30px;
}


TD.convdate{
    text-align: center;
    width: 80px;
}


TD.convloc{
    text-align: left;
    width: 170px;
}

TD.convresults{
    text-align: center;
    width: 140px;
}



TD.mteam1{
    width: 350px;
    text-align: left;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858
}


TD.mteam2{
    width: 150px;
    text-align: right;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858
}

TD.mteam3{
    width: 20px;
}


TD.notice1{
    width: 90px;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: left;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
}


TD.notice2{
    width: 500px;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: left;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
}


TD.sheetmusic1{
    width: 50px;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: left;
    vertical-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}


TD.sheetmusic2{
    width: 550px;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 11pt;
    color: #585858;
    text-align: left;
    vertical-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}


TD.blankline{
    height: 4px;
}


TD.peoplename{
    width: 140px;
    background-color: #fff;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


TD.peopletitle{
    width: 140px;
    background-color: #ffffff;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 11pt;
    color: #585858
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

TD.peoplephoto{
    width: 140px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

TD.music1{
    width: 200px;
    background-color: #ffe6f1;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    color: #01013a;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}


TD.music2{
    width: 80px;
    background-color: #ffe6f1; /* #ffe3bc; */
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    text-decoration: none;
    color: #01013a;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}


TD.music3{
    width: 300px;
    background-color: #ffe6f1;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 9pt;
    text-decoration: none;
    color: #01013a;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}


TD.music4{
    width: 305px;
    background-color: #ffe6f1;
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #01013a;
    text-align: center;
    text-weight: bold;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}



/* HEADINGS */

H1{ /* used only for front page advertisements etc. */
    font-size: 20pt;
    font-family: "Trebuchet MS", arial, verdana, tahoma;
    margin-left: 15px;
    font-weight: bold;
    color: #d5346a;
    text-align: left;
}


H2{
    font-size: 14pt;
    font-family: "Trebuchet MS", arial, verdana, tahoma;
    margin-left: 15px;
    margin-right: 15px;
    color: #5084b8; /*#305a82;*/
    font-weight: bold;
    text-align: left;
}


H3{
/* use where more left indent is required */
    font-size: 12pt;
    font-family: "Trebuchet MS", arial, verdana, tahoma;
    margin-left: 45px;
    color: #585858;
    text-align: left;
}



/* LISTS */

UL{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 11pt;
    color: #585858;
    list-style-type: square;
    margin-left: 70px;
    text-align: left;
}


UL.lessmargin{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 11pt;
    color: #585858;
    list-style-type: square;
    margin-left: 45px;
    text-align: left;
}



LI{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
}




/* BLOCKQUOTE */

P.quote{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: justify;
    margin-left: 60px;
    margin-right: 60px;
    font-style: italic;
}


P.quoteby{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: right;
    margin-left: 0px;
    margin-right: 60px;
    font-style: none;
    font-weight: bold;
}


P.quotemike{
    font-family: "trebuchet MS", arial, tahoma;
    font-size: 10pt;
    color: #585858;
    text-align: justify;
    margin-left: 40px;
    margin-right: 350px;
    font-style: italic;
}



/* PICTURES */

.floatright{
    float: right;
    border: 1px solid #000000;
    padding: 2px;
    margin-left: 25px;
}


.floatleft{
    float: left;
    border: 1px solid #585858;
    padding: 2px;
    margin-left: 5px;
    margin-right: 20px;
}

.floatleftpaula{
    float: left;
    border: 1px solid #000000;
    padding: 2px;
    margin-left: 1px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}


.floatleftnarrow{
    float: left;
    border: 1px solid #585858;
    padding: 2px;
    margin-left: 20px;
    margin-right: 35px;
}


.floatrightnb{  /* float with no border */
    float: right;
    margin-left: 20px;
}


.floatleftnb{
    float: left;
    margin-right: 20px;
}


DIV#mikesig{
    position: absolute;
    width: 960px;
    top: 610px;
    left: 160px;
}


DIV#mteam{
    position: absolute;
    width: 350px;
    height: 234px;
    top: 450px;
    left: 345px;
}




/* FRAMES */

iframe{
    margin-left: auto;
    margin-right: auto;
}



/* Firefox fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
