@charset "UTF-8";
/* CSS Document Interfaith Resource Center Styles */
/* by Danny N. Schweers, www.w2mw.com, November, 2009 */

body  {
	font: .88em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
h1 {
	font-weight: normal;
	font-family: Cambria, Georgia, serif;
	color: #06C;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1em;
}
h4 {
	color: #060;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	font: .88em Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
	background-image: url(index_files/background780px.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 15px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
	background-color: #EEC724;
	font-size: 0.8em;
} 
.twoColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1em;
}
#navigation  ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBC72E;
}
#navigation li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBC72E;
}
#navigation a {
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 0.88em;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	background-color: #06C;
	color: #FFF;
}
.red_italic {
	font-style: italic;
	color: #C00;
	font-weight: bold;
}
#mainContent a {
	color: #A75F00;
}
.smalltype {
	font-size: 0.8em;
}
