body {
    color: #000000;
    font-family:arial,helvetica,sans-serif;
    font-weight:normal;
    font-size:8pt;
    background-image:url('../images/feather.jpg');
}

html, body { 
    min-height: 100%; 
    width: 100%; 
    height: 100%;
}

.title1 {
    color:#9bbf3b;
    font-family:arial, helvetica, sans-serif;
    font-weight:bold;
    font-size:10pt;
}
.title2 {
    color:#d3ad24;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    font-size:8pt;
}

.headerCell {
    background-color: #A1C141; 
    color: #FFFFFF; 
    text-align: center; 
    width: 305px;
    font-family: times,garamond,serif;
}

.headerTitle {
    font-size: 26pt;
}

.headerSubtitle {
    font-size: 18pt;
}

.footer {
    width: 100%;
    font-size: 8pt;;
    text-align: center;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #E6E6E6;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#CCCCCC), to(#FFFFFF));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#CCCCCC', EndColorStr='#FFFFFF', GradientType=0);
    border-top: 5px #CCCCCC solid;
    color: #999999;
}

.menuItem {
    font-size: 12pt;
    text-align: left;
    font-family: times,garamond,serif;
    font-weight: bold;
    display: block;
    width: 200px;
    height: 20px;
    text-decoration: none;
    margin-left: 30px;
    padding-left: 10px;
    border-left: 10px #e3bd34 solid;
    margin-bottom: 10px;
}

a.menuItem {
    color:#e3bd34;
    background-color: white;
}

a.menuItem:hover {
    color: white;
    background-color: #e3bd34;
}

span.menuItem {
    color: white;
    background-color: #e3bd34;
}