#wrapper {
        text-align: left;
        margin: 0px auto;
        padding: 0px;
        border:0;
        width: 1100px;
}

#side-a {
        float: left;
        width: 240px;
}

#side-b {
        float: right;
        width: 270px;
        border-left: 1px #000000;
        background-color: white;
        color: #000000;
}

#content { 
        float: left;
        width: 580px;
  padding-right: 5px;
  padding-left: 5px;
        padding-top: 0px;
}

#footer {
        clear: both;
        background: white;
}

#heading {
        background-color: #021179;
        color: #e9e7e7;
        font-family: serif;
        padding: 7px 15px;
        border: solid 1px #c4c4c4;
        border-bottom: none;
}

/* Typefaces */
 
 .small {
        font-family: "Arial", Arial, sans-serif;
        font-size: 11px;
        padding-bottom: 4px;
}

.medium {
        font-family: serif;
        font-size: 16px;
        text-align: justify;
        padding-right: 10px;
        padding-left:    5px;
        line-height: 140%;
}

A, A:active, A:visited  { color: #0f2766; text-decoration: none; font-weight: bold;}
A:hover {color: #c54312; text-decoration: none; }

.big {
        font-family: sans-serif;
        font-size: 20px;
        text-align: justify;
        /*padding-left: 4px;
        padding-top:4px; */
}

A.big, A:active.big, A:visited.big  { color: #000000; text-decoration: none; font-weight: bold;}
A:hover.big {color: #c54312; text-decoration: underline; }

.xbig {
        font-family: sans-serif;
        font-size: 24px;
        font-weight: bold;
        padding-left: 0px;
        padding-top:    0px;
        padding-bottom: 4px;
}

ul {list-style-type:square;}

.articleimg { 
        padding: 4px;
        border: 0px;
        }

