﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */
.underline {
	text-decoration: underline;
}
.table-header-cell {
	color: #FFFFFF;
	background-color: #6699FF;
	font-weight: bold;
}
.table-border {
	border: 1px solid #6699FF;
}
.indented {
	margin-left: 40px;
}
.bodyitalics {
	font-style: italic;
}
table.header {
	border: thick solid #FFFF99;
	width: 880px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.imgcell{
	height: 212px;
	width: 440px;
}
.logocel {
	height: 261px;
	width: 440px;

}


html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #ffffff url(images/background.jpg) repeat-x;
	color: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #6699ff;
	color: #6699ff;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #656565;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #000080;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #6699ff;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
}
h2{
	color: #6699ff;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}
h3{
	color: #6699ff;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h4 {
	border-bottom: 1px dashed #858585;
	color: #858585;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	border-bottom: 1px dashed #858585;
	color: #858585;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #6699ff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 310px;}

#global {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
	width: 870px;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	height: 20px;
	font-size: 85%;
}
	
#global a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;}

#global a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;}

/*  The items below sets the properties for the main
navigation bar links. To add more links, you can 
reduce the word spacing as needed  */

#navbar {
	position: absolute;
	left: 70px;
	top: 120px;
	z-index: 1;
	width: 300px;
	line-height: 1.8em;
	letter-spacing: 2px;
	font-size: 115%;
	color: #000000;
}
#navbar a {
	font: normal normal bold 100% Tahoma;
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #6699FF;
	text-decoration: underline;
}

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: right;
	width: 260px;
	padding: 20px;}

#content {
	float: left;
	width: 560px;
	line-height: 1.5em;
	padding: 20px;}

#contentwide {
	width: 880px;
	line-height: 1.5em;
	padding: 10px;}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	border-top: 3px solid #4e5b35;
	color: #505050;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 50px;
	border-top-color: #666666;
}

#footer a {
	color: #505050;
	font-weight: normal;}
	
#footer a:hover {
	color: #656565;
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 0;}

/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #858585;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	padding: 5px;
	border: 1px solid #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	padding: 5px;
	border: 1px solid #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	padding: 5px;
	border: 1px solid #c2c2c2;}
.imageleft-boarder-nowrap {
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #c2c2c2;
}


.imageright-border-nowrap {
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #c2c2c2;
}

.menuportal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-width: 0px;
	border-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	margin: 0px;
	width: 100%;
}

table.menumain {
	border-style: solid;
	border-width: thin 4px 4px thin;
	border-color: #D4D4D4 #C0C0C0 #C0C0C0 #D4D4D4;
	background-color: #6699FF;
	margin: 0px;
	width: 100%;
}
td.menumain {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6699FF;
	text-align: left;
	text-indent: 10px;
	cursor: hand;
}
td.menumain-hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFF99;
	text-align: left;
	text-indent: 10px;
	cursor: hand;
}
td {
	vertical-align: top;
}
#PopePrayer {
	float: left;
	margin: 0 0 0 10px; 
	border: 1px solid #c2c2c2;
}
object {
	vertical-align: top;
}
