body{ font-family: arial; }
div#content{
    padding: 0px 30px 20px 30px;
    margin: 0px;
    color: #333;
}

div#content #paper{
    position: relative;
    padding: 15px;
    width: 550px;
    text-align: justify;
}

img.content_left{
    behavior: url(iepngfix.htc);
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 10px;
}

img.article_left{
    behavior: url(iepngfix.htc);
    float: left;
    margin-left: 0px;
    margin-top: 90px;
    margin-right: 10px;
}

h1{
    font-size: 16px;
    color: #bb0000;
    font-weight: bold;
    margin-bottom: 10px;
}

h2{
    font-size: 14px;
    color: #bb0000;
    font-weight: bold;
    margin-bottom: 10px;
}

h3{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

h4{
    font-size: 14px;
    color: #bb0000;
    font-weight: bold;
    margin-bottom: 10px;
}

hr{
    width: 100%;
    height: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

address{
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin: 18px 0px -5px 0px;
}

img.left{
    float: left;
    padding: 0px 20px 0px 0px;
}

img.right{
    float: right;
    padding: 0px 0px 0px 20px;
}

div#content #nav_con{
    margin-top: 20px;
    margin-bottom: 0px;
    height: 20px;
    width: 100%;
}

div#content #nav{
    width: 100%;
    height: 20px;
    float: right;
    background-color: #eee;
}

div#content #nav ul { padding: 0; }
div#content #nav ul li { display: inline; }

div#content #nav ul{
    margin: 0;
    padding: 0 0px 0 0;
    color: #FFFFFF;
}

div#content #nav ul li a{
    padding: 2px 12px;
    background-color: #ddd;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    float: right;
    border-right: 1px solid #ccc;
}

div#content #nav ul li a:hover, div#content #nav ul li a.current{
    background-color: #bb0000;
    color: #FFFFFF;
}

#cols{
    width: 100%;
    margin-bottom: -15px;
}

#col{
    position: relative;
    float: right;
    width: 394px;
    height: 85px;
    padding: 5px 10px 10px 15px;
    border-right: 1px solid #ccc;
    text-align: justify;
}

#col td.img{
    height: 75px;
    width: 100px;
}

#col td.img div{
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    height: 75px;
    width: 100px;
    border: 2px solid #333;
}

#col img{
    border: none;
}

#col td{
    vertical-align:middle
}

#col address, #col h4{
    padding: 0px;
    margin: 0px;
}

#top_article{
    padding: 20px;
    padding-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: justify;
    font-size: 14px;
}

#top_article p{
    margin-bottom: 10px;
}

#top_article address, #top_article h2{
    margin: 0px;
}

#top_article address, #top_article h3{
    margin-bottom: 10px;
}

address#more{
    color: #990000;
}

a{
    text-decoration: none;
    color: #bb0000;
}

a:hover{
    color: #660000;
}

address a{
    color: #333;
}

address a:hover{
    text-decoration: underline;
}

div#breadcrambps{
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin: -10px -20px 10px -20px;
    padding: 0 20px;
}

div#breadcrambps a{
    color: #333
}

div#breadcrambps a:hover{
    text-decoration: underline;
}