@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	width: 860px;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
	color: #275F7D;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #27607D;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 8px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0px;
	vertical-align: top;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 10px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 6px;
}

.globalnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #275F7D;
	border-right-color: #275F7D;
	border-bottom-color: #275F7D;
	border-left-color: #275F7D;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: solid;
	color: #28607D;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 28px;
	top: auto;
	overflow: visible;
} 
.twoColFixLtHdr #footer {
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background: url(../BannerGradient.png) top center repeat-y;
} 
.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 */
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cityname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	padding-top: 5px;
	line-height: 150%;
	margin-bottom: 10px;
}
.testimonie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 40px;
}
.intropara {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	font-weight: bold;
}
.courseID {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A4E75;
	text-align: left;
}
.volunteerssubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 4px;
}
.h2 {
}
#Trusteestable {
	padding-top: 0px;
}
.newsFlashbyline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666;
}
.twoColFixLtHdr #container #mainContent table {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.numlist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.numlisttwo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 130%;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.newsflashnumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.christianMarriageSkill_SubHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #1a4e75;
}
.familyNetNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a4e75;
}
.famNetAlternatives_Subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #1a4e75;
	font-weight: bolder;
}
.motsinge_photo {
	margin-right: 10px;
	margin-top: 8px;
}
.courses_subitalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}
.mainbodyBoldItalic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
	font-weight: bolder;
}
.mainBodyBoldRoman {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
.mainBodyItalic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
}
.bulletedList_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 130%;
}
.pointingArrow_Body {
	font-size: 16px;
	line-height: 130%;
}
.pointingArrow_BoldItalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
}
.pointingArrow_Italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.famNet_subhead_italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}
.newsflashbyline_italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-style: italic;
}
.alphalistA {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0;
	margin-left: 20px;
}
.alphalist_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
.personQuoting {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 25px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul { 
font-size: 10.5pt; 
font-family: Verdana, Geneva, sans-serif;  
	line-height: 130%;
}
ul li {
padding-top: 4px;
padding-bottom: 4px;
}
.back_to_top_button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bulletedbody_2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

