
body {line-height: 140%;}   		 /* Sets line-height for all pages */

.contentmain     { 				/* Sets properties for main content DIV */
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:650px;
	background-color:#FFF;
	margin:0px 5px 5px 6px;
	padding:5px;
	vertical-align:top;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
}
.maintbl	{						/* Sets main table width and centers - table contains press release and photo with caption */
	TEXT-ALIGN: center;
	PADDING: 2px; 
	WIDTH:75%;
}
.sidecol{							/* Sets width, alignment and padding of side column for press release photo and quote */
	width : 20%;
	padding-left : 2px;
	color : #000000;
	padding : 3px;	
	VERTICAL-ALIGN: top;
}
.maincol 	{						/* Sets width, alignment and padding of main column for press release content and border that seperates the two columns*/
	width:80%;
	color : #000000;
	BORDER-RIGHT: 1px solid #C0C0C0;	
	TEXT-ALIGN: left;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: top;

	}
.quote {							/* Styles for quote in Press Release */
	FONT: bold italic 14px Times,serif;
	TEXT-ALIGN: left;
	LINE-HEIGHT: 20px;
	
}
.quotesign {						/* Styles for quote signature in Press Release */
	FONT-WEIGHT: bold; 
	FONT-STYLE: italic; 
	TEXT-ALIGN: right;
	FONT: bold italic 14px Times,serif;
}
.smaller {						
	FONT: bold italic 12px Times,serif;
}
.onecoltest      { 
	width:99%;
	border-top:none;
	border-left:1px #CCC solid;
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
	background-color:#FFF;
	margin:0px 5px 5px 6px;
	padding:5px;
	vertical-align:top;
	height: 100%;
}
 div.title	                                   /* Sets bg to blue and white text for side menu title */
{
	BACKGROUND-COLOR:#71A3BE;
	PADDING: 1px;
	COLOR: #fff;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
}
div.border	                                   /* Sets dashed border for side menu sections */
{
	BORDER: 1px dashed #71A3BE;
	PADDING: 3px;
	MARGIN-BOTTOM: 2px;
}
.onecoltab_new   						/* Updated main stylesheet class ONLY for Program at a Glance default.htm */  
{ 
	width:98%;
   	margin:5px 8px 5px 8px;
   	background-color: #F7F3F7;
   	background-image: url(/menu/images/tabBackground.jpg);
   	text-align:center;
   	height:18px;
   	border-left:3px #F7F3F7 solid;
   	color:#FFF;
   	font-weight:bold;
}