body {
    text-align: center;
    background-color: #bfbfbf;
}

div#container {
    text-align: left;
    margin: 50px auto 0px auto;
    height: 295px;
    width: 780px;
    padding: 160px 20px 15px 20px;
    background: url(imgs/background.jpg) top left no-repeat;
}

body, table, td {
    font-family: Segoe UI, Tahoma;
    font-weight: lighter;
    font-size: 11pt;
}

div#navigation {
    margin-left: 27px;
    margin-right: 20px;
    width: 121px;
    float: left;
    height: 255px;
    display: inline;
}

div#navigation a {
    display: block;
    border: 1px solid #EAEAEA;
    border-width: 3px 1px 1px 1px;
    color: #33507b;
    text-decoration: none;
    padding: 1px;
    padding-left: 5px;
    margin-top: 10px;
}

div#navigation a:hover {
    border-color: #33507b;
}

div#content {
    height: 275px;
    margin-left: 0px;
    overflow: hidden;
    margin-top: -8px;
    font-size: 10pt;
    /*margin-right: 20px;*/
    float: left;
    display: inline;
    width: 590px;
}

div#footer {
    border-top: 1px dotted #AAAAAA;
    text-align: center;
    color: #bfbfbf;
    font-size: 9pt;
    padding-top: 4px;
    margin-top: 4px;
    width: 780px;
    display: block;
    clear:both;
}

div#content h1 {
    font-weight: normal;
    font-size: 14pt;
    color: #33507b;
}

div#content h2 {
    font-weight: bold;
    font-size: 10pt;
}

div#content .contentLeft {
    width: 245px;
    float: left;
}

div#content .contentRight {
    width: 330px;
    float: right;
}

ul.blocks {
    padding-left: 0px;
    margin-left: 0px;
}

ul.blocks li {
    display: block; 
    float: left;
    width: 280px;
    margin-bottom: 12px;
    margin-left: 0px;
}

img.border {
    border: 1px solid #EAEAEA;
}

div#content a  {
    color: #33507b;
    text-decoration: none;
    font-style: italic;
}

p {
    text-align: justify;
}

b {
    font-weight: bold;
}

li {
    list-style-image: url(imgs/bullet.gif);
}

li li {
    list-style-image: url(imgs/bullet_bw.gif);
}

ul {
    padding-left: 40px;
    margin-left: 0px;
}

ul ul {
    padding-left: 20px;
}
