 /* Generic Selectors */ 

    body { 

    font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
    font-size: 10px; 
    color: #000000;
    }

    li {
    list-style-type: none; 
    line-height: 150%; 
    list-style-image: url(../images/arrowSmall.gif); 
    } 

    h1 { 
    font-family: Arial, Georgia, "Times New Roman", Times, serif; 
    font-size: 18px; 
    font-weight: bold; 
    color: #000000; 
    } 

    h2 { 
    font-family: Arial, Georgia, "Times New Roman", Times, serif; 
    font-size: 16px;
    font-weight: bold; 
    color: #000000; 
    } 

    h3 { 
    font-family: Arial, Georgia, "Times New Roman", Times, serif; 
    font-size: 14px;
    font-weight: bold; 
    color: #000000; 
    }  
	
    h4 { 
    font-family: Arial, Georgia, "Times New Roman", Times, serif; 
    font-size: 12px;
    font-weight: bold; 
    color: #000000; 
    }  
	
    h5 { 
    font-family: Arial, Georgia, "Times New Roman", Times, serif; 
    font-size: 10px;
    font-weight: bold; 
    color: #000000; 
    }  
	
    /**************** Pseudo classes ****************/ 

    :link { 
    color: #5E8396; 
    text-decoration: none; 
    font-weight: bold; 
    } 

    li :link { 
    color: #00CC00; 
    text-decoration: none; 
    font-weight: bold; 
    } 

	:visited { 
    color: #612E01;
    text-decoration: none; 
    font-weight: bold; 
    } 

    li :visited { 
    color: #00CC00; 
    text-decoration: none; 
    font-weight: bold; 
    } 

    li :hover { 
    display: block; 
    color: rgb(0, 96, 255); 
    padding-bottom: 5px; 
    font-weight: bold; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #C6EC8C;
    } 


    /**************** MinistryCraft.com Unique Styles ****************/ 
	
.Calendar_Cell
{
	font: 10px Arial;
	background: #FFCC66;
	color: White;
}
.Calendar_CellToday
{
	font: 10px Arial;
	background: #009900;
	color: White;
	border: 1px solid black;
}
.Calendar_Month
{
	font: 14px Arial;
	color: GREEN;
}
.Calendar_Weekdays
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font: 8px Arial;
	background: #cacaca;
}
.CalendarButton
{
	font: 12px Arial;
	color: White;
	background: #009900;
	border: 1px outset #9A030A;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-decoration: none;
}
.Calendar_Division
{
	font: 14px Arial;
	font-weight: bolder;
	color: #37B71A;
	letter-spacing: 2px;
	border-bottom: 1px solid #3A5F92;
}
.Calendar_Text
{
	font: 12px Arial;
}
.Calendar_EventLink
{
	font: 12px Arial;
	color: #3A5F92;
}
.Calendar_EventTitle
{
	font: 14px Arial;
	font-weight: bolder;
	color: #9A030A;
	letter-spacing: 2px;
	border-bottom: 1px solid #3A5F92;
}
.Calendar_EventDetails
{
	font: 12px Arial;
}
	
.MenuItem_TopLevel
{
    font: bold 15px Arial;
    color: white;
	text-align: left;
	text-decoration: none;
/*    background-image: url(..images/new/menu-bar.jpg);  */
    display: block;
    width: 110px;
    height: 31px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 8px;
}

.LocationLink
{
	font: 10px Arial;
	color: #9AB2D4;   /* Light Blue (Sort of Sky Blue) */
}
.LocationDivider
{
	font: 10px Arial;
	margin-left: 5px;
	margin-right: 5px;
	color: #9AB2D4;
}
.SearchResultLink
{
	font: 14px Arial;
	color: #3A5F92;  /* Darker Blue */
	text-decoration: none;
}
.SearchResult
{
	font: 14px Arial;
}
.SearchDescription
{
	font: 10px Arial;
	border: 1px solid black;
	background: #FFFFFF;
	margin-left: 18px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding: 2px;
}
.SearchHighlightText
{
	font: 10px Arial;
	padding-left: 3px;
	padding-right: 3px;
	background: #E9DBA3;
}
.Pubs_IndexHeader
{
	font: 12px Arial;
	background: #000000;
	color: White;
	padding: 3px;
}
.Pubs_ColumnName
{
	font: 14px Arial;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	background: #efefef;
	width: 100%;
	text-decoration: none;
	color: Black;
}
.Pubs_ColumnName:Hover
{
	font: 14px Arial;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	background: #afafff;
	width: 100%;
	text-decoration: none;
	color: Black;
}
.Pubs_ArticleName
{
	font: 12px Arial;
	color: Black;
}
.Pubs_ArticleAuthor
{
	font: 10px Arial;
}
.Pubs_IndexSubHeader
{
	font: 10px Arial;
	background: black;
	color: White;
	padding: 2px;
}
.Column_New
{
	font: 16px Arial;
	border-bottom: 1px solid black;
	background: #afafff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.Column_ArticleName
{
	font: 12px Arial;
	color: Black;
}
.Column_Author
{
	font: 10px Arial;
	margin-left: 15px;
}
.Column_Dates
{
	font: 10px Arial;
	margin-left: 15px;
	font-style = italic;
}
.Column_OldDivider
{
	font: 16px Arial;
	border-bottom: 1px solid black;
	background: #cfcfcf;
	margin-top: 10px;
	margin-bottom: 5px;
}
.Articles_Title
{
	font: 22px Arial;
}
.Articles_SubTitle
{
	font: 16px Arial;
}
.Articles_Author
{
	font: 12px Arial;
}
.Articles_Dates
{
	font: 10px Arial;
	margin-let: 5px;
}
.Pubs_ContentIndex
{
	padding: 5px;
	border-left: 1px solid black;
}
.Pubs_ArticleText
{
	padding: 5px;
}
.Pubs_CurrentIssueHeader
{
	border-top: 2px solid black;
	border-bottom: 2px double black;
	font: 12px Arial;
	font-weight: bold;
	font-style:italic;
	background: #efefef;
	padding: 2px;
}
.Pubs_LeadTitle
{
	font: Bold 32px Arial;
}
.Pubs_LeadSubTitle
{
	font: Bold 22px Arial;
}
.Pubs_LeadAuthor
{
	font: 16px Arial;
	margin-bottom: 15px;
}
.Pubs_LeadText
{
	font: 16px Arial;
	margin-left: 5px;
	margin-right: 5px;
}
.Pubs_SupportTitle
{
	font: 20px Arial;
}
.Pubs_SupportSubTitle
{
	font: 14px Arial;
}
.Pubs_SupportAuthor
{
	font: 10px Arial;
	margin-bottom: 15px;
}
.Pubs_SupportText
{
	font: 12px Arial;
}
.Pubs_FullArticleText
{
	padding-right: 5px;
}

/* MinistryCraft.com Branding */

.Branding
{
	font: 12px Arial;
	color: #FFFFFF;
}
.BrandLink
{
	font: bold 12px Arial;
	color: #FFFFFF;	
}