﻿body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 50px;
    background: #5ee;
}

#content {
    padding: 10px;
    padding-bottom: 80px; /* Height of the footer element */
}
/*vtn*/
.BlurText {
    opacity:0.7;
    font-size: 16px;
    font-family:'Times New Roman', Times, serif;
    font-weight:bold;
    font-style:italic;
}
.title {
    font-size: 20px;
    font-weight: bold;
    color: #004E8C;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}
/*vtn*/
.COALogoFormat {
    width:300px;
    height:110px;
}
.COABanner {
    background-color: #004E8C;
    width: 100%;
    height: 120px;
}

#footer {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ee5;
}
