/* Sections */

#content
{
    width:                  100% ;
    float:                  left ;
    margin-right:           -300px ;
    /* background-color:       #e8f2ea ; */
}

#content2
{
    margin-right:           300px ;
}

#right
{
    width:                  300px ;
    float:                  right ;
}

#rightheader
{
    margin:                 5px ;
    padding:                5px ;
    text-align:             center ;
    font-family:            "Myriad Pro", Trebuchet MS, Arial, Helvetica, sans-serif ;
    color:                  #64a07d ;
}

#rightheader  #school
{
    font-family:            Georgia, "Times New Roman", serif ;
    font-size:              12pt ;
}

#rightheader  #title
{
    font-family:            "Tw Cen MT", "Trebuchet MS", Helvetica, sans-serif ;
    font-size:              16pt ;
    text-transform:         uppercase ;
}

#rightheader  #year
{
    font-family:            "Tw Cen MT", "Trebuchet MS", Helvetica, sans-serif ;
    font-size:              36pt ;
}

#footer
{
    clear:                  both ;
}

/* Element Styles */

body
{
    margin:                 0px ;
    background-color:       #e5eee7 ;
    background-repeat:      no-repeat ;
    background-attachment:  fixed ;
    background-position:    top right ;
}

h1, h2, h3, h4, h5, h6
{
    margin-right:           0px ;
    padding-left:           50px ;
    font-family:            "Tw Cen MT", "Trebuchet MS", Helvetica, sans-serif ;
    background-color:       #bacfbe ;
    display:                block ;
}

h1
{
    border-bottom:          1px solid #00652e ;
    font-size:			    24pt ;
    font-weight:            normal ;
    font-style:             normal ;
    text-decoration:        none ;
    color:                  #00652e ;
}

h2
{
    font-size:              18pt ;
    font-weight:            normal ;
    font-style:             normal ;
    text-decoration:        none ;
    color:                  #50926a ;
}

h3
{
    margin-left:            50px ;
    padding-left:           0px ;
    font-size:              18pt ;
    font-weight:            normal ;
    font-style:             normal ;
    text-decoration:        none ;
    color:                  #50926a ;
}

p, li
{
    margin-left:            50px ;
    font-family:            "Century Schoolbook", serif ;
    font-size:              11pt ;
    color:                  #000000 ;
    margin-bottom:          20px ;
}

hr
{
    width:                  100% ;
    height:                 1px ;
    color:                  #00652e ;
}

img.banner
{
    float:                  left ;
}

img
{
    border:                 0px ;
}