body 
{
    background:#F6F6F6;
    font:normal 0.9em Arial; 
    margin:0px; 
    padding:0px;
}

form 
{
    margin: 0px;
    padding: 0px;
}

#ws_div1 
{
    background-color: #faa819;
    padding: 1px 0px 2px 0px;
}

#ws_logo_div2 
{
    background-color: #333333;
    width: 100%
}

#ws_logo_table1
{
    width: 774px;
    margin: 0px auto;
}

#ws_logo_container 
{
    width: 160px;
}

#ws_school_name
{
    color: White;
    line-height: 22px;
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 26px
}

#ws_header_link_div3
{
    background-color: #faa819;
    width: 100%;
    padding: 10px 0px
}

#ws_header_link_div4 {
    width: 774px;
    margin: 0px auto;
}

#ws_header_link_table2 
{
    margin: 0px auto;
    text-align: center;
}

.ws_header_link 
{
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    color: Black
}

#cycler {
    position: relative;
    width: 774px;
    margin: 0px auto;
    background-color: #f5f5f5
}

#cycler img
{
    position:absolute;
    z-index:1
}

#cycler img.active
{
    z-index:3
}

#Footer_Div 
{
    background-color: #333;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: White;
    font-family: Arial;
    font-size: 12px;
    padding: 20px 0px
}

.Footer_Links 
{
    font-family: Arial;
    font-size: 13px;
    color: White;
    text-decoration: none;
    padding: 12px
}

.Footer_Links:hover 
{
    background-color: rgba(200, 200, 200, 0.4);
}


textarea:focus, input:focus {
    outline: none;
}

.textbox {
    width: 247px;
    padding: 8px 3px 8px 3px;
    border: solid 1px #9a462d;
}

.button {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #9a462d;
    color: #ffffff;
    border: 0px none White;
    padding: 11px 12px;
    -webkit-appearance: none;
}

    .button:hover {
        cursor: pointer;
        text-decoration: underline;
    }