@import url("tools.css");
@import url("typo.css");
@import url("forms.css");
@import url("nav.css");
@import url("layout.css");


div#main {
    float: right;
    margin-top: 45px;
    margin-right: 10px;
    display: inline;

    width: 590px;
}


div#local {
    float: left;
    padding: 0;
    margin-left: 10px;
    display: inline;

    width: 140px;
}

#local h1 {
    position: relative;
    left: -10px;
	
    margin: 0;
    margin-top: 20px;
    padding: 0 0 5px 10px;

    font-size: 18px;
    line-height: 16px;
    color: #982128;

    background: url(bb.gif) repeat-x bottom;
}

div#local span.abbrv {
    color: #316ac5;
}

div#local dl {
    font-size: 1em;
    line-height: 1.2em;

    margin: 0;
    padding: 0;
}

div#local dl dt {
    color: #e84c01;

    font-weight: bold;
    white-space: nowrap;

    margin: 20px 0 5px 0;
    padding: 0;
}

div#local dl dd {
    text-align: justify;
    margin: 0;
    padding: 0;
}

div#local a { 
    font-weight: bold;
}