@charset "utf-8";
/* CSS Document */
body
{
background-color: #9eb4c2;
}
#OuterContainer
{
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 983px;
background-color: #fefcf0;
}
#InnerContainer
{
position: absolute;
top: 0px;
width: 983px;
background-image: url(graphics/CenterWithShadows.gif);
background-repeat: repeat-y;
background-color: #fefcf0;
}
.ChurchPhoto
{
margin-left: 31px;
}

/* Paragraphs and fonts */
.Body
{
margin-left: 45px;
margin-right: 45px;
font-family: "Georgia", "Century Gothic", "Verdana", sans-serif, serif;
}
.ChurchName
{
font-family: "Copperplate Gothic Bold", "Century Gothic", "Verdana", sans-serif, serif;
font-size: 17pt;
color: #8d9d83;
font-weight: bold;
}
.HomepageMenuBarItemsContainer
{
font-family: "Georgia", "Copperplate Gothic Light", "Century Gothic", "Verdana", sans-serif, serif;
font-size: 14pt;
color: #9b3026;
text-align: center;
}
.MenuBarItemsContainer
{
font-family: "Georgia", "Copperplate Gothic Light", "Century Gothic", "Verdana", sans-serif, serif;
font-size: medium;
color: #9b3026;
}
.MenuBarItem
{
font-family: "Georgia", "Copperplate Gothic Light", "Century Gothic", "Verdana", sans-serif, serif;
font-size: 14pt;
color: #9b3026;
}
.Title
{
font-family: "Georgia", "Copperplate Gothic Light", "Century Gothic", "Verdana", sans-serif, serif;
font-size: 16pt;
color: #9b3026;
}
.InlineTitle
{
font-family: "Georgia", "Copperplate Gothic Light", "Century Gothic", "Verdana", sans-serif, serif;
font-size: 14pt;
color: #9b3026;
}
.BottomLineText
{
margin-left: 45px;
margin-right: 45px;
margin-bottom: 0px;
font-family: "Georgia", "Copperplate Gothic Light", "Century Gothic", "Verdana", sans-serif, serif;
font-size: 10pt;
color: #9b3026;
text-align: center;
}

/* Links */
a:link
{
color: #000000;
}
a.MenuBarItem:link
{
color: #9b3026;
}
a.MenuBarItem:visited
{
color: #666666;
}
a.MenuBarItem:hover
{
font-weight: bold
}
a.BottomLineText:link
{
color: #9b3026;
}
