
body {
    width: 950px;
    background-color: #E4E7F0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
}

#header {
    width: 950px;
    height: 215px;
    background-color: #115E94;
    background-image: url('../images/header_bg.png');
}

#header h1 {
    padding-top: 20px;
    padding-left: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

#header p {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 50px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #ffffff;
}

#header img.logo {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 190px;
    height: 200px;
}

#header img.button {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
}

/***************************************/
/* ----- Tabbed Navigation Style ----- */
/***************************************/

#NavigationMenu {
    display: block;
    width: 950px;
    padding-top: 5px;
    background-color: #ffffff;
}

div.TabNav {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

div.TabNav ul {
    list-style-type: none;
}

div.TabNav li {
    display: inline;
}

div.TabNav span {
    float: left;
    display: block;
    background: url('../images/Nav/taMenuLeft.gif') no-repeat left top;
    padding: 5px 9px;
    white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.TabNav span {
    float: none;
}
/* End IE5-Mac hack */

div.TabNav A:hover span {
    background-position: 0% -150px;
}

div.TabNav a {
    float: left;
    background: url('../images/Nav/taMenuRight.gif') no-repeat right top;
    border-bottom: 1px solid #b0b1d2;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
}

div.TabNav a:link, div.TabNav a:visited {
    color: #115E94;
}

div.TabNav a:active, div.TabNav a:hover {
    color: #9a0000;
}

/*****************************/
/* ----- Footer Layout ----- */
/*****************************/

#footer  {
    background: white;
    width: 950px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    padding-top: 10px;
}

#footer p {
    padding-top: 10px;
    text-align: center;
    font-size: 90%;
}

#footer a {
    color: #00f;
    text-decoration: none;
    padding: 5px;
}

#footer a span {
    color: #f00;
    text-decoration: none;
    padding: 5px;
}

#footer a:hover {
    font-size: 1em;
    color: #ffcc00;
    font-weight: bolder;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    display: inline;
}

/**************************************/
/* ----- Section Heading Layout ----- */
/**************************************/

.section-heading {
    display: block;
    color: #000033;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-image: url("../images/bg-truemanquote.png");
    background-repeat: repeat-x;
}

.section-heading p {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    font-size: 10pt;
}

.section-heading p.quote {
    text-align: left;
    font-size: 10pt;
    color: black;
    font-style: italic;
}

/************************************/
/* ----- Issue Listing Layout ----- */
/************************************/

#issue-list {
    padding-left: 5px;
    padding-right: 5px;
    color: #0000ff;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

#issue-list table {
    border-collapse: collapse;
    table-layout: fixed;
}

#issue-list td {
    width: 50%;
    vertical-align: top;
}

#issue-list ul {
    margin-top: .25em;
    margin-left: 2em;
    padding-left: 0px;
    font-size: 0.7em;
    list-style-type: none;
}

#issue-list li {
    padding-left: .5em;
    margin-right: 5px;
    background-color: #ffffdd;
    padding: 2px;
    list-style-image: url("../images/Bulet_blue_arrow.png");
    list-style-position : outside;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

#issue-list a {
    color: #ff0000;
    text-decoration: none;
}

#issue-list a:link {
    color: #ff0000;
    text-decoration: none;
}

#issue-list a:visited {
    color: #ff0000;
    text-decoration: none;
}

#issue-list a:hover {
    color: #ff6666;
    text-decoration: none;
}

#issue-list a:active {
    color: #ff6666;
    text-decoration: none;
}

/****************************/
/* ----- Forms Layout ----- */
/****************************/

#forms {
    width: 170px;
    text-align: right;
}

#forms form {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#forms input.text {
    width: 170px;
    margin-top: 0;
    padding-top: 0;
}

#forms input.button {
}

/*********************************/
/* --- Contact Page Layout ----- */
/*********************************/

.contact td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    vertical-align: top;
}

.contact a {
    color: #115E94;
    text-decoration: none;
}

.contact a:visited, .contact a:link {
    color: #115E94;
}

.contact a:active, .contact a:hover {
    color: #7A7A7A;
}

.contact blockquote {
    margin-top: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 6px;
}

/***************************************/
/* ----- Left menu Style ----- */
/***************************************/

#left_menu {
    background-color: #a7bcd1;
}

#left_menu dl {
    background-color: #366696;
    padding-top: 10px;
    padding-bottom: 5px;
}

#left_menu dt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    color: #a7bcd1;
    font-size: 12px;
    font-weight: bold;
    background-color: #366696;
}

#left_menu dd {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #a7bcd1;
}

#left_menu a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#left_menu a:link, #left_menu a:visited {
    color: #366696;
}

#left_menu a:active, #left_menu a:hover {
    color: yellow;
}

/***************************************/
/* ----- Main Content Style ----- */
/***************************************/

#content p {
    font-size: 12px;
    padding-bottom: 10px;
    /*color: #003366;*/
    color: #000000;
}

#content h2 {
    text-align: left;
    padding-bottom: 10px;
}

#content h3 {
    text-align: left;
    padding-bottom: 10px;
}

#content ul {
    margin-left: 20px;
    font-size: 12px;
    color: #323435;
}

#content p.sub_section {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    color: #323435;
}

#content p.sub_section a {
    text-decoration: none;
    font-size: 1px;
}

#content table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}

#content td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #323435;
}

#content td.right {
    padding-left: 15px;
}

#content dl {
    margin-bottom: 10px;
}

#content img {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

#content a {
    color: #003366;
    text-decoration: none;
}

#content a:link, #content a:visited {
    color: #003366;
}

#content a:hover, #content a:active {
    color: #003366;
    color: #ffcc00;
}

#search_box {
    border: 1px solid;
    border-color: #366696;
    padding: 5px;
    margin-bottom: 10px;
}

