﻿       body
        {
            margin: 0px 0px 0px 0px;
        }
        .header-bg
        {
            width: 100%;
            background-color: #1a1f3c;
        }
        .header-content
        {
            width: 984px;

        }
        .bar
        {
        background-image: url(images/case---header_04.jpg);
        }
        .content-bg
        {
            background-image: url(images/Plane-silhoettes.png);
            background-repeat: repeat-x; 
            height: 700px;
            background-color: #35364f;
            padding: 5px 0px 0px 0px;
        }
        .content
        {
            border: solid 3px black;
            background-color: #414260;
            width:984px;
        }
         .bullet-content
        {

            width:700px;
        }
        @font-face
        {
            font-family: Gill Sans MT;
            font-style: normal;
            font-weight: normal;
            src: url('GILLSAN0.eot');
        }
        .titles
        {
            font-family:Gill Sans MT;
            color: White;
            font-size: 16pt;
        }
        .text
        {
        font-family: Verdana, Arial, Helvetica;
        font-size: 10pt;
        color: White;
        }
        a.menu
        {
        color: White;
        font-family:Verdana, Arial, Helvetica;
        font-weight: bold;
        font-size: 12pt;
        text-decoration: none;
        }
        a.menu:hover
        {
        color: silver;
        font-family:Verdana, Arial, Helvetica;
        font-weight: bold;
        font-size: 12pt;
        text-decoration: none;
        }
        hr
        {
            border-top: solid 1px white;
            border-bottom: solid 1px #414260;
        }


