body
{
	background-image: none;
}

/* ============================== General Link Properties ================================= */

/* Canonical order: L V F H A */

a:link,
	a:visited
{
	text-decoration: underline; /* Normally "none" */
}

/* ============================= Headers (And Header-like Elements) ========================= */

/*
	[These elements have a few properties in common]
	
	H3: These represent the headers within the secondary-navigation area.
	H5: These are the main headers within the secondary-navigationdary-content section  
*/
div#secondary-navigation h3,
	div.secondary-content-section h5
{
	border-bottom-width: 1px; /* Normally 3px */
}

/* ============================ Layout Container Elements ================================= */

div#page
{
	width: auto;
}

	/* The two "page-body-and-page-head-elements-nesting-level-#-of-#" elements deal with the shadow bits */
	div#page div#page-body-and-page-head-elements-nesting-level-1-of-3
	{
		background-image: none;
	}
	
		/* The two "page-body-and-page-head-elements-nesting-level-#-of-#" elements deal with the shadow bits */
		div#page-body-and-page-head-elements-nesting-level-1-of-3 div#page-body-and-page-head-elements-nesting-level-2-of-3
		{
			background-image: none;
			
			padding-top: 0px; /* Normally 5px */
			
			padding-left: 0px; /* Normally 15px */
			padding-right: 0px; /* Normally 14px */
		
		}
			/* The two "page-body-and-page-head-elements-nesting-level-#-of-#" elements deal with the shadow bits */
			div#page-body-and-page-head-elements-nesting-level-2-of-3 div#page-body-and-page-head-elements-nesting-level-3-of-3
			{
				padding-top: 0px; /* Normally 160px */
			}
	
				/* This holds the content-area container along with the secondary-navigation container */
				div#page-body-and-page-head-elements-nesting-level-3-of-3 div#content-and-search-and-secondary-navigation
				{
					background-image: none;
				}
		
					body.home-section div#page-body-and-page-head-elements-nesting-level-3-of-3 div#content-and-search-and-secondary-navigation
					{
						
						background-image: none;l

						min-height: auto;
						height: auto;
					}
				
				/* This contains the primary-navigation and logo bits */
				div#page-body-and-page-head-elements-nesting-level-3-of-3 div#page-head
				{
					display: none;
				}
				
	div#page div#page-footer
	{
		background-image: none;
	
			
		padding-top: 2.0em; /* Normally 25px */
	}

/* ============================== Content-and-Search-And-Secondary-Navigation ========================== */

/* As you might guess, this section holds both the content area and the 
	area which holds the search and the secondary-navgation */


div#content-and-search-and-secondary-navigation div#content
{
	float: none; /* Normally "right" */
	display: block;
	width: auto; /* Normally 70% */

}

div#content-and-search-and-secondary-navigation div#search-and-secondary-navigation
{
	display: none;
}

/* ================================= Content bits =============================== */

div#content div.intro-before-primary-and-secondary-content-section
{}
	
	/* ============================== Primary-And-Secondary-Content-Section ========================== */

	/* This area contains a primary-content section and a secondary-content section */

	
	div.primary-and-secondary-content-section div.primary-content-section
	{}

	div.primary-and-secondary-content-section div.secondary-content-section
	{
		background-image: none;
		
		padding-top: 0px; /* Normally 7px */
	}

	/* ======= Properties for both Primary-Content-Section and Secondary-Content-Section ======== */

	/* These bits takes care of the indicator glyph, currently 
		a right-double-angle-bracket */

	div.primary-content-section dl dd a span,
		div.secondary-content-section dl dd a span
	{
		display: none;
	}
