html, body
{
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: center;
}
html
{
    margin: 0px;
}
body
{
    margin: 5px 0px;
}
table
{
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6
{
    color: #5d3b19;
}
a:link,
a:visited
{
    color: black;
    text-decoration: underline;
}
a:active,
a:hover
{
    color: #a67f62;
    text-decoration: none;
}
label
{
    cursor: pointer;
}
#outerDiv
{
    width: 870px;
    margin: 0 auto;
    text-align: left;
}

h2.newsHeader
{
    font-size: 140%;
    border-bottom: 1px solid #ac702a;
}

#topBannerimage
{
    border-width: 0px;
    width: 870px;
}

@media print
{

    #mainColumn
    {
        position: static;
    }

    #featureArticle
    {
        display: none;
    }

    #bodyContent
    {
        position: static;
        overflow: visible;
    }
}

@media screen
{
    #printOnly
    {
        display: none;
    }

    #mainColumn
    {
        position: relative;
        width: 870px;
        height: 340px;
    }

    #featureArticle
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 211px;
        height: 340px;
        overflow: hidden;
        background-color: #E59442;
    }

    #featureArticleimage
    {
        position: absolute;
        top: 50px;
        left: 0px;
        width:211px;
        border-width:0px;
    }

    #articleColumn
    {
        position: absolute;
        top: 20px;
        left: 216px;
        height: 340px;
        width: 654px;
        background-color: #edd6b7;
        overflow: auto;
    }
    #languageBar
    {
    position: absolute;
        top: 0px;
        left: 216px;
        height: 20px;
        width: 614px;
        padding:0 0 0 40px;
        background-color: #80FF80;
        overflow: auto;
    }
    #bodyContent
    {
        padding: 10px;
    }

    tr.pageNumbers td table tr td span
    {
        font-weight: bold;
        font-size: 140%;
    }
    table.grid tbody a:hover
    {
        background-color: white !important;
    }
    table.grid tfoot tr.pageNumbers a:hover
    {
        background-color: #ffc !important;
    }
}
