div.quotebox
{
    border: solid 1px #618cd0;
    background-color: #dce6f4;
    padding:5px;
    width:200px;
    float:right;
    margin:0px 0px 4px 4px;
}

table.contenttable th
{
    color:White;
    background-color:#618cd0;
    padding:4px;
}

table.contenttable td
{
    background-color: #dce6f4;
    padding:4px;
}

div.viaboxes
{
    width:420px;
    float:right;
}

div.viabox
{
    width:200px;
    float:left;
    margin:5px;
}

div.viabox a img
{
    border:solid 5px #ffffff;
    margin:5px auto 0px auto;
    width:180px;
}

div.viabox a
{
    display:block;
    background-color:#dce6f4;
    color:#618cd0;
    font-weight:bold;
    text-decoration:none;
    line-height:24px;
    text-align:center;
}

div.viabox a:hover
{
    background-color: #618cd0;
    color:White;
}

div.viabox hr
{
    clear:both;
}

hr
{
    height:1px;
    border-bottom:solid 1px #b48f45;
}