body{
    background:#E7EAEF url("images/body_background.jpg") repeat-x;
    font-family: Arial, Verdana;
    font-size: 0.75em;
    color: #666666;
}

h1{
    font-weight: bold;
    color: #666666;
    font-size: 1.2em;
    margin-bottom: 10px;
}

h2{
    font-weight: bold;
    color: #666666;
    font-size: 1.1em;
}

h3{
    font-weight: bold;
    color: #666666;
    font-size: 1.0em;
}

a, a:hover, a:link  {
outline-style:none;
}

a{
    font-weight: bold;
    color: #666666;
    text-decoration:none;
}

img{
    padding-right: 22px;
}

ul{
    margin:0 0 0 14px;
    padding: 0;
    list-style-position:outside;
    list-style-type:square;
}

hr {
    border: 1px;
    border-top: 3px dotted #cccccc;
    padding-bottom: 0px;
}

.sidebar ul{
    margin: 0;
    padding: 0;
}

.sidebar ul li{
    list-style: none;
}

.sidebar b{
    font-size: 0.95em;
}

#footer a{
    color: #333333;
    font-weight: normal;
}