
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: 203px;
    background-image: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-color: white;
    background-position: inherit;
}

#header h1 {
    padding-top: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 33px;
    font-weight: bold;
    color: #4a4a6b;
    text-align: center;
}

#header h2 {
    padding-top: 15px;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #9d3b94;
    text-align: center;
    word-spacing: 3px;
}

#header p {
    padding-top: 15px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #4a4a6b;
}

#header img {
    float: left;
    margin-right: 10px;
}

/***************************************/
/* ----- 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;
}

#footer p {
    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;
}

/**************************************/
/* ----- 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;
}

.contact p {
    padding-bottom: 6px;
}

.section_header {
    margin-bottom: 10px;
}

.contact ul {
    margin-left: 25px;
}

/************************************/
/* ----- Related Links Layout ----- */
/************************************/

#related_links {
    padding-top: 10px;
    padding-bottom: 15px;
}

#related_links ul {
    margin-left: 15px;
}

/***************************************/
/* ----- Direct Democracy Layout ----- */
/***************************************/

#direct_democracy {
    padding-top: 10px;
    padding-bottom: 10px;
}

#direct_democracy p.title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

#direct_democracy p {
    padding-bottom: 6px;
}

#direct_democracy table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-left: 5px;
}

#direct_democracy td {
    font-size: 10px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

#direct_democracy td.left {
    width: 20px;
}

#direct_democracy td.submit {
    padding-top: 6px;
    text-align: center;
}

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

.menu {
    width: 180px;
}

.menu_title {
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    color: #115E94;
    background-color: #b0b1d2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #115E94;
    margin-bottom: 5px;
}

.menu_item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #cfd8de;
    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: #115E94;
    border-bottom-color: #115E94;
    border-left-color: #115E94;
    border-right-color: #115E94;
}

.menu_item p {
    font-size: 8pt;
}

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

.menu_item a:link, .menu_item a:visited {
    color: #0f4b18;
}

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

/***************************/
/* ----- Misc Layout ----- */
/***************************/

.c3-list_ident {
    margin-left: 25px;
}

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

.form_address {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.member_form_table {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.member_form_table p {
    padding-bottom: 10px;
}
