﻿html, body
{
    font-family: Arial, Helvetica, "San-Serif";
    font-size: 10pt;
    color: black;
    margin: 0;
    background: url(/images/logo_tile.jpg) repeat;
    text-align: center;
}

a
{
    text-decoration: none;
    color: #01467f;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a.hypLearnMore
{
    color: #01467f; 
    font-weight: bold;
}

input.submit
{
    width: 167px;
    background: #F68537;
    color: White;
    border: solid 3px #CC6600;
    font-weight:bold;
}

fieldset
{
    border: 1px solid silver;
    width: 40em;
    padding: 0 15px 0 15px;
}

ul
{
}
ul li
{
    color: #f68537;
    margin-bottom: 7px;
}
ul li span
{
    color: #000000;
}

#list1
{
    margin-top: 0;
    list-style-type: square;
}
#list1 li
{
    color: #f68537;
}
#list1 li span
{
    color: black;
}

/*
      legend
      {
      color: #f68537;
      padding: 2px 6px
      }
      */

.wrapper
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    border-left:1px solid silver;
    border-right:1px solid silver;
}
.breadcrumbs
{
    padding: 7px 7px 7px 30px;
    padding-left: 30px;
    color: #01467f;
    font-size: 0.8em;
    font-weight: bold;
}

.breadcrumbs a
{
    color: #01467f;
    /*font-size: 0.8em;*/
    font-weight: bold;
}

h1
{
    color: #f68537;
    font-weight: 800;
    font-size: 1.5em;
    padding-top: 7px;
    padding-bottom: 7px;
}

h1.headline1
{
    padding: 0 1px 7px 0;
    color: black;
    font-weight: bold;
    font-size: 2em;
}

h2
{
    padding: 0 1px 7px 0;
    margin: 0 0 -1.5em 0;
    color: #f68537;
    font-size: 1.2em;
}
h3
{
    color: #f68537;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: -0.5em;
    padding-bottom: 0;
}

.bottomRightColumn div img
{
    padding-bottom: 12px;
}

.sidebar
{
    padding-left: 7px;
    padding-right: 7px;
    color: #01467f;
    font-weight: bold;
}

.discoverBox
{
    width: 167px;
    height: 20px;
    border: solid 1px gray;
    padding: 3px;
}

#caption
{
    font-size: 8pt;
    font-style: italic;
    padding-top: 4px;
}

.topBubble
{
    background-image: url(/images/sidebarBubbleTop.png);
    height: 7px;
}
.middleBubble
{
    background-image: url(/images/sidebarBubbleMiddle.png);
    padding: 10px 5px 10px 5px;
}
.middleBubble .content
{
    font-weight: normal;
    height: 585px;
}
.bottomBubble
{
    background-image: url(/images/sidebarBubbleBottom.png);
    height: 7px;
}
