﻿#topnav, #botnav
{
    background-color:#0e92ea;
    height:30px;
    margin-bottom:10px;
}

#leftblock
{
    padding:5px;
    width:220px;
    float:left;
}
#rightblock
{
    width:760px;
    float:right;
}

/* category related */
#category
{
    border:1px solid #DDD;
    border-collapse:collapse;
}
#cathead
{
    font-weight:bold;
    width:100%;
    text-align:left;
    padding:5px;
    padding-left:0;
    padding-right:0;
    text-align:center;
    font-size:1.03em;
    color:#212121;
    background-color:#F8F8F8;
    font-variant:small-caps;
    letter-spacing:1px;
}
.catlist a
{
    
    font-size:.88em;
    color:#FFF;
    text-decoration:none;
}
.subcatlist
{
    display:none;
}
.category
{
    border-collapse:collapse;
    line-height:28px;
    text-indent:5px;
    background-color:#777;
    font-weight:bold;
    border-bottom:1px solid #DEDEDE;
    font-variant:small-caps;
    letter-spacing:1px;
}
.category a:hover
{
    text-decoration:underline;
}
.subcategory
{
    text-indent:15px;
    line-height:28px;
    background-color:#FFF;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    border-collapse:collapse;
    
}
.subcategory a
{
    color:#717476;
    font-size:.92em;
    display:block;
}
.subcategory a:hover
{
    font-weight:bold;
    text-decoration:underline;
}

/* content area related */
#contentArea
{
    padding:10px;
    font-family:Georgia;
    font-size:1.1em;
}
#contentArea .subtitle
{
    font-size:1.3em;
}
#contentArea a
{
    font-size:1.3em;
}
#contentImage
{
    text-align:center;
    width:100%;
}