﻿body
{
    margin: 15px;
    font-family: Georgia;
    text-align: center;
    background-position: top;
    background-image: url(../images/sp_bg_grd.png);
    background-repeat: repeat-x;
    background-color: #c6d0fd;
}

table.mainTable
{
    width: 100%;
    text-align: left;
    border-top: #dadada 1px solid;
    border-bottom: #dadada 1px solid;
    background-color: White;
}

td.staticColumn
{
    width: 200px;
    font-size: 11px;
    border-right: solid 1px #dadada;
    background-color: #6666FF;
    padding-left: 10px;
}

td.content
{
    padding: 10px;
}

td.bioColumn
{
    background-color: #6666FF;
    width: 175px;
}

div.container
{
    margin: 0px;
    padding: 0px;
    width: 95%;
    text-align: left;
}

div.navBar
{
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bolder;
}

span.title
{
    font-size: 16px;
    font-weight: bold;
}

span.date
{
    font-size: 10px;
}

div.header
{
    font-size: 20px;
    height: 125px;
    background-color: White;
    width: 100%;
}

div.logo
{
    width: 100%;
}

div.footer
{
    font-size: 12px;
    width: 100%;
    background-color: #000066;
    color: White;
}

h1.title
{
    width: 100%;
    font-size: 26px;
}

hr
{
    height: 1px;
}

.blogDesc
{
}

.blogTitle
{
    font-size: 22px;
    font-weight: bold;
}

.blogDate
{
    font-size: 10px;
}

a.nav:link
{
    color: white;
    text-decoration: none;
}

a.nav:visited
{
    color: white;
    text-decoration: none;
}

a.nav:hover
{
    color: white;
    text-decoration: underline;
}

a.nav:active
{
    color: #0000cc;
    text-decoration: none;
}

a.small
{
    font-size: 9px;
}

img.imgLogo
{
    padding-left: .125in;
}