body
{
    background-color: #0145A2;
    background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    font-size: .8em;
    font-family: Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #3F96DD;
}

#wrapper {
    width:710px;
    margin:0 auto;
    text-align:center;
    background-color:#eee;
    
}
#header,#content,#sub-section,#footer {
    overflow: hidden;
    text-align:left;
}
#header,#menu,#content,#sub-section,#footer {
    display:inline-block;
}

#header {
    vertical-align: top;
    background-image: url("images/masthead2.jpg");
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 2px solid #B32400;
    background-color:#0145A2;
}

#header h1 {
    visibility: hidden;
    display: none;
}

#content h2 {
    border-bottom: 1px solid #3F96DD;
    color: #DDAF3F;
    background-image: url("images/bg_h.jpg");
    
}

#footer p {
    font-size: .7em;
    text-align: center;
}

#menu {
    text-align:center;
    vertical-align: top;
    margin-bottom:10px;
    height: 20px;
    width:610px;

    display:compact;
    z-index: 100;
    position:relative;
    top: -173px;
    margin-left: 100px;
}

#nav {
    display: compact;
}

#header,#footer, #navwrap {
    width:100%;
}

#content,#sub-section {
    float:left;
}

#content {
    width:73%;
    margin-left: 10px;
    margin-right: 5px;
    min-height: 400px;
}

#sub-section {
    width:20%;
    border: 1px solid #B32400;
    background-image: url("images/boxbg.jpg");
    background-color: #085dd4;
    background-repeat:repeat-x;
    margin: 5px;
    padding: 5px;
    float: right;
    color: #ccc;
}
#sub-section input{
    margin-bottom: 3px;
}

#footer {
    clear:left;
}


.label {
    margin-right: 15px;
    width: 175px;
}

.trEven {
    background-color: #ddd;
}

.tabular {
    font-size: 70%;
    width: 100%;
}

.tabular th {
    background-color: #085dd4;
    color: #ccc;
}