﻿/*body, input, button {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

body {
    background-color: #fff;
    color: #333;
    max-width: 980px;
    min-width: 980px;
    margin: 1em auto;
}

fieldset {
    border: 0;
}*/


/*Buttons*/
/*.button {
    background-color: aquamarine;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px;
}*/


/*Grid*/
/*.grid, .tableData, .tableHeader {
    padding: 5px;
}*/


/*Validation*/
/*.field-validation-error {
    color: red;
}*/




/*Layout Design*/
/*#header {
    display: block;
}

#leftAside {
    display: block;
    float:left;
    width: 30%;
    height: 416px;
}

#section {
    display: block;
    float: right;
    width: 70%;
    height: 416px;
}

#footer {
    display: block;
    position: absolute;
    bottom: 0;
}*/





/*Image Settings*/
/*#bannerImage {
    width: 665px;
}

#headerUnderline {
    background-color: red; 
    height: 15px; 
    margin-top: 0;
}*/