﻿.KeyFactsElement
{
    color: #035074;
}

#SchoolHeader
{
    background-color: #035074; 
    position: relative; 
    height: 88px; 
    z-index: 99999999999; 
    margin-top: 12px;
}

#SchoolLogo
{
    position: absolute; 
    top: -12px; 
    left: 8px;
    background-image: url(/Images/logo_box.jpg);
    background-repeat: no-repeat;
    width: 274px;
    height: 68px;
    text-align: center;
}

#SchoolLogo .Icon
{
    width: 274px;
    height: 68px; 
}
.SchoolTitle
{
    color: White; 
    font-size: 20px; 
    line-height: 20px; 
    font-weight: bold; 
    position: absolute; 
    top: 60px; 
    left: 8px; 
    text-transform: uppercase;
}

.SchoolDescription
{
    margin-left: 0px; 
    padding: 15px 8px;
}

.SchoolDescription h4
{
    padding-top: 10px;
}

.DynmaicFormHeading
{
    background-color: #035074; 
    position: relative; 
    color: #fff; 
    font-weight: bold; 
    padding-top: 24px; 
    padding-bottom: 24px; 
    padding-left: 8px; 
    font-size: 16px;    
}

.MoreInformation
{
    color: #0378b5;
}