.bodybackground
{
    background-color: #161625;
}

.content
{
    background-color: black;
    font-size: 1em;
    color: White;
    font-family: Candara;
}

.hcontent
{
    background-image: url("images/backgroundletter.jpg");
    background-repeat: no-repeat; 
    background-position: center top;
    background-color: black;
    font-size: 1em;
    color: White;
    font-family: Candara;
}

.iheader
{
    height: 100px;
    width: 820px;
    border: 0px none #000000;
}
    

.header1
{
    font-family:  Calibri;
}

.header2
{ 
    font-size: 3em;
    font-family:Monotype Corsiva;
    border: 0px none #000000;
    padding-right: 10px;
}

.home
{
    vertical-align:top;
}


.inav
{
    height: 46px;
    width: 820px;
    border: 0px none #000000;
}

nav
{
    font-size: .5em;
}

.ibody
{
    height: auto;
    width: 820px;
}

.ifooter
{
    height: 60px;
    width: 820px;
}

table
{
    background-color: Black;
    border: 0px none #000000;
}

tr
{
    background-color: Black;
    border: 0px none #000000;
}

td
{
    background-color: Black;
    border: 0px none #000000;
}

img
{
    background-color: Black;
    border: 0px none #000000;
}

a:link {
COLOR: #6699FF;
}
a:visited {
COLOR: #9999FF;
}
a:hover {
font-weight:bold;
}
a:active {
font-weight:bold;
}