/* $Header: /home/cvsadmin/www/stfrancis/css/stfrancis.css,v 1.5 2007/03/04 20:06:16 cvsadmin Exp $ */
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	font-size: 8pt;
	line-height: 12pt;
	width: 800px;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 0;
	padding-left: 30;
	height: 1200px;
}
img
{
    border: none;
}

/* Styles in about.php */
img.staff
{
    vertical-align: text-top;
    float: left;
    padding: 0 20 20 0;
    clear: left;
}
div.staff
{
    width: 100%;
}
hr.separator
{
    width: 0px;
    clear: both;
    border: 0;
}

/* Styles in ads.php */

div.leftBar
{
	float: left;
	background-color: #B2C5AD;
	width: 174px;
	height: 1950px;
}

#ads
{
	background-color: #B2C5AD;
}
.adsLink
{
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 12pt;
    text-decoration: none;
}
.adsLink:hover {
	color: #FFFFFF;
	border-top-color: #B2C5AD;
	border-right-color: #B2C5AD;
	border-bottom-color: #B2C5AD;
	border-left-color: #B2C5AD;
	border-color: #B2C5AD;
	outline-color: #B2C5AD;
}
#dlBlock
{
	background-color: #b2c5ad;
	padding: 5;
	width: 174px;
}
.adsImg
{
    border: 0;
}


/* Styles for things in home.php */
.content
{
	background-color: #d7dde2;
	width: 800px;
	float: left;
	padding: 10;
	border-width: 0 2 0 2;
	border-style: solid;
	border-color: #FFFFFF;
}
#homeContent
{
	width: 433;
	height: 1200px;
}
.biggerText
{
    font-size: 9pt;
}
a.internalLink
{ 
    text-decoration: none;
    font-weight: bold;
    color: #477e47;
}
a.mailLink
{
    text-decoration: underline;
    color: #000000;
    font-weight: normal;
}
a.mailLink:hover { color: #AFBDC4; }
.blueHeader
{
/*    font-size: 11pt; */
    color: #45498c;
    font-weight: bold;
}
h1 { font-size: 11pt; }
h2 { font-size: 10pt; }

/* Styles in navbar.php */
#navBar
{
    top: 0;
    padding: 0;
    width: 797px;
}
.bannerText
{
    color: #FFFFFF;
    font-size: 9px;
    line-height: 12px;
    top: 8;
    position: absolute;
}
#contact
{
    left: 354;
}
#diocese
{
    left: 644;
	top: 30;
}

a.bannerLink
{
    text-decoration: underline;
    color: white;
    target-new: window;
    target: new;
}
a.bannerLink:hover { color: #AFBDC4; }

#menuBar
{
    background-color: #477e47;
}
#menuTable
{
    padding: 0 10 0 10;
}
.menuItem
{
    padding: 0 20 0 20;
}
.menuLink
{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #EDECCF;
    text-decoration: none;
}
#curLink { color: #FFFFFF; }
.menuLink:hover { color: #FFFFFF; }

/* Styles for servicetimes.php */
div.serviceTimes
{
	background-color: #c7ccd1;
	width: 190px;
	float: left;
	padding: 5;
	height: 1950px;
}

#stHeader
{
    position: relative;
    left: -5px;
    padding: 0;
}
a.redLink
{ 
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
