body {
    margin: 0;
    padding: 20px;
    
    font-size: 100%;
    font-family: sans-serif;
}

h1, h2 {
    margin-bottom: 0.8em;
    color: #222389;
}

img {
    border: 0;
}

#header {
    width: 760px;
    margin: 0 auto;
}

ul.section_list {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

ul.section_list li {
    position: relative;
    top: 1px;
    z-index: 1;
    float: left;
    margin: 0 3px;
    padding: 0;
    background-color: #fee000;
    color: #222389;
}

ul.section_list a:link, ul.section_list a:visited {
    display: block;
    margin: 0;
    padding: 0.1em 4px;
    border: solid 1px #222389;
    background-color: #fec000;
    color: #222389;
    text-align: center;
    text-decoration: none;
}

ul.section_list a:hover {
    background-color: transparent;
    color: #222389;
}

ul.section_list a.active:link, ul.section_list a.active:visited {
    margin-bottom: -1px;
    border-bottom: solid 1px #ffffff;
    background-color: #ffffff;
}

#main {
    clear: both;
    width: 760px;
    margin: 0 auto 20px auto;
    padding-top: 20px;
    border-top: solid 1px #222389;
}

* html #main {
    height: 1%;
}

#content {
    float: left;
    width: 475px;
    margin: 0;
    padding-left: 25px;
    border-top: outset 1px #222389;
    border-left: outset 1px #222389;
}

#content h2 {
    clear: both;
    border-bottom: outset 1px #222389;
}

#content h3 {
    margin-top: 1.6em;
    margin-bottom: 0.8em;
}

#content img {
    float: left;
    margin: 0.2em 0.8em 0.2em 0;
}

#content p {
    margin: 1em 0;
    line-height: 1.4em;
}

#content p.article-posted {
    margin-top: -0.6em;
    color: gray;
    font: smaller arial, sans-serif;
}

#content div.article {
    margin-top: 25px;
    margin-bottom: 3em;
}

#content p.article-nav {
    clear: both;
    margin: 0;
    padding: 0.1em 0 0 0;
    color: #d2d3e1;
    font: smaller arial, sans-serif;
}

#content p.article-nav a {
    text-decoration: none;
    color: #222389;
}

#sidebar {
    float: right;  
    width: 240px;
}

#footer {
    clear: both;
    text-align: center;
}

.entry {
    margin: 0 0 20px 0;
    border: outset 1px #222389;
    
    font-size: 83%;
}

.entry h2 {
    margin: 0;
    padding: 2px;
    background-color: #d2d3e1;
    font-size: larger;
}

.entry h2 img {
    float: right;
    margin: 2px 2px 0 0;
}

.entry p {
    margin: 0;
    padding: 3px;
}

.entry address {
    padding: 3px;
}

.entry ul {
    margin: 0;
    padding: 3px;
}

.entry .vcalendar {
    list-style: square inside;
}

.entry .vevent abbr {
    border-bottom: none;
}

.entry .vevent:first-child {
    font-weight: bold;
}

.entry .vcard {
    font-style: normal;
}

.tel {
    background-image: url(/images/phone.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}
