/* Text */

body { 
    font-family: Helvetica, Arial, sans-serif;
}

.body { text-align:left; }

.body ul { line-height:170%; }

.body p {
    text-align:justify;
    line-height: 150%;

}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #220;
}

a { color: #2440E0; }
a:visited { color: #660A62; }

.footer-div { font-size: 60%; text-align:right; line-height: 120%; color:#0A3366; }

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

.sidebar { font-size: 90%; }

/* Layout */
body {
    text-align: center; 
    margin: 3em auto;
}

.body {
    width: 90%;
    margin: 2em;
}

.content { width:70%; }
.sidebar { width:25%; }
.content-div { margin:1em; }
.sidebar-div { margin:1em; overflow:visible }

.header-div { padding:0 1em; }
.footer-div { padding:1em; }

/* Borders */
.header { border-bottom: 1px solid #0C3F7D; }
.sidebar { margin-top: -1px; border-left: 1px solid #0C3F7D; }
.content { }


/* Two column formatting */
.header, .footer { width: 100%; }
.clearer { clear: both; }
.columns { position:relative; clear: both; }
.column { position:relative; }
.content { float:left; }
.sidebar { float:right; }

/* Ensure bullets do not overlap with floating elements */
ul { overflow: hidden; }
