@charset "utf-8";
body  {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ddcfde;
	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: #333333;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ddcfde url(images/gbtc_r3_c1.jpg) repeat-y 0px 0px;
	margin: 1em auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: url(images/gbtc_r1_c1.jpg) no-repeat 0px 0px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 147px;
	width: 770px;
} 
.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: 5px 0 0 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 37px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further 
	padding: 0 10px 15px 20px;
	margin: 0px 0px 0px 20px;*/
}
.twoColFixLtHdr #mainContent {
	margin: 0 30px 0 230px; /* 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 40px 0 0; /* 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 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDcfde url(images/gbtc_r5_c1.jpg) no-repeat 0px 0px;
	height: 61px;
	width: 770px;
	color:#fff;
} 
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 a {
	background: url(images/button.jpg) no-repeat 0 0;
	display: block;
	height: 24px;
	width: 170px;
	text-decoration: none;
	border-style: none;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: 95%;
	letter-spacing: 1px;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	background: url(images/button.jpg) no-repeat -170px 0;
}
.twoColFixLtHdr #container #header h2 {
	color: #5A1D60;
	font: normal 130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 140px;
	margin-top: 27px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	letter-spacing: .1em;
	color: #08555B;
	margin: 0 0 0.5em;
	padding: 0;
	font: normal 200% "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #08555B;
	margin: 1em 0 .5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.twoColFixLtHdr #container #mainContent p {
	padding: 0;
	line-height: 120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.twoColFixLtHdr #container #header h3 {
	margin: 0;
	padding: 15px 140px 0 0;
	text-align: right;
	color: #07545A;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 150%;
}
.twoColFixLtHdr #container #sidebar1 ul, .twoColFixLtHdr #container #sidebar1 li {
	text-decoration: none;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.twoColFixLtHdr #container #sidebar1 {
	padding: 5px 0 0 40px;
	margin: 0
}.twoColFixLtHdr #container #footer p {
	text-align: center;
	margin: 0px;
	padding: 37px 0px 0px;
	letter-spacing: 1px;
	font-size: 90%;
}
.twoColFixLtHdr #container #mainContent ol {
	margin-left: 0;
	padding:0;
}
.twoColFixLtHdr #container #mainContent li {
	margin-bottom: 10px;
	margin-left: 0;
}
.twoColFixLtHdr #container #mainContent p .quote {
	font-style: italic;
	margin-right: 30px !important;
	margin-left: 30px !important;
}.twoColFixLtHdr #container #mainContent ol {
	list-style-position: outside;
	margin-left: 30px;
}
.twoColFixLtHdr #container #mainContent h2.first {
	margin-top: 0;
}
.twoColFixLtHdr #container #mainContent #form1 input {
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #845687;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #FFFFFF;
	background-color: #845687;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent img.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent #forofbequest {
	line-height: 200%;
}
.twoColFixLtHdr #container #sidebar1 #regdetails {
	font-size: 70%;
	background-color: #DDCFDE;
	padding: 5px;
	line-height: 150%;
	border: 1px solid #845687;
}
.twoColFixLtHdr #container #sidebar1 #regdetails h1 {
	font-size: 100%;
	color: #5A1D60;
	font-weight: bold;
}
.right {
	float: right;
	margin: 0 0 5px 10px;
}
.padded {
	padding-right: 5px;
}
.twoColFixLtHdr #container #mainContent #churcheshelped img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.italics {
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent #churchhelped img {
	border: 5px solid #C8A3CC;
}.twoColFixLtHdr #container #mainContent #mtblink {
	background-color: #DDCFDE;
	text-align: center;
	letter-spacing: .2em;
	padding: 5px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent #mtblink p {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent #mtblink a {
	color: #591C5F;
}
.twoColFixLtHdr #container #mainContent #churcheshelped a {
	display:block;	
}
.twoColFixLtHdr #container #mainContent #churcheshelped .nobackground {
	background:none;	
}
.m_right {
	margin-right:15px;	
}
.twoColFixLtHdr #container #mainContent p img .center {
	margin-right: auto;
	margin-left: auto;
}
