/*-------------------------------------------------------------------------*/
/* school.css         copyright ©1999-2007 ccsfa.org. all rights reserved. */
/*-------------------------------------------------------------------------*/
/*                                                                         */
/* Cascade Style Sheet for school-associated pages.                        */
/*                                                                         */
/* Revision History:                                                       */
/*                                                                         */
/*  1/22/2007  place all css formatting codes into this file               */
/*-------------------------------------------------------------------------*/


body {
    background: #ffffff;
    margin: 0px 0px 8px 0px;
}

a:link {
    color: #0000f0;
    background: transparent;
}

a:visited {
    color: #9c009c;
    background: transparent;
}

a:hover {
    color: #0000f0;
    background: #ffff6c;
}

.header1 {
    font-family: arial,helvetica,sans-serif;
    font-size: 102%;
    font-weight: bold;
    color: #000080;
}

.textmenu {
    /* textual menu at the bottom of each page */
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 65%;
    text-align: center;
}

.footer {
    /* copyright notice and dates at the bottom of every page */
    font-size: small;
}

table.subhead {
    border: 1px solid #000080;
    border-collapse: collapse;
}

td.subhead {
    font-family: arial,helvetica,sans-serif;
    font-size: 102%;
    font-weight: bold;
    color: #ffff00;
    border: 1px solid #000080;
    border-collapse: collapse;
    padding: 2px 1em;
    background: #000080;
    vertical-align: middle;
}

td.rule1 {
    color: #ffff00;
    border: 1px solid #000080;
    border-collapse: collapse;
    padding: 0px 0px;
    background: #000080;
    vertical-align: middle;
}
