

	/*-- START: triColumn ------------*/
	
		.triColumn {
			width:210px;
			float:left;
			margin:0px;
			margin-right:10px;
		}

		.triColumn.last {
			margin-right:0px;
		}
		
	/*-- END: triColumn ------------*/

	/*-- START: grayBox ------------*/

		.grayBox {
			width: 210px;
			height: 198px;
			background: #EAEAEA url("http://www.cmich.edu/images/CHSBS/template/gray-box-bottom.gif") no-repeat left bottom;
			padding-bottom:14px;
			padding-top:0px;
		}
	
		
		#mainpanel .grayBox h3 {
			background: #EAEAEA url("http://www.cmich.edu/images/CHSBS/template/gray-box-top.gif") no-repeat left top;
			font: 22px MetaPlusMediumRoman, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;				
			padding:12px 10px 0px !important;
			border-bottom: dotted 2px #BB9600;
			color:#BB9600;
			margin-top:0px;
			margin-bottom:4px;
		}
		
		#mainpanel .grayBox p {
			margin:0px 10px 8px;
		}

			#mainpanel .grayBox p.picCaption {
				color:#660033;
				font: 12px MetaPlusMediumRoman, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;				
				margin-bottom:0px;
				margin-top: 0px;
			}
	
		#mainpanel .grayBox img {
			margin-left:10px;
		}

			#mainpanel .grayBox a.readmore {
				color:#660033;
				font-weight:bold;
				font-family: MetaPlusMediumRoman, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;				
			}

		#theBoxes{
			margin-left:-20px;			
			padding-top:10px;	
		}
			
	/*-- END: grayBox ------------*/


