body{
    background-image: url(/images/bg.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #fff;
    color:#303030;
    line-height:1.2em;
}

a:active, a:visited, a:link
{
    color: #5E8E3E;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

h1 {
    font-size: 200%;
    text-align: right;
    border-bottom:2px solid #a0a0a0;
    letter-spacing: 10px;
}

h2 {
    border-bottom:2px solid #d0d0d0;
}

#content{
    padding:0px 20px 0px 220px;
}

#sidebar{
    top: 0;
    left: 0;
    background-color: #555;
    color: #EEE;
    width:200px;
    position: absolute;
}

#sidebar ul{
    list-style:none;
    font-size:0.9em;
    margin:0;
    padding:0 0 15px 10px;
}

#sidebar li{
    margin:0 0 2px 0;
    padding:0;
}

#sidebar li a{
    width: 170px;
    color: #EEE;
}

#sidebar li a:hover {
    text-decoration: underline;
}

#sidebar h2{
    font-size: 120%;
    margin:0 0 2px 0;
}

#footer {
    text-align: center;
    padding: 30px 0 0px 0px;
}

#wrap{
    height: 100%;
}

TABLE
{ 
    border-collapse:collapse;
    border-style:solid;
    border-width:0px;
}

TH
{
    border-style:solid;
    border-width:1px;
}

TD
{  
    border-style:solid;
    border-width:1px;
}

TD.recommended
{
    color: #5E8E3E;
    font-weight: bold;
}

span.recommended
{
    color: #5E8E3E;
    font-weight: bold;
}

TR.darker
{
    background-color: #d0d0d0;
}

.superscript {
    vertical-align: super; 
}



.tinyimg {
    border-style:solid;
    border-width:1px;
}

