/* CSS Document */

html { background: #FFFFFF url(../images/subbg.jpg) no-repeat top center; }

div.breadcrumb {
    background:url(../images/sq.gif) no-repeat left;
    padding-left:30px;
    height:20px;
    color:#0066cc;
}

div.breadcrumb, div.breadcrumb a {
    color:#0066cc;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
    margin-right:5px;
}

div.breadcrumb a:hover { text-decoration:underline; }

div.content_text {
    width:650px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:0 10px 0 10px;
}
