a:link
{
    color: #003300;
    text-decoration: none;
}

a:active
{
    color: #003300;
    text-decoration: none;
}

a:visited
{
    color: #006600;
    text-decoration: none;
}

a:hover
{
    color: #006600;
    text-decoration: none;
}

button
{
    cursor: hand;
    font-variant: small-caps;
}


body
{
    background-color: #9cb8b8;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 10px;
    background-image: url(imgs/);
}

h1
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
    font-weight: bold;
    color: #000000;
}

#container
{
    border-width: thin;
    width: 900px;
    text-align: center;
    overflow: auto;
    background-color: #D5D5BF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin-top: -15px;
    border-right-style: groove;
    border-left-style: groove;
}

#header
{
    background-color: #D5D5BF;
    background-position: center top;
    width: 900px;
    height: 150px;
    background-image: url(imgs/header01.png);
    background-repeat: no-repeat;
    float: left;

}


#nav
{
    font-family: 'Myriad Pro';
    font-size: 20px;
    font-style: normal;
    font-variant: small-caps;
    color: #FFFFFF;
    background-image: url(nav.png);
    background-repeat: no-repeat;
    width: 900px;
    background-color: #669999;
    font-weight: bold;
    line-height: 50px;
    word-spacing: 5px;
}

#container2
{
    width: 700px;
}

#info
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 700px;
    margin-top: 10px;
    text-align: left;
    padding-left: 10px;
    float: left;
}

#info h1
{
    font-family: Georgia, Garamond, Nyala;
    color: #252514;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 50px;
}

#info h2
{
    font-family: 'Comic Sans MS';
    color: #009933;
    font-size: 16px;
    padding-left: 10px;
    font-weight: normal;
}

#info h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #E7E7DA;
    background-color: #252514;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#info h4
{
    font-family: 'Times New Roman';
    font-size: 14px;
    color: #666666;
    border-bottom-style: double;
    font-variant: small-caps;
}

#info h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
    font-weight: bold;
}

#info p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    width: 600px;
}

#info blockquote
{
    float: right;
    width: 220px;
}


#newinfo
{
    width: 275px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
    text-align: left;
    padding-left: 5px;
    float: left;
}
    
#newinfo h2
{
    font-family: 'Comic Sans MS';
    color: #009933;
    font-size: 16px;
    padding-left: 10px;
    font-weight: normal;
}
    
#newinfo h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #E7E7DA;
    background-color: #252514;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#newinfo h4
{
    font-family: 'Times New Roman';
    font-size: 14px;
    color: #666666;
    border-bottom-style: double;
}

#newinfo p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    width: 600px;
}
    
#resources
{
    padding: 15px;
    height: 500px;
    overflow-y: scroll;
}

#pics
{
    float: right;
    width: 150px;
    height: 600px;
}

/*only Calendar page uses box1*/
#box1
{
    padding: 25px;
    width: 400px;
    height: 450px;
    float: inherit;
    overflow: auto;
}

#box1 h1
{
    padding: 5px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 16px;
    font-weight: normal;
    color: #003366;
    text-align: justify;
}

#box1 h2
{
    padding: 5px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: justify;
}


#footer
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
    width: 300px;
}

#footer h1
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    width: 500px;
}

#footer a:link
{
    color: #003366;
    text-decoration: none;
}

#footer a:active
{
    color: #003366;
    text-decoration: none;
}

#footer a:visited
{
    color: #003366;
    text-decoration: none;
}

#footer a:hover
{
    color: #0000FF;
    text-decoration: none;
}


