div#body
{
    min-height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#bodyContent
{
    background:#FFFFFF url(../images/ContentBackground.gif) repeat-y scroll 0pt;
    margin: 0 10px;
    padding: 0;
}
#sidebar
{
    float: left;
    width: 145px;    
    padding-bottom: 330px;
    height:auto;
    margin-right:6px;
}
div.mainContent
{
    width:615px;
    float:left;
    clear:none;   
}
div.mainContent h1
{
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    font-size:12pt;
    margin-bottom:0.75em;
    margin-top: 0;
    padding-bottom:0.25em;
    padding-top:0.5em;
}
table.content
{
    width: 100%;
}
td.main
{
    padding-left: .5em;
    padding-right: .5em;
}
td.main h2
{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-size: 12pt;
    margin-bottom: .75em;
    padding-bottom: 0.25em;
    padding-top: 0.5em;
}
td.main p
{
    text-align: justify;
}
ul.categoryNavigation
{    
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;    
    text-align: right;
    width:100%;
    height:auto;
}
ul.categoryNavigation li
{    
    border-bottom: solid 1px #FFFFFF;
}
ul.categoryNavigation li a
{
    background: url(../images/arrow3.gif) no-repeat 0% 50%;
	width:116px;
    border-right: 0.15em solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    line-height: 14px;
    padding-right: .37em;
    padding-left: .27em;
    padding-top:2px;
    padding-bottom:2px;
    margin-right: 22px;
    text-decoration: none;
}
ul.categoryNavigation li a:hover
{
    color: #FFFF99;
}
ul.categoryNavigation li.selected a
{
    background-color: #FFFFFF;
    font-weight: bold;
}

#sidebarContent h3
{
    color:lightgrey;
}


