﻿html {
    overflow-y: scroll;
}
body {
    margin:0; 
    font-size:14px; 
    font-family:Arial, Tahoma, Helvetica, sans-serif; 
    background-color: #dddddd;
}

#main {
    margin:10px auto;
    background-color:#ffffff;
    width:960px;
    border:3px solid #999999;
}

#mainInner{
    border:2px solid white;
}

#header {
    background:url(images/header_image.jpg) center no-repeat #143352;
    height:193px;
    border-bottom:1px solid white;
    /*border-bottom:20px solid #2276b9;*/
}

#headerLogo {
    height:193px;
    background:url(images/logo.png) left center no-repeat;
    margin-left:10px;
}

#menu {
    float:left;
    width:220px;
    padding:10px;
    border-right:2px solid white;
}

#menu ul {
    list-style:none; 
    padding:0; 
    margin:0;
    /*background-color:#2276b9;*/
}

#menu ul a {
    font-size:14px; 
    text-decoration:none; 
    color:#042a33; 
    display:block; 
    width:204px; 
    min-height:20px; 
    padding:5px 0px 0px 9px; 
    border-bottom:1px solid #042a33; 
}

#menu ul a:hover {
    color:white;
    background-color:#2276b9;
}

#contentHeader{
    height:20px;
    background-color:#2276b9;
}

#content {
    min-height:430px;
    padding:10px;
    float:left;
    width:719px;
    border-left:1px solid #dddddd;
}

#contentFooter{
    height:20px;
    background-color:#2276b9;
}

#footer {
    font-size:12px;
    text-align:center;
    padding:2px;
}

#footer a {
    color:black;
}

.tablePadding0 { border-collapse: collapse; border-spacing: 0; }
.tablePadding0 > tbody > tr > th { padding: 0px; }
.tablePadding0 > tbody > tr > td { padding: 2px; }

.noIndentList, .noIndentList li {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

/* Used to separate sections with padding and a line */
.section-line {
    border-top: 1px solid black;
    padding: 10px;
    padding-top:16px;
}

/* Used to add content to the left */
.left-content {
    float: left;
    margin-right: 20px;
}

/* Adds padding between list items */
.padded-list li{
    padding-bottom: 16px;
}

/* Makes the div look like a box*/
.box {
    border: 1px solid black;
    padding: 10px;
    margin-top: 5px;
}

.noListStyle {
    list-style: none;
}

.sub-list li {
    padding-right:0px;
    margin-right:0px;
    text-indent:14px;
}