/* 
this file should contain ONLY css declarations that are EXCEPTIONS to those 
layed out in global-layout.css

Additionally, this file can contain classes that are unique to the 3 column layout.

*/
div#lowerHalf{
	background-image: url('images/vert_gray_line_at_534_with_blue_bar.gif');
	background-repeat: repeat-y;
}

div#content div#column1{
	width: 350px;		/* override full width from global-layout */
}



/* 
these are overrides of general classes in 'general-classes.css'  these parameters
are specific to this page layout.  Additional parameters are specified elsewhere.
*/

div.orangeBox{
	margin: 0;
	border: 1px solid #F47B20;
	padding: 3px;
}

.blueHead{
	width: 185px;
	background-image: url('images/headline_blue_190_bg.gif');
	background-repeat: no-repeat;
}


div.blueBox{
	margin: 0;
	border: 1px solid #6D7A8D;
	padding: 3px;
}

div.blueBox h2{
	margin: 0;
}




div.rightAd{
	padding: 6px 0;
	border-top: 1px solid #F47B20;
	border-bottom: 1px solid #F47B20;
}
