body {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
    background-image: url('../images/pasim.gif');
    background-repeat: repeat;
    background-attachment: scroll;
}

.text {
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.text a {
    font-size: 10px;
    color: #5E2F01;
    text-decoration: none;
}

.text a:link, .text a:visited {
    color: #5E2F01;
    text-decoration: none;
}

.text a:active, .text a:hover {
    color: #de9b59;
    text-decoration: none;
}

.title {
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
}

/****************************/
/* ----- Header Style ----- */
/****************************/

#header {
    width: 950px;
    background-color: white;
    margin-top: 10px;
}

.header_title {
    height: 152px;
    background-image: url('../images/bg4.gif');
    background-repeat: repeat;
}

.header_title h3 {
    padding-top: 6px;
    font-size: 18pt;
    color: #54769C;
    font-family: 'DejaVu Serif';
    font-weight: bold;
    font-style: italic;
}

.header_title p {
    text-align: left;
    padding-top: 6px;
    font-size: 11px;
    font-weight: bold;
    color: #54769C;
    padding-right: 10px;
}

.header_title img {
    float: left;
    width: 333px;
    height: 150px;
    margin-right: 10px;
    background-color: white;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #54769C;
    border-bottom-color: #54769C;
    border-left-color: #54769C;
    border-right-color: #54769C;
}

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

#NavigationMenu {
    display: block;
    width: 950px;
    padding-top: 5px;
    background-color: #ffffff;
/*    background-image: url("../images/Nav/taMenuBorder.gif");
    background-repeat: repeat-x;
    background-position: left bottom;*/
}

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; */
    color: #5E2F01;
}

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

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

#footer  {
    background: white;
    width: 950px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #54769C;
    text-align: center;
}

#footer p {
    text-align: center;
    font-size: 7pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

#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;
}

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

.section-heading {
    text-align: left;
    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;
    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 {
    display: block;
    width: 170px;
    text-align: right;
}

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

#forms input.txt {
    width: 190px;
    margin-bottom: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

#forms input.btn {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

/******************************/
/* ----- Contact Styles ----- */
/******************************/

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

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

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

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

/****************************/
/* ----- Quote Styles ----- */
/****************************/

#dl_quote {
    display: inline;
    width: 700px;
    margin: 0;
    padding-top: 10px;
    font-size: 8pt;
}

#dl_quote dt {
    width: 700px;
    padding-bottom: 5px;
    text-align: left;
    font-style: italic;
}

#dl_quote dd {
    width: 700px;
    padding-bottom: 10px;
    text-align: right;
    font-weight: bold;
}

/***************************/
/* ----- Menu Styles ----- */
/***************************/

.menu {
    width: 190px;
}

.menu_title {
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    color: #5E2F01;
    background-image: url('../images/bg4.gif');
    background-repeat: repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #54769C;
    margin-bottom: 5px;
}

.menu_item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url('../images/mainbg.gif');
    background-repeat: repeat;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #54769C;
    border-bottom-color: #54769C;
    border-left-color: #54769C;
    border-right-color: #54769C;
}

.menu_item a {
    display: block;
    font-size: 8pt;
    color: #5E2F01;
    text-decoration: none;
}

.menu_item a:link, .menu_item a:visited {
    color: #5E2F01;
}

.menu_item a:active, .menu_item a:hover {
    color: #de9b59;
}

/***************************/
/* ----- Misc Styles ----- */
/***************************/

.link_list {
    padding-left: 25px;
}

.list_indent {
    margin-left: 20px;
}

