﻿body 
{
    margin:0;
    padding:0;
    width:1001px;
    background-image:url('Background.png');

}
div.Wrapper
{
    width:1002px;
    background-image:url('Wrapper.gif');
    background-repeat:repeat-y;
}
div.HeaderSection
{
    margin:0;
    padding:0;
    width:1001px;
    background-color:red;
    border-bottom:solid 1px white;
    border-right:solid 1px white;
}
img.HeaderLogo
{
    border:none;
}
div.MenuSection
{
    float:left;
    margin:0;
    padding:0;
    width:280px;
    border-right:solid 1px white;
}
div.MenuSection a
{
    display:block;
    padding:5px;
    text-decoration:none;
    font-weight:bold;
    font-style:italic;
}
a.MenuItemTop:link
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.MenuItemTop:visited
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.MenuItemTop:hover
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#CA384B;
}
a.MenuItem:link
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.MenuItem:visited
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.MenuItem:hover
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#CA384B;
}
a.MenuItemBottom:link
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.MenuItemBottom:visited
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.MenuItemBottom:hover
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#CA384B;
}
a.TopicMenuItemTop:link
{
    color:white;
    border-top:solid 1px white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.TopicMenuItemTop:visited
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#770715;
}
a.TopicMenuItemTop:hover
{
    color:white;
    border-bottom:solid 1px white;
    background-color:#CA384B;
}
div.ContentSection
{
    float:left;
    margin-top:25px;
    padding-left:45px;
    padding-right:25px;
    width:650px;
    color:white;
    background-color:#43507D;
}
h3
{
    text-align:center;
    text-decoration:underline;
    font-style:italic;
}
a.ContentLinks:link
{
    color:yellow;
    text-decoration:underline;
}
a.ContentLinks:visited
{
    color:yellow;
    text-decoration:underline;
}
a.ContentLinks:hover
{
    color:red;
    text-decoration:underline;
}
div.FooterSection
{
    clear:both;
    padding:5px;
    width:993px;
    background-color:#CA384B;
    text-align:center;
    border-top:solid 1px white;
    border-right:solid 1px white;
}
div.BibleCopyright
{
    font-size:10pt;
}
span.Bold
{
    font-weight:bold;
}
span.Italic
{
    font-style:italic;
}
span.Underline
{
    text-decoration:underline;
}
