﻿html {
    /*background-color: #BFD5E1;*/
    margin: 0;
    padding: 0;
}
body {
    background-color: #ECE9D8;
    margin: 0;
    padding: 0;
}

.top1 {
    background: black;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}

.top4 {
    background: #ffffff;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}
.top5 {
    background: #ffffff;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}

.menu {
    background: #BAE6F3;
    /*height: 2px;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}
.top2 {
    background: red;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}

.top3 {
    background: green;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
     margin:auto;
     width:90%;
}

.table { 
    display: table;
}
.thead { 
    display: table-header-group; 
}
.trow { 
    display: table-row; 
}
.tbody { 
    display: table-row-group; 
}
.tcell { 
    display: table-cell; 
}
.tfooter { 
    display: table-footer-group; 
}
.tcol { 
    display: table-column;
    width: 666px;
}