﻿body
{
    background-color: #154492;
    background-image: url("Images/Background.png");
    background-repeat: repeat-x;
    margin-top:0px;
    font-size:small;
    color:#39424F;
	font-size:9pt;
	font-family: Century;
    
    text-align:center;
}

a
{
    color:#39424F;
	text-decoration:none;
}

table.Main
{
	margin-left:auto;
	margin-right:auto;
    width:604px;
    min-height:400px;
}

#Top
{
    width:600;
    height:200px;
}


td.PageDivider
{
	width:2px;
	background-image:url("Images/PageBorder.png");
}

td.PageDividerFade
{	
	width:2px;
	height:20px;
	background-image: url("Images/PageBorderBottom.png");
	background-repeat:repeat-x;
}

#TopImage
{
    height:200px;
	width:100%;
    background-image: url("Images/TopImage.jpg");
    background-repeat:no-repeat;
}

#BottomShader
{
	width:600px;
	height:10px;
	background-image: url("Images/BottomShader.png");
	background-repeat:repeat-x;
}

#NavigationOverlay
{
    width:100%;
    height:100%;
    background-image: url("Images/NavigationGradient.png");
    background-repeat:repeat-x;
    padding:0px;
}

#NavigationDivider
{
    width:100%;
    height:5px;
    background-image: url("Images/NavBottomGradient.png");
    background-repeat:repeat-x;
    position:relative;
    top:-5px;
}

#Navigation
{
	width: 100%;
	color:White;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 15px;
	font-size: medium;
}

#LogoBox
{
    height:160px;
    width:100%;
}

td.NavDivider
{
	background-image: url("Images/NavDivider.png");	
	background-repeat:repeat-x;
	color:Red;
	width:1px;
}

td.NavItem
{
	width:84px;	
}

td.NavItem > a
{
	color:White;	
}

td.CurrentPage
{
	background-image: url("Images/CurrentPageGradient.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#Content
{
    
    text-align:left;
	width:600px;
	margin-bottom:10px;
} 

#ContentTable
{ 
	width:100%;	
	vertical-align:text-top;
	background-color:White;
} 

#ContentTable > thead
{
	height:29px;	
} 
 
#ContentTable > thead > tr > td.ColumnDivider
{ 
	background-image: url("Images/ColumnDividerTop.png");
	background-repeat:repeat-x;	
	width:2px;
} 

#ContentTable > thead > tr > td.Column
{
	margin-left:10px;
}

#ContentTable > thead > tr > td
{
	width:199px;
}

#ContentTable > thead > tr > td.AlternateColumn
{
	background-image: url("Images/ColumnSpacerTop.png");
	background-repeat: repeat-x;
}

#ContentTable > tbody > tr > td.ColumnDivider
{
	width:2px;
	background-image: url("Images/ColumnDividerMiddle.png");
}

#ContentTable > tbody > tr > td.AlternateColumn
{
	background-color:#FFF0CE;
}

#ContentTable > tbody > tr > td
{
	vertical-align:top;
	width:199px;
}

td.SingleColumn
{
	width:100%;	
}


#ContentTable > tfoot
{
	height:29px;	
}

#ContentTable > tfoot > tr > td
{
	width:199px;
}

#ContentTable > tfoot > tr > td.ColumnDivider
{
	width:2px;
	background-image: url("Images/ColumnDividerBottom.png");
	background-repeat:repeat-x;	
}

#ContentTable > tfoot > tr > td.AlternateColumn
{
	background-image: url("Images/ColumnSpacerBottom.png");
	background-repeat: repeat-x;
}

div.ColumnContent
{
	margin-left:10px;
	margin-right:10px;
	vertical-align:top;
}

div.ColumnHeader
{
	font-size:12pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	vertical-align:middle; 
	color:#4B5667; 
} 

div.ColumnHeader > img
{
	vertical-align:middle;	
}

div.ColumnFooter
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 2px;
	text-align:right;	
}

div.ColumnFooter > a
{
	margin-right:2px;
	font-size: x-small;
}

div.ColumnFooter > img
{
	position:relative;
	top:-1px;
}

a.Underline
{
	border-bottom: dotted 1px #4B5667;
}

#Footer
{
    width:600;
    background-color:White;
    font-size:8pt;
}

#Copyright
{
	float:left;
	margin-left:5px;
}

#Email
{
	float:right;
	margin-right:5px;	
	padding-bottom:2px;
}

div.ScheduleDate
{
	color:#4B5667; 
	font-weight:bold;
	font-size:10pt;
	margin-bottom:2px;
}

table.Schedule
{
	margin-left:10px;
	width:100%;
	margin-bottom:15px;
}

table.Schedule > tbody > tr > td.Time
{	
	font-weight:bold;
	width:70px;
}

div.Ministry
{
	margin-top:10px;
}

div.Ministry > div.Name
{
	font-size:10pt;
	font-weight:bold;	
	margin-bottom:2px;
}

div.Ministry > div.Summary
{
	margin-left:5px;	
}

div.Ministry > div.Footer
{
	text-align:right;
	font-size:x-small;
	padding-bottom:2px;
}

div.Ministry > div.Footer > a
{
	margin-right:2px;	
}

div.Ministry > div.Footer > img
{
	position:relative;
	top:-1px;
}