#content	{	position: relative;
				margin: 0px 0px 0px 4em;
			}
							
#subNav + #content			{	margin-left: 12.5em;	}							


#content	{	max-width: 80em;
				padding: 0em 2em 0em 1em;
				top: 0em;
			}
			
#content h1					{	color: rgb(0,102,51);
								font-size: large;
								margin: 0em 0em .5em 0em;
							}			
			
#content h2, #content h2	{	color: rgb(102,0,0);	
								font-size: medium;
							}

#content h3, #content h3	{	color: rgb(51,51,51);	
								font-size: small;
							}
							
#content h2, #content h3, #content h4
							{	margin: 1em 0em .5em;
								padding: 0em;	
							}
							
#content p	{	margin: 0em 0em 1em;
				padding: 0em;
			}
			
#content blockquote				{	margin: auto 3em 1em 1em;	
									padding: 0em;
								}

#content blockquote.attribution	{	font-weight: bold;
							text-align: right;
							font-size: xx-small;
							margin: 0em 5em 2em 5em;
							padding: 0em;
						}
						
#content li	{	margin: 0em 0em .25em;
				padding: 0em;	
			}
			

#content img		{	border: 0px;	}

/*	inline styles	*/

#content strong			{	/*	font-size: smaller;	*/
					font-weight: bold;
				}		


#content dt		{	margin-bottom: 1em;	
			font-weight: bold;
			color: rgb(102,102,102);
		}
	
#content dd		{	margin-bottom: 1em;	}
	
#content address	{	font-style: normal;	
						margin: .5em 0em 1em 1em;
					}
