/* IndexPageContentColumns.css */
/* Written By:  Brian Bahn */
/* Description:  A CSS 2.0 template for screen media.  Based upon Expo.css */
/* Created:  02/05/2007 */
/* Last Modified:  06/18/2010 */


/* Section 0:  Imported Style Sheets */



/* Section 1:  Element (single HTML element) Selectors */
/* Precedence Score: 0,0,0,1 */


	
/* Section 2:  Descendant Element (contextual, multiple HTML elements) Selectors */

/* Any Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. div p */



/* Child Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. div > p */
	/* Child Selectors are not supported by IEv6 */

	
	
/* Adjacent Sibling Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. td + td */
	/* Adjacent Sibling Selectors are not supported by IEv6 */
	

			
/* Section 3:  Class Selectors */
/* Precedence Score: 0,0,1,0 */


		
/* Section 4:  Descendant Class Selectors */
/* Precedence Score: 0,0,1,0 per class selector. */



/* Section 5:  ID Selectors */
/* Precedence Score: 0,1,0,0 */
		
		

/* Section 6:  Descendant ID Selectors */
/* Precedence Score: 0,1,0,0 per ID selector. */

	#divContent .clsArticle
		{
		margin-top: 5px; 
		margin-bottom: 5px; 
		border-bottom: 1px solid silver; 
		}
	#divContent .clsArticleHeading 
		{
		margin-bottom: 0px; 
		font-weight: bold; 
		color: navy; 
		letter-spacing: .05em; 
		word-spacing: .1em; 
		}
	#divContent #divLatestNewsHeading 
		{
		margin-bottom: 10px; 
		border: 1px solid silver; 
		background: yellow; 
		font-size: 1.25em; 
		font-weight: bold; 
		letter-spacing: .025em; 
		word-spacing: .1em; 
		}

	#divContent #divLeftColumn {
		float: left; 
		width: 385px;  /* 800x600 layout */
		width: 533px;  /* 1024x768 layout */
		/* border-top: 1px solid silver; */
		padding-right: 5px; 
		}
	#divContent #divRightColumn {
		float: left; 
		width: 153px;  /* 800x600 layout */
		width: 175px;  /* 1024x768 layout */
		border: 1px solid silver; 
		padding-left: 5px; 
		background: #F5F5F5; /* Whitesmoke */
		}
	#divLeftColumn *, 
	#divRightColumn * 
		{
		font-family: Arial, Helvetica, Sans-Serif; 
/*		color: black; */
		}
	#divLeftColumn a, 
	#divRightColumn a 
		{
		border-bottom: 1px dashed; 
		padding-bottom: 1px; 
		text-decoration: none; 
		}
	#divLeftColumn a:hover, 
	#divRightColumn a:hover 
		{
		background: lemonchiffon; 
		}

	#divLeftColumn h1 {
		color: navy; 
		}
	#divLeftColumn .sale {
		color: red; 
		}

	#divRightColumn ul {
		margin: 0px 0px 0px 20px; 
		padding: 0px; 
		font-size: .96em; 
		}
	#divLeftColumn .clsArticleHeading 
		{
		font-size: 1.5em; 
		}
	#divRightColumn .clsArticleContent p
		{
		margin-top: 0px; 
		padding: 0px; 
		text-align: left; 
		text-align: center; 
		font-size: .925em; 
		}



/* Section 7:  Special Selectors */

/* Pseudo-Element Selectors */
/* Precedence Score: 0,0,0,1 per pseudo-element selector */
/* Affects the document tree. */
/* ex. p:first-line */


		
/* Pseudo-Class Selectors */
/* Precedence Score: 0,0,1,0 per pseudo-class selector */
/* Specifiy styles by element characteristics. */
/* ex. a:visited */


		
/* Attribute Selectors */
/* Precedence Score: 0,0,1,0 per attribute selector */
/* ex. p:[class=clsGreen] */
	
	
	
/* Important Styles */
/* Precedence Score: !important trumps precedence. */
/* ex. p {background: yellow ! important} */
	
	
	
/* End of IndexPageContentColumns.css */