@charset "UTF-8";ul.MenuBarHorizontal{	margin: 0;	padding: 0;	list-style-type: none;	font-size: 100%;	cursor: default;	width: auto;}

body
{
background-image:url('http://faith-fellowship.us/menuImages/background.jpg');
background-repeat: repeat-x;
}

.button
{
font-weight:bold;
margin:5px;
font-family:sans-serif;
text-align:center;
font-size:12pt;
vertical-align:middle;
color: #FFFFFF;
}

a
{
text-decoration: none;
text-shadow: 1px 1px 3px white;
color: #555555;
}

img, div { behavior: url('http://faith-fellowship.us/iepngfix.htc') }

img
{
border:0;
}

a:hover
{
text-decoration: none;
text-shadow: 1px 1px 3px black;
color: #FFFFFF;
}

.scheduleHeader
{
background-color: rgb(82, 103, 150);
color: rgb(253, 253, 253);
font-weight: bold;
}
.menuBar
{
position:absolute;
left:-20px;
width:100%;
top:-30px;
height:600px;
opacity:.8;

}

.mainContent
{
position:absolute;
left:0px;
width:1000px;
top:157px;
height:1000px;
z-index:2;
opacity:.8;

}

.mainContentWithSidebar
{
position:absolute;
left:200px;
width:1000px;
top:157px;
height:1000px;
z-index:2;
opacity:.8;

}


.logoContainer
{
position:absolute;
left:100px;
width:1000px;
top:180px;
height:1000px;
z-index:1;
opacity:.8;

}

.logoContainerWithSidebar
{
position:absolute;
left:200px;
width:1000px;
top:180px;
height:1000px;
z-index:1;
opacity:.8;

}

.sidebar
{
position:absolute;
left:0px;
width:230px;
top:157px;
height:1000px;
z-index:2;
opacity:.8;

}

.bottom
{
border:solid red;
width:1030px;
height:30px;
}

.topleft
{
width:30px;
height:30px;
background-image:url('http://faith-fellowship.us/menuImages/top-left.png'); background-image:no-repeat;
}

.topmiddle
{
height:30px;
background-image:url('http://faith-fellowship.us/menuImages/top.png'); background-image:repeat-x;
}

.topright
{
width:30px;
height:30px;
background-image:url('http://faith-fellowship.us/menuImages/top-right.png'); background-image:no-repeat;
}

.left
{
width:30px;
height:100%;
background-image:url('http://faith-fellowship.us/menuImages/left.png'); background-image:repeat-y;
}


.content
{
height:100%;
text-align:center;
background-image:url('http://faith-fellowship.us/menuImages/middle.png');
}

.right
{
width:30px;
height:100%;
background-image:url('http://faith-fellowship.us/menuImages/right.png'); background-image:repeat-y;
}

.bottomleft
{
width:30px;
height:30px;
background-image:url('http://faith-fellowship.us/menuImages/bottom-left.png'); background-image:no-repeat;
}

.bottommiddle
{
height:30px;
background-image:url('http://faith-fellowship.us/menuImages/bottom.png'); background-image:repeat-x;
}

.bottomright
{
width:30px;
height:30px;
background-image:url('http://faith-fellowship.us/menuImages/bottom-right.png'); background-image:no-repeat;
}