/* overall body styles */
body {
    background-color: #C3E4F8;
    color: #000000;
    font-family: High Tower text, Times, Times New Roman, MS Serif, serif;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

/* line breaks and horizontal rules */
br {line-height: 1em;}
hr {display: block;}

/* small text and strong text */
em {font-style: italic;}
small {font-size: 9px;}
strong {font-weight: bold;}

/* default link styles */
a:link, a:visited {
    color: #000000;
    text-decoration: none;
}
a:active, a:hover {
    color: #990000;
    text-decoration: none;
}

/* image styles */
img {border: 0;}

#menu {
    background-color: #000000;
    color: #98CFE4;
    font-variant: small-caps;
    font-weight: bold;
    height: 25px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    min-width: 650px;
}
#menu ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
#menu a:link, #menu a:visited {
    color: #98CFE4;
    text-decoration: none;
}
#menu a:active, #menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#textcolumncontainer {
    margin: 0 auto;
    width: 800px;
}
.textcolumn {
        top: 50px;  
    text-align: justify;
    width: 800px;
}
.textcolumn h2 {
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    margin: 0 0 5px 0;
}
.textcolumn p {
    margin: 0 0 15px 0;
}
.textcolumn .left {
    float: left;
    margin: 0 15px 0 0;
    text-align: left;
}
.textcolumn .right {
    float: right;
    margin: 0 0 0 15px;
    text-align: justified;
}
.textcolumn .caption {
    font-size: 10px;
}
#textcolumncontainer a:link, #textcolumncontainer a:visited {
    color: #0000ff;
    text-decoration: none;
}
#blackbar {
    background-color: #000000;
    height: 10px;
    width: 100%;
}
