
html, body
{
    background: #ffffff;
    color: #003300;
    margin: 0 auto;
    min-width: 800px;
}

a
{
    background: transparent;
    color: #ff4500;
}

a:hover
{
    background: transparent;
    color: #ff4500;
}

h1
{
    font-size: 25px;
    font-style: oblique;
    font-weight: 700;
}

h3
{
    color: green;
    font-family: Times New Roman;
    font-size: 12.0pt;
    font-weight: 700;
    line-height: 115%;
}

p
{
    color: black;
    font-family: Verdana;
    line-height: 115%;
    font-size: 10.0pt;
}

/*
* Layout ID's
*/
div#container
{
    width: 100%;
}

div#header
{
    height: 75px;
    width: 100%;
}

div#leftCol
{
    background-image: url("../images/tree1.jpg");
    float: left;
    min-height: 400px;
    margin-right: 15px;
    top: 75px;
    width: 160px;
}
div#content
{
    float: left;
    left: 175px;
    margin-top: 10px;
    min-height: 400px;
    width: 625px;
    top: 75px;
}

div#footer
{
    clear: both;
    color: #999999;
    font-size: x-small;
    text-align: center;
}

/**
* Agency class
*/
table.agency
{
    width: 100%;
}
table.agency thead
{
}
table.agency th
{
    text-align: left;
}
table.agency td
{
    text-align: left;
}

table.agency hr 
{
color: #999999;
height: 1px;
}

/**
* Dropdown navigation
*/
#topMenu
{
    background: #cccc99;
    display: block;
    height: 32px;
    position: relative;
    width: 100%;
    z-index: 100000;
}
ul.navMenu
{
    list-style-type: none;
    margin: 0;
    padding: 3px;
    position: relative;
    text-align: left;
    z-index: 100000;
}

ul.navMenu li
{
    background: #cccc99;
    color: #333300;
    font-weight: 700;
    float: left;
    width: auto;
}

ul.navMenu a
{
    background: #cccc99;
    color: #333300;
    text-decoration: none;
    font-weight: 700;
    z-index: 100000;
}

ul.navMenu a:hover
{
    background: #333300;
    color: #cccc99;
}

ul.navMenu li a
{
    background: #cccc99;
    border-right: 1px solid #333300;
    color: #333300;
    display: block;
    padding: 4px 8px;
}

/* Doesn't work in IE */
ul.navMenu li.hover, ul.navMenu li:hover
{
    background: #333300;
    color: #cccc99;
    position: relative;
}

/* 
* Level 2
*/
ul.navMenu ul
{
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 220px;
    visibility: hidden;
}

ul.navMenu ul li
{
    background: #cccc99;
    color: #333300;
    border-bottom: 1px solid #333300;
    float: none;
    width: auto;
}

ul.navMenu ul li
{
    display: inline;
    width: 100%;
}

/* IE 6 & 7 Needs Inline Block */
ul.navMenu ul li a
{
    display: inline-block;
    border-right: none;
    width: 100%;
}

/* 
* Level 3
*/
ul.navMenu ul ul
{
    left: 100%;
    top: 0;
}

ul.navMenu li:hover > ul
{
    visibility: visible;
}

/*
* Classes
*/
ul.newsLinks
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.newsLinks a
{
    background: transparent;
    color: #ff4500;
    font-weight: 700;
    text-decoration: none;
}

ul.newsLinks a:hover
{
    background: transparent;
    color: #003300;
    font-weight: 700;
    text-decoration: underline;
}

.tabs
{
    left: 10px;
    font-weight: 700;
    position: relative;
    top: 1px;
}
.tab
{
    border: solid 1px black;
    background-color: #CCCC99;
    padding: 2px 10px;
}
.selectedTab
{
    background-color: white;
    border-bottom: solid 1px white;
}
.tabContents
{
    background-color: white;
    border: solid 1px black;
    padding: 10px;
    width: 100%;
}
