body {
	font: 80% 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;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	color: #666;
}
.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 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:70%;
	background:#DDDDDD;
	color: #666;
}
.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 */
}
img {
	border: 0;
	margin-top: 0px;
}

h1 { font-size:24pt;  font-weight:700; color: #419769; margin-bottom: -18px }
h2 { font-size:18pt;  font-weight:700; color: #419769; margin-bottom: 0 }
h3 { font-size: 14pt; font-weight:300; color: #419769; margin-bottom: 0 }
h4 { font-size: 12pt; font-weight:700; color: #419769; margin-bottom: -18px }
h5 { font-size: 12pt; font-weight:600; color: #419769; margin-bottom: 0 }
h6 { font-size: 10pt; font-weight: 500; font-style: italic; margin-left: 20px; margin-bottom: 0 }

UL {
	margin-top: -10px;
    margin-left: 15px;
	margin-bottom: 0px;	
	left: 0px;
	padding-left: 2px;
 }

li {
	margin: 0;
	padding-bottom: 6px;
 }

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

P.tagline {margin: -14px 0 10px 0; font-weight:600; padding:0}

P.tagline#pfooter { text-align:center; margin-bottom:0; padding: 6px 0 12px 0}

P.topicsignoff { margin-top 12px;}

P.listheader {margin-bottom: 0; }
p.boilerplate { font-style: italic; font-size:70%;}

.endsection { font-weight: bold; text-align:center; margin: -22px 0 0 0; padding:0; color: #419769; }

#logo {width:115px; height:100px; float:left}
#masthead {height:94px;}
#masthead2 {width:100%; float:left; padding:4px 0 0px 0; margin:0 0 12px 0; border-bottom: solid #419769 3px;}
#masthead2L {width:380px; float:left; font-size:60%}
#inthisissue { width:50%; width:300px; float:right; padding: 4px 4px 4px 4px; border: solid #419769 1px;}
#issue { font-weight: bold; font-size:80%; margin: -6px 0 0 0; padding:0; color: #419769}

#inthisissue > p { color: #419769; font-style:italic; font-weight:600 }   

.blacktext { color: #000; font-size:90%; font-weight:600}   
.greentext { color: #000 }   
.signoff { font-size:80%; margin: 0 0 0 0; padding:0}   

p.ednote {  font-style: italic; font-size:90% }

p.ednote:before 
{ 
    content: '[Ed. Note:] '; 
}