/*--- css for all pages using the DEFC templates ---*/
body  {
	font: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; /*#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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
/*	color: #000000;
	background-color: #606C80;*/
/*	background-image: url(images/defc_background_all_blue.gif);
	overflow: auto*/
	background-image: url(images/texture_red_lthr.jpg);
	background-repeat: repeat;
	}
ol,ul               { /* All Lists */
	margin          : 1em;
	padding-left    : 2em;
	}
p                   { /* All Paragraphs */
	margin-bottom   : 1em;
	}
img					{  /* Removes border around a linked image */
	border-style: none;
}
.heading1,h1        {
	color           : #990000;
	font            : 22pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	}
.heading2,h2        {
	color           : #990000;
	font            : 18pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	}
.heading3,h3        {
	color           : #990000;
	font            : 14pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	}
.heading4,h4        {
	color           : #990000;
	font            : 12pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
	}
.heading5,h5        {
	color           : #990000;
	font            : bold 10pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
.heading6,h6        {
	color           : #cccccc;
	font            : bold 10pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
.p_small {
	font-size: 12px;
}

/* *******css specific to the one column template follows this line******* */

.oneColFixCtrHdr #container {
	width: 705px;  /* using the width of my header and menu */
	background: url(images/texture_light_grey.jpg);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background: #81081C; */

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}

/* ********css specific to the two column template follows this line********* */

.twoColFixRtHdr #container { 
	width: 705px; /*925px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	background: url(images/texture_light_grey.jpg);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #606C80; 
	/*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. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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;
}
.Main_pad { /* Adds padding to the left of the text in either main section or sidbar */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
}
.Frst_line_after_menu{  /* Pushes the first line of text down to below the menu in the Main content area*/
	padding-top: 110px;
	padding-left: 20px;
}
 .Frst_line_sidebar {  /* Pushes the first line of text down to below the menu on the sidebar*/
	padding-top: 95px;
	padding-left: 5px;
}
.Frst_line_after_menu_1Col {  /* Pushes the first line of text down to below the menu in the Main content area on the one column template*/
	padding-top: 110px;
}
.weekly_message {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.Unreached_people {
	padding-left: 7px;
}
.lrg_indent {  /*This is a larger 100px indent I used for moving a block of text to the right of the left margin*/
	padding-left: 100px;
	padding-right: 40px;
}
.Main_header {  /*This is for indenting 20 px. Can be used for headers h3, h4, etc*/
	padding-left: 20px;
}
.table_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.Mainblock {
	padding-top: 0px;
	padding-right: 240px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
 TemplateParam name="Optnl_Header" type="boolean" value="true" unreached_people {
	padding-left: 5px;
}*/


/*--- EndOfFile ---*/

