/*
Legislation Index
*/
#columnLeft {
    width: 559px;
    height: 800px;
    float: left;
    margin: 0 0 0 30px;
}

#columnRight {
    height : 800px;
}

#legislation {
    width: 540px;
    height: 250px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    line-height: 1.2em;
}

#legislation .header {
    width: 500px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 15pt;
    color: #30416f;
}

#legislation .header a{
    color: #30416f;
    text-decoration: none;
}

#legislation .header a:hover{
    text-decoration: underline;
}

#legislation .item {
    width: 500px;
    margin: 10px 0 5px 20px;
    padding: 0 0 10px 0;
    font-size: 10pt;
    border-bottom: 1px solid #CCCCCC;
}

#legislation .item .itemHeader {
    color: #692e20;
    font-weight: bold;
    line-height: 1.4em;
}

#legislation .item .itemText {
    color: #000103;
}

#legislation a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 10pt;
    height: 20px;
    cursor: pointer;
    display : block;
}

#legislation a:hover {
    text-decoration: underline;
}
