
a.navigation {
    text-decoration: none;
    font-weight: bold;
    color: #000000
}

a.navigation:hover {
    color: #FF6600;
    text-decoration: none
}


/* LAYOUT ELEMENTS */

#layout_top {
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #666;
}

#layout_top td {
    padding: 0;
    margin: 0;
    font-size: 2pt
}

#layout_top_supernav {
    width: auto;
    vertical-align: bottom;
    background-color: #F2F2F2;
    height: 48px;
    text-align: right;
}

#layout_top_supernav img {
    margin-top: 0px
}

#layout_top_supernav a {
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #FFF
}

#layout_left_bar {
    float: left;
    clear: none;
    width: 168px;
    margin-top: 18px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left
}

#layout_left_nav ul {
    list-style: none;
    margin: 0;
    text-align: left;
    margin-bottom: 18px;
    padding-left: 0
}

#layout_left_nav ul li {
    background-color: #F3F3F3;
    padding-left: 16px;
    padding-bottom: 4px
}

#layout_left_nav ul li.header {
    padding-left: 2px;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 3px solid #F78324;
    background-color: #FFF
}

#layout_left_nav li a {
    color: #000;
    text-decoration: none
}

#layout_left_nav h1 {
    font-style: italic;
    font-size: 12pt;
    font-weight: bold;
    color: #000
}

#layout_left_nav h2 {
    font-style: italic;
    font-size: 11pt;
    font-weight: bold;
    color: #777
}

#layout_left_nav a {
    color: #00F;
}


#layout_left_history ul {
    list-style: none;
    margin: 0;
    text-align: left;
    padding-left: 0;
}

#layout_left_history ul li {
    padding-left: 5px;
    padding-bottom: 4px
}

#layout_left_history ul li.header {
    padding-left: 2px;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 3px solid #F78324;
    background-color: #FFF
}

#layout_left_history li a {
    color: #000;
    text-decoration: none
}

#layout_left_history h1 {
    font-style: italic;
    font-size: 12pt;
    font-weight: bold;
    color: #000
}

#layout_left_history h2 {
    font-style: italic;
    font-size: 11pt;
    font-weight: bold;
    color: #777
}

#layout_left_history a {
    color: #00F;
}

#layout_main_content {
    clear: none;
    margin-left: 190px;
    text-align: left;
    margin-top: 12px;
    padding-right: 5px
}

#layout_front_content {
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

#layout_sidebar_right {
    width: 100%;
    text-align: left
}

#layout_sidebar_right th {
    font-size: 11pt;
    font-weight: bold;
    padding-right: 4px
}

#layout_sidebar_right td {
    font-size: 9pt;
    font-weight: normal;
    padding-right: 4px;
    padding-left: 10px;
    padding-bottom: 5px;
}

#layout_sidebar_right td a {
    color: #0000FF
}

#layout_sidebar_right td .title {
    font-weight: bold;
    padding-right: 4px;
    padding-bottom: 5px;
}

#layout_sidebar_right td .link {
    text-align: right;
    line-height: 150%
}

#layout_login_banner {
    text-align: left;
    border-bottom: dotted 1px #CCC;
    padding-left: 0px;
    font-size: 10pt;
    padding-bottom: 5px;
    margin-bottom: 5px
}


/*
textarea { font-family: Tahoma, Arial, sans-serif; font-weight:normal; font-size:8pt; margin-left:0px; padding-left:2px; border: 1px solid #8CACBB; background-color:#FFFFFF;  }
input { font-family: Tahoma, Arial, sans-serif; font-weight:normal; font-size:8pt; margin-left:0px; padding-left:2px; border: 1px solid #8CACBB; background-color:#FFFFFF;  }
select{ font-family: Tahoma, Arial, sans-serif; font-weight:normal; font-size:9pt; margin-left:0px; padding-left:2px; background-color:#FFFFFF;  }
*/


