﻿
/*Department logo in the lower right corner- Standard width****************
The department logo should be added to this background image. The image needs to be stored in the department's cte-image directory. */
#icon-logo-bckgnd {
	background: url('cte-images/logo-Icon-StandardWidth.jpg') no-repeat right bottom;
	font-size: small;
	width: 895px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #27559A;
}

/*Department logo in the lower right corner- WIDE GRAY column****************
/*The department logo should be added to this background image. It will appear in the lower right corner.*/
#icon-logo-wideGray-bckgnd {
	background: url('cte-images/logo-Icon-WideColumn.jpg') no-repeat right bottom;	
	font-size: small;
	width: 896px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #27559A;
}

/* Right top photo in the header- Standard width */
#header-pic3 {
	background: url('/includes-cte/images-cte/tree-186.jpg') no-repeat;
	height: 146px;
	width: 183px;
}


/* Right top photo in the header- WIDE GRAY column. */
#header-colWide2-pic3 {
	background: url('/includes-cte/images-cte/trees-wider.jpg') no-repeat;
	height: 146px;
	width: 266px;
}

/* To customize Tables: There is css code on the top of each page to control 
the width of the first column in tables-- good for just that page. */

