/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-Jul-2015, 2:41:09 PM
    Author     : JPS
*/

body {
    background-color: #9FC3FD;
    background-image:  url("images/AEBannerTileOPA.png");
    background-position:  bottom;
    background-size: 15%;
}
#HeaderTbl td{
    font-family: monospace;
    height: 25px;
    background-color: #101C68;
    color: beige;
    border-radius: 10px;
}
#HeaderTbl td:hover{
    background-color: #FF3300;
    font-size-adjust: 0.57;
}
#HeaderTbl a{
    color: beige;
    font-family: Helvetica;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 25px;
}
#HeaderTbl a:active{
    font-size-adjust: 0.52;
}
#welbutton {
    background-color: #101C68;
    border-radius: 10px;
    width: 35%;
    height: 60px;
}
#welbutton a {
    font-family: monospace;
    color: beige;
    font-size: 20px;
    text-decoration: none;
}
#welbutton a:hover{
    font-size-adjust: 0.46;
}
#welbutton a:active{
    font-size-adjust: 0.44;
}
#HeaderTbl {
    margin: auto;
    width: 80%;
}
#WelcomeTable {
    margin:auto;
    width: 100%;
    max-width: 900px;
    text-align: center;
}
#WelcomeTable img{
    width: 50%;
}
#quotebox {
    font-family: cursive;
    text-align: center;
    margin: auto;
    margin-top:10%;
    width: 75%;
    background-color: #101C68;
    border-radius: 10px;
    color: beige;
    font-size: 24px;
    padding-top: 1%;
    padding-bottom: 1%;
}