﻿body 
{
    background-color: #2A2C77;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Arial Black, Sans-Serif; /*Verdana, Verdana, Geneva, sans-serif;*/
    line-height: 1.2em;
    font-size: 10pt;
}

#header
{
    width: 805px;
    height: 63px;
    display: block;
    background-image: url('images/header.jpg');
    margin: auto;
}

#top-nav
{
    width: 750px;
    color: White;
    font-style: italic;
    font-size: 100%;
    /*font-weight: bold;*/
    padding: 5px 0px 2px 0px;
    margin: 0px auto 0px auto;
    font-family: Lucida Console Sans Unicode, Lucida Grande, sans-serif;
    font-weight: bold;
    
}

#top-nav a:link, #top-nav a:active, #top-nav a:visited
{
    color: White;
    text-decoration: none;
}

#top-nav a:hover
{
    color: #0cf;
    
}

#default-content
{
    clear: both;
    margin: auto;
    width: 800px;
    background-color: White;
    height: 500px;
    display: block;
}

#default-inner-border
{
    margin: auto;
    width: 750px;
    height: 475px;
    display: block;
    border: solid 2px #2A2C77;
    border-top: none;
}

#logo
{
    margin: 10px auto;
    background-image: url('images/logo.jpg');
    background-position: bottom center;
    width: 582px;
    height: 95px;
    display: block; 
}

#default-images
{
    width: 600px;
    margin: auto;
    text-align: center;
}

#default-images img
{
    margin: 2px;
    border: none;
}

#secondary-content
{
    background-image: url('images/secondary_content_back.gif');
    width: 800px;
}

#secondary-content h2
{
    margin-bottom: 5px;
    text-align: left;
}

#secondary-content p
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

#left-nav
{
    width: 125px;
    font-family: Lucida Console Sans Unicode, Lucida Grande, sans-serif;
    float: left;
    font-weight: bold;
    font-size: 100%;
    height: 480px;
    display: block;
}

#left-nav ul, #left-nav li
{
    list-style-type: none;
    padding: 5px 5px;
    margin: 0;
}

#left-nav a:link, #left-nav a:active, #left-nav a:visited
{
    color: Navy;
    text-decoration: none;
}

#left-nav a:hover
{
    color: #034CC6;
    /*color: #0cf;*/
}

#main-content
{
    text-align: center;
    margin-left: 125px;
}

#main-text
{
    width: 580px;
    text-align: left;
    margin-left: 20px;
}

#main-text h1
{
    padding-top: 30px;
}

#find
{
    background-image: url(images/find_button_sec_up.jpg);
    width: 118px;
    height: 67px;
    display: block;
    background-repeat: no-repeat;
}

#find a
{
    display: block;
    padding: 10px 0;
}

h1
{
    font-family: Lucida Console Sans Unicode, Lucida Grande, sans-serif;
    color: Navy;
    font-size: 120%;
}

h2
{
    font-family: Lucida Console Sans Unicode, Lucida Grande, sans-serif;
    color: Navy;
    font-weight: bold;
    font-style: italic;
    font-size: 100%;
}

#left-nav .current a:link, #left-nav .current a:visited, #left-nav .current a:hover, #left-nav .current a:active
{
    color: #666;   
}

.label
{
    height: 25px;
    width: 200px;
    font-weight: bold;
    float: left;
    text-align: right;
}

.input
{
    height: 20px;
    width: 150px;
    float: left;
}

.input2
{
    display:block;
    height: 25px;
    width: 150px;
    float:left;
}
