

* {
    /*  Reset browsers default margin, padding and font sizes */
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: sans-serif;
    color: white;
    background: url('/images/shield_background.jpg');
}

#news p {
    margin: 0.75em 0px;
    }

/*
.page {
    text-align: left;
    position: relative;
    margin: 0px;
    border: 0px;
    padding: 0px;
    min-width: 700px;
}
*/

/*
#contentpanel {
    position: realative;
    top: 0px;
    float: none;
    padding: 0px 30px;
    color: white;
    border: 0px;
    min-width: 680px;
}

#contentpanel a {
    color: #b8eaff;
    text-decoration: none;
}

#contentpanel a:hover {
    color: #b8eaff;
    text-decoration: underline;
}
*/

#wrap {
    position: realative;
    top: 0px;
    float: none;
    padding: 0px 20px;
    color: white;
    border: 0px;
    min-width: 680px;
}

#wrap a {
    color: #b8eaff;
    text-decoration: none;
}

#wrap a:hover {
    color: #b8eaff;
    text-decoration: underline;
}





/*########  Footer  ###############################################################*/

#fadeup {
    background: url('/images/fadeup.png');
    height: 75px;
    position: relative;
    top: 0px;
    z-index: -1;
}

#qstaff_footer {
    #position: relative;
    height: 200px;
    background: #444444;
    background-position: top right;
    text-align: left;
    position: relative;
    margin: 0px;
    border: 0px;
    padding: 0px;
    min-width: 700;
    font-family: sans-serif;
    font-size: 16px;
}

#qstaff_footer h4 {
    text-align: center;
    margin: 0px;
}

#qstaff_footer img.trustwave {
    border: 0px;
    padding: 25px;
}

#trustwaveSealImage {
    border: 0px;
    padding: 0px 25px 0px 25px;
}

/*########  Event Schedule  ##################################################################*/

iframe[name="eventSchedule"] {
    border: 0px;
    width: 100%;
    height: 600px;
}




