/* Start of CMSMS style sheet 'missPistachioStylesheet' */
#wrapper {
    width: 945px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ACD473;
    background-image:url(images/background_v3.jpg);
}
#header {
    width: 945px;
    height: 200px;
    position: absolute;
}
#header_home_link {
    position: relative;
    display: block;
    top: 17px;
    left: 457px;
    width: 190px;
    height: 175px;
}
#middle {
    padding-top: 200px;
    width: 945px;
}
#menu {
    width: 189px;
    float: left;
    margin-top: -25px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 100px;
    overflow-x: hidden;
    white-space: nowrap;
}
#main {
    width: 675px;
    float: right;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}
#footer {
    width: 945px;
    background-color: #003664;
    text-align: center;
}
#footer p {
    color: white;
    font-size: 10px;
    padding: 10px;
}

a.navitem, a.navitem:visited {
    display: block;
    font-family: "Comic Sans MS";
    font-size: 1.0em;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}
a.nav_subitem, a.nav_subitem:visited {
    display: block;
    font-family: "Comic Sans MS";
    font-size: 0.8em;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    text-decoration: none;
}
a.navitem:hover, a.navitem:active, a.nav_subitem:hover, a.nav_subitem:active {
    font-weight: bold;
}

/* End of 'missPistachioStylesheet' */

