﻿body {
    font-family: Arial;
    font-size: 12pt;
    text-align:center;
}

h1 {
    font-weight: bold;
    font-size: 16pt;
}

a {
    text-decoration: none;
        color: #013e99;
}

    a:hover {
        font-weight: bold;
        color: #96b9fd;
    }

.center {
    text-align: center;
}

img {
    border: none;
}

.headerLogo {
    float: left;
    text-align:center;
    font-weight: bold;
    font-size: 16pt;
    width: 350px;
    padding-bottom: 25px;

}

.headerText {
    float: left;
    padding-top: 35px;
    padding-left: 25px;
}

.active {
    font-weight: bold;
    color: #13233c;
}

#center {
    text-align: center;
}

#mainInner {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.left {
    width: 33%;
    float: left;
    text-align: right;
    font-size: 16pt;
}

.linkHomeText {
    padding-right: 21px;
}

.middle {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 16pt;
}

.right {
    width: 33%;
    float: right;
    text-align: left;
    font-size: 16pt;
}

.linkContactUsText {
    padding-left: 5px;
}

#contactform{
	display:block;
	float:left;
	}

fieldset {
    border: 0;
}

.formRow {
    width: 400px;
    padding: 10px;
}

.formLabel {
    width: 75px;
    float: left;
}

.navLinks-NoBorder {
    height: 25px;
}

.navLinks {
    border-bottom: solid 1px gray;
    height: 25px;
}

.content {
    padding-top: 15px;
    width: 95%;
    margin: auto;
    text-align: left;
}

.clear {
    clear: both;
}

.colLeft {
    float: left;
}

.colRight {
    float: Right;
}

.font16Bold {
    font-size: 16pt;
    font-weight: bold;
}

.width33P {
    width: 33%;
}

.width50P {
    width: 50%;
}

.ptop30 {
    padding-top: 30px;
}

.ptop50 {
    padding-top: 50px;
}