﻿html, body, div, form, fieldset, legend, label, img
{
 margin: 0;
 padding: 0; 
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
 margin: 0px;
 padding: 0px;
}

img {
	border-style:none;
	margin: 0px;
	padding: 0px;
}

th, td
{
 text-align: left;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

body 
{
    margin:0; 
    text-align:center;
    font: 12px/17px Verdana;
    color: #666666;
    background-color: lightgray;
}

a 
{
    border: 0px;
    text-decoration: underline;
}
h1 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #496188;
    font-weight: bold;
}
P {
    text-align: left;
}

#heading {
    text-align: left;
}

#logo {
    text-align: left;
    margin-left: 20px;
}

#nav-content {
    height: 37px;
    width: 100%;
    background-color: #496188;
    padding-top: 10px;
    text-align:center;
}

#nav-underline {
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #74859E;
    top: 1px;
}

#nav 
{
    list-style:none;
	padding:0;
	margin:0 0 0 100px;
	font-size:16px;
	line-height:18px;
}

#nav a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

#nav li 
{
    float: left;  
}

#main {
    padding-bottom: 20px;
    position: relative;

}
.main-box {
    width: 974px;
    height: 320px;
    border: solid 10px #F1F1F1;
    background-color: #F9F9F9;
    padding: 20px 15px 15px 15px;
    text-align:left;
    margin-top: 10px;
}

.main-content-left {
    text-align:left;
    padding-left: 20px;
    float: left;
    font-size: 14px;
    position: relative;
    padding-top: 20px;
}

.pageHeading {
    color: #D87F00;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 30px;
}
.titleBox {
    border: solid 1px #D4D4D4;
    position: relative;
    float: left;
    text-align: left;
}

.titleBox-title {
    padding: 0 10px 0 6px; 
    position: absolute; 
    top: -10px; 
    left: 15px;
    height: 20px; 
    background-color: #F9F9F9;
}

.main-content-right {
    text-align:left;
    float: right;
    width: 390px;
    line-height: 40px;
    font-size: 14px;
}

.content {
    width: 1024px;
    background-color: white;
    margin-left: auto;
     margin-right: auto;
}


.table-links {
    width: 222px;
}

.table-links a {
    text-decoration: none;
    color: #2A7935;
}

.table-links td {
    padding-bottom: 8px;
}

.table-links a:hover {
    text-decoration: none;
     color: #D87F00;
}

.color-white {
    color: white;
}

.color-orange {
    color: #D87F00;
}

.color-lightgray {
    color: #E3E3E3;
}

.state {
    cursor: pointer;
}

#footer-top {
    height: 127px;
    width: 100%;
    background-color: #203558;
    line-height: 30px;
    font-size: 14px;
}

#footer-bottom {
   height: 42px;
    width: 100%;
    background-color: #496188;
}

.footer-content-left
{
    text-align:left;
    padding-left: 10px;
    padding-top: 20px;
    float: left;
}


.footer-content-right
{
    text-align:right;
    padding-right: 10px;
    padding-top: 20px;
    float: right;
}

.footer-content-right a { 
    color: white;
    text-decoration: none;
}

.footer-content-right a:hover { 
    color: #D87F00;
    text-decoration: none;
}


