﻿/* Tag Selectors */
body
{
    background-color: #132450;
    font-size: 12px;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    color: #ffffff;
    text-align: justify;
    line-height: 18px;
}

img
{
    display: block;
    border: solid 0px #ffffff;
}

p
{
    margin: 0;
    padding: 0;
}

h4
{
    margin: 0;
    margin-bottom: .25em;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

h5
{
    margin: 0;
    margin-bottom: .25em;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;    
}
/* Container Styles */
#mainFrame
{
    position: absolute;
    width: 1000px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -250px;
    background: inherit;
}

#mainFrame #headerFrame
{
    width: 100%;
    float: left;
    background-color: #51515d;
}

table#navTable
{
    height: 42px;
    font-size: 1.13em;
    font-weight: bold;
    color: #ffffff;
    margin-left: 8px;
    margin-top: 4px;
}

#navTable td
{
    padding-right: .9em;
}

#mainContentFrame
{
    border-top: solid 1px #ffffff;
    width: 100%;
    height: 363px;
    float: left;
    background-color: #51515d;
}

#mainContentFrame #contentA
{
    width: 290px;
    height: 363px;
    float: left;
    text-align: left;
    background: inherit;
    overflow: hidden;
}

#mainContentFrame #contentB
{
    width: 710px;
    height: 363px;
    float: left;
    background-color: #6c6c75;
    overflow: hidden;
}

#contentB #contentBText
{
    margin: 25px 25px auto 25px;
    width: 660px;
    float: left;
    background: inherit;
}

#contentB #contentBText p
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#colFrame1
{
    width: 320px;
    float: left;
    background: inherit;
}
#colFrame2
{
    width: 320px;
    float: left;
    background: inherit;
    padding-left: 20px;
}

#footerFrame
{
    width: 100%;
    float: left;
    margin-top: 20px;
    background-color: #132450;
}


/* General Classes */
.floatLeft
{
    float: left;
}

.generalFrame
{
    width: 100%;
    float: left;
    background: inherit;
}

.halfFrame
{
    width: 50%;
    float: left;
}




/* Links */

a
{
    color: #cccccc;
    text-decoration: underline;
}

a:hover
{
    color: #989999;
}

#headerFrame a
{
    color: #989999;
    text-decoration: none;
}

#headerFrame a:hover
{
    color: #ffffff;
}

#headerFrame a.current
{
    color: #ffffff;
}

#contentA a
{
    text-decoration: none;
}
.subHeaderNav
{
    color: #ffffff;
    font-size: 1.10em;
    font-weight: bold;
    text-decoration: none;
}

.subHeaderNav:hover
{
    color: #ffffff;
}
/* List */
ul
{
    padding: 4;
    margin: 4;
}

li
{
    line-height: 1.75em;
    list-style-type: square;
}

ul.small
{
    padding: 2;
    margin: 2;
}

.small li
{
    line-height: 1.7em;
}

/* Modal Popup */
.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
	background-color: #0f3968;
    border: solid 1px #000000;
    text-align: center;
}

/* Padding */
.pad14pxLeft
{
    padding-left: 14px;
}

.pad7pxall
{
    padding: 7px 7px 7px 14px;
}

.pad7pxtop
{
    padding-top: 7px;
}

.marg7pxall
{
    margin: 7px 7px 7px 7px;
}

/* Text */
.subHeader
{
    font-size: 12px;    
    font-weight: bold;
    letter-spacing: .05em;
}

.subHeaderWhite
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.smallFont
{
    font-size: 11px;
}

/* Border */
.whiteBorder
{
    border: solid 1px #ffffff;
}
