
	/*
	*  Here we are settingup the Exterior Span tag that Surrounds all of the content
	*  area.  We made it a block so we would not have to worry about setting 
	*  the margins for any of the other tags within the SPAN.
	*/
	#content span.bodycopy, span.bodycopy, #content div.bodycopy, div.bodycopy
	{
		display: block;	
		margin-left: 15px;
		margin-right: 15px;
		text-decoration: none;
		font-size: 1.2em;
	}
	
	#content span table
	{
		text-decoration: none;
		font-size: 1.4em;
	} 
	

	
	#content .bodycopy_small
	{
		font-size: 1.3em;
	}

	.bodycopy_small
	{
		font-size: 1.3em;
	}

	/* 
	*  This Class is for Instructions on the PAGE (ie EMAIL FORMS)
	*  Instructions will only shop up in EDIT MODE
	*/
	.instructions
	{
		padding-left: 0px;	
		font-size: 1.4 em;
		font-weight: bold;
		color: Navy;
		border-bottom: 1px dotted black;

	}
	
	.press_date
	{
		padding-left: 0px;	
		font-size: 1.2 em;
	}
	
	.h3,  #content td.h3
	{
		display: block;
		font-size: 1.4 em;
		font-weight: bold;
		background-color: #ededed;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-decoration: none;			
	}

	/* 
	*  This is a Sub Heading for Content Authors
	*/
	.sub_heading
	{
		padding-left: 0px;	
		display: block;
		font-size: 1.4 em;
		font-weight: bold;
		text-align:center;
	}

	/* 
	*  This is another Sub Heading for Content Authors
	*/
	.sub_heading_2
	{
		padding-left: 0px;	
		display: block;
		font-size: 1.4 em;
		font-weight: bold;
		color: #006600;
		text-align:center;
	}

	/* 
	*  This is another Sub Heading for Content Authors
	*/
	.sub_heading_3
	{
		padding-left: 0px;	
		display: block;
		font-size: 1.4 em;
		font-weight: bold;
		color: Gray;
	}
	
	/* 
	*  This is another Sub Heading for Content Authors
	*/
	.sub_heading_4
	{
		padding-left: 0px;	
		display: block;		
		font-weight: bold;
		color: #006600;
	}	




