@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}
.Italics {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1 em;
	font-style: italic;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: normal;
	color: #000;
	text-align: justify;
	vertical-align: top;
	margin: 3px;
	padding: 2px;
}



.leftJust {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.rightJustify {
	text-align: right;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height: auto;
	text-align: center;
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#eventTB {
	background-image: url(/images/bkgnd_cmas.png);
	background-repeat: no-repeat;
}





/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.graphic {
	padding: 3px;
	margin: 3px;
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.minheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #03C;
	text-align: left;
	line-height: 0.95em;
}
.minheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #03C;
	text-align: left;
	line-height: 1.25em;
}

.frameblue {
	border: 1px outset #666;
	margin: 3px;
	padding: 3px;
	background-color: #A7ADFC;
	text-align: left;
	list-style-type: none;
	font-size: 0.95em;
}
.framegray {
	border: 1px outset #666;
	margin: 3px;
	padding: 3px;
	background-color: #D6D6D6;
	text-align: left;
	list-style-type: none;
}
.framewhite {
	border: 1px outset #666;
	margin: 3px;
	padding: 3px;
	background-color: #FFF;
	text-align: left;
	list-style-type: none;
}
.frameyellow {
	border: 1px outset #666;
	margin: 3px;
	padding: 3px;
	background-color: #FFC;
	text-align: left;
	list-style-type: none;
}
.framepeach {
	border: 1px outset #666;
	margin: 3px;
	padding: 3px;
	background-color: #FC6;
	text-align: left;
	list-style-type: none;
}

.lineheight01 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 0.45em;
	color: #000;
	text-align: left;
	vertical-align: top;
	text-indent: 10px;
}
.lineheight02 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 0.35em;
	color: #000;
	text-align: left;
	text-indent: 10em;
	font-style: italic;
}
#frmQuestion legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#frmQuestion fieldset {
	background-color: #ffc;
	margin-bottom: 15px;
}

#frmPrayer legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#frmPrayer fieldset {
	background-color: #ffc;
	margin-bottom: 15px;
}
#schedule {
	font-family: "Times New Roman", Times, serif;
}







a {
	text-decoration:none;
	font-weight: bold;
}
a:link       {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #009;
	font-size: 1em;
	text-decoration: underline;
}

a:visited    {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #009;
	font-size: 1em;
	text-decoration: underline;
}
a:active     {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size: 1em;
}
a:hover   {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	font-size: 1em;

}
.goldHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
	color: #F90;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	font-style: oblique;
}

	
.bgimage1 {
	background-image: url(images/home_link-bkgnd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgimagehomelink {
	background-image: url(images/ministry_link-bkgnd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.boldcentered {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.boldcentered01 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.boldcentered02 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.35em;
	font-weight: bolder;
	color: #000;
	text-align: center;
	font-style: italic;
	margin-top: -20px;
	padding-top: -20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.boldcentered03 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.15em;
	font-weight: normal;
	color: #000;
	text-align: center;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #000;
}
.schedule {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
}
.body01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #333;
	font-style: italic;
	line-height: 1em;
	text-align: left;
	margin-bottom: 20px;
}
.body01centered {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #333;
	font-style: italic;
	line-height: 0.95em;
	text-align: center;
	margin-bottom: 20px;
}

.body02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	line-height: normal;
	font-style: normal;
}
.body02indented {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	line-height: normal;
	font-style: normal;
	padding-left: 20px;
	padding-bottom: -15px;
}




.schedule a:link {
	text-decoration: underline;
	color: #00F;
	padding-left: 3px;
	}
.schedule a:visited {
	text-decoration: underline;
	color: #00f;
	padding-left: 3px;
	}
.schedule a:active {
	text-decoration: underline;
	color: #00f;
	padding-left: 3px;
	}

.schedule a:hover {
	text-decoration: underline;
	color: #f90;
	padding-left: 3px;
	}
