/* FOR DISTINCT CLASSES AND IDS */

/* Header called from index.asp just beneath BODY */
	#header {
	margin:auto auto 2px auto; width:1004px; height:79px; text-align:right;	background-image:url(/images/build/mainLogo.jpg); background-repeat:no-repeat; }

/* called from navMain.asp */
/*
		|---------------------------------------------------|
		|									|---------------------------------|
		|									|																	|
		|									|																	|
		|									|																	|
		|									|---------------------------------|
		|																										|
		|---------------------------------------------------|
*/	
	#topnavigation {
		}
	#topnavigation a.off:visited, #topnavigation a.off:active, #topnavigation a.off:link {
		text-decoration: none; color:#874398;	}
	#topnavigation a.off:hover {
		text-decoration: none; color:#874398;	}
	#topnavigation a.on:visited, #topnavigation a.on:active, #topnavigation a.on:link {
		text-decoration: none; color:#874398; }
	#topnavigation a.on:hover {
		text-decoration: none; color:#874398;	}

/* ------------------------------------------ */
/* Controls the center container of two divs leftZone and centZone written in index.asp */

	#CenterContainer {
		width:1004px; margin:auto; }

/* ------------------------------------------ */
/* Controls the leftZone written on index.asp and outputted on navSub.asp */

	#CenterContainer #leftZone { 
		float:left; width:240px; margin:5px; }

	#CenterContainer #leftZone .main {
		text-align:left;
		background-image:url(/images/build/delim2.jpg);
		background-repeat:no-repeat;
		display:block;
		height:22px;
		padding-left:18px;
		padding-top:5px;
		color:#874398;
		border:1px solid #CCCCCC;
		margin-bottom:1px;
		}
	#CenterContainer #leftZone .mainon { 
		text-align:left;
		background-image:url(/images/build/delim2ON.jpg);
		background-repeat:no-repeat;
		background-color:#0267B5;
		display:block;
		height:22px;
		padding-left:18px;
		padding-top:5px;
		color:#FFFFFF;
		border:1px solid #CCCCCC;
		margin-bottom:1px;
		}

	#CenterContainer #leftZone .suboff { 
		text-align:left;
		background-image:url(/images/build/delim2subOFF.jpg);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		display:block;
		height:22px;
		padding-left:30px;
		padding-top:5px;
		color:#0267B5;
		border:1px solid #CCCCCC;
		margin-bottom:1px;
		}

	#CenterContainer #leftZone .subon { 
		text-align:left;
		background-image:url(/images/build/delim2subON.jpg);
		background-repeat:no-repeat;
		background-color:#0267B5;
		display:block;
		height:22px;
		padding-left:30px;
		padding-top:5px;
		color:#FFFFFF;
		border:1px solid #CCCCCC;
		margin-bottom:1px;
		}
		
/* ------------------------------------------ */
/*  */
	#CenterContainer #centZone { 
			border-left:0px solid #874398; float:left; width:750px; margin-top:5px; }

		#centZone .pageContentheader { 
			display:block; float:none; clear:both; width:750px; height:28px; background-color:#D6D6D6; color:#FFFFFF;	margin-bottom:10px; padding-bottom:2px; }
							.pageContentheader h1 {
								text-align:left; padding:0 5px; margin:0px;	float:left; width:680px; }
							.pageContentheader .printIcon{ float:left; width:30px; padding:4px 0 0 0;	}
							.pageContentheader .mailto{ float:left; width:20px; padding:4px 0 0 0; }
		
		#centZone .pageContentcontent { 
			display:block; float:none; clear:both; text-align:left; padding:5px; 
				background-image:url(/images/build/watermark.jpg);
				background-position:bottom;
				background-position:right;
				background-repeat:no-repeat;
		}
		#centZone .pageContentcontent img {
				/*border:1px solid #874398; */}
			
/* ------------------------------------------ */

	#botNavigation { margin-bottom:10px; }