body
{
    font-family: verdana, sans-serif;
    background-color: #ffc500;
    margin: 0px;
}

.parent_table
{
    background-color: #ffffff;
    font-size: 0.9em;
    width: 800px;
    height: 100%;
}

#bannerCell
{
    height: 122px;
}

#topNav
{
    background-color: #ececec;
    font-size: 11px;
}

#topNav a:link, #topNav a:visited
{
    display: block;
    padding: 3px;
    width: 147px;
    color: #000000;
    font-family: verdana;
    font-size: 11px;
}

#topNav a:hover
{
    background-color: #ff1493;
    color: #000000;
    font-family: verdana;
}

h1
{
    color: #000000;
    font-family: courier, helvetica, sans-serif;
    font-size: 40px;
}

#bottom
{
    color: #808080;
    font-size: 11px;
    padding: 2px;
    border-top: 1px solid #ececec;
    text-align: center;
}

a:link, a:visited
{
    color: #000000;
    font-size: 10px;
}

a:hover
{
    color: #ff1493;
    text-decoration: none;
}

#links
{
    width: 150px;
}

#blogDate
{
    color: #c0c0c0;
    font-size: 10px;
    font-family: tahoma;
    border-bottom: 1px dashed #ececec;
    padding-bottom: 5px;
}

#blogTitle
{
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma;
    padding-top: 5px;
    padding-bottom: 5px;
}

#blogText
{
    font-size: 11px;
    font-family: tahoma;
    padding-bottom: 5px;
    text-align: justify;
}

#blogTrail
{
    padding-top: 5px;
    font-size: 10px;
    color: #ff1493
}

#blogTrail a:link, #blogTrail a:visited
{
    color: #ff1593;
}

#newsImageStyle
{
    margin-left: 5px;
}

#linksContainer
{
    width: 150px;
    border-right: 1px solid #ececec;
    text-align: center;
}

#contentContainer
{
    font-size: 1em;
    width: 520px;
}

#blogImage
{
    width: 120px;
    text-align: right;
    vertical-align: top;
    padding-top: 20px;
}

#newsContainer
{
    width: 520px;
}

.content_cell
{
    padding-top: 25px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 25px;
}


