body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #4e1400;
background-color: #000000;
	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: #292726;
}


.oneColFixCtrHdr #MainContainer {
        
	background-color: #f0e3dc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1,h2,h3,h4,h5,h6{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}

h1{
	font-size: 26px;
color: #4e1400;
}

h2 {
	font-size: 18px;
color: #4e1400;
	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 #footer {
	color: #ffffff;
}
.oneColFixCtrHdr #footer p {
        color: #ffffff;
	font-size: 12.5px;
}
#footer a{ text-decoration:none; line-height: 1.5em;}
#footer a:hover{text-decoration: underline;}



/* Text elements
-------------------------------------------------------------- */
div{ font-size: 12.5px; color: #4e1400; line-height: 1.4em;}
p {
        margin: 0 0 1.5em;
	line-height: 1.7em;
	font-size: 12.5px;
	color: #4e1400;
}
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #000000; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#000000; }

a:link, a:visited{color: #e26100; text-decoration: none;}

a:hover, a:focus { color: #e0965e;  text-decoration: underline;}

a:active{color: #292726;}


/* Donor Table Text */

.DonorTable .webapptable{margin-bottom: 1em;}

 .donorTable {
	text-align: left;
	direction: ltr;
        margin-top: 0;
	margin-right: 25px;
	list-style-type: disc;
	list-style-position: outside;
	width: 360px;
	font-size: 13px;
	line-height: 1.5em;
        color: #292726;
        white-space: nowrap;
}

.DonorsList h4{margin-bottom: -15px;}


/* END Donor Table Text */


/* post title */
.blog-list{font-size: 12px; }


.blog-list a{color: #292726; text-decoration: none;}
.post-title a{color: #292726; text-decoration: none;}


.blockquoteCielo {
       width: 210px;
       padding:0 10px 5px 0; 
       float: left;
       margin-left: -130px;
       z-index: 9999;
       line-height: 1.2em;
       font-style: normal;
}

.blockquoteCielo div { 
       
       padding:0 5px 20px 0;
       font-size: 21px;
       line-height: 1.2em;
       background:transparent url(/fwfs/images/TemplateGraphics/SubPageTemplateGraphics/quotes.png) 100% 100% no-repeat; 
}

.blockquoteCielo span{
      display:block;
      font-size: 10px;
      color:#999;
      line-height: 1.2em;
      padding:8px 0 0 0;
}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 2.01em; }





/* Tables
-------------------------------------------------------------- */
table{ color: #292726; line-height: 2.04em;}
table p{color: #292726; line-height: 2.04em;}
table td{line-height: 2.04em;}
#footer td{ line-height: 2.04em;}
.catsub498062 {padding: 0px; margin: 0px;}


/* New Block quote Inline */
div.BlockQuoteInline{
font-family: Georgia, serif;
color: #292726;
font-size: 14px;
font-style: italic;
letter-spacing: -0.2pt;
word-spacing: 0.6pt;
line-height: 1.4;
      border-top: 1px;
      border-bottom: 1px;
      border-color: #000000;
}


div.BlockQuoteInline span{
      font-style: normal;
}

/* form colors */
input{color: #000000;}
.webform{color: #000000;}
textarea{color: #000000;}
select{color: #000000;}
#Title{color: #000000;}
.cat_dropdown_smaller{color: #000000;}
option{color: #000000;}

/* targets IE7 only - valid CSS */
*:first-child+html  body { 

} 


/* Highlight Box style */
.highlightbox{
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: 1em;
}

.highlightbox h3{
      font-size: 15px;
      line-height: 17px;
}

.highlightbox p{
      font-size: .8em;
      color: #000000;
}


