/* FOR ALL */
/* html>body */
/* First set your css tag, then if you use html>body followed by the tag */
/* i.e. 'html>body pagecontent' then i.e. will ignore this */
/* All other browsers seem to see it so it fixes any browser issues */

/* FOR YOU SAM */
/* THESE CONTROL ALL THE LINKS BY DEFAULT */
a:link, a:active, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}




/* ------------------------------------------ */

/* Header */
	#header {
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Page Content */
	
	#pageContent table { font-size:11px; border:0px;  }
	#pageContent p { font-size:11px; border:0px;  }
	#pageContent th { font-weight:normal; border:0px; padding:2px;  }
	#pageContent td { font-weight:normal; border:0px; padding:2px;  }
	
	#pageContent .style1 { 	font-size:20px; color:#004283; } /* Blue Head For Specials Page */
	#pageContent .style2 { 	font-size:14px; color:#B82738; font-weight:bold; } /* Red Text For Specials Page */
	#pageContent .rule1 { 	color:#B82738; padding:0px; margin:0 0 0 0;  } /* Red Horizontal Line */
	#pageContent .style3 { 	font-size:22px; color:#B82738; margin:0 0 0 0;  } /* Red Text For Specials Page */
	#pageContent .paddingLeft { padding-left:10px; }
	#pageContent .paddingRight { padding-right:10px; }
	
	/* #th0A7A10080000, #th11A3CB780000 { border:1px solid #333333; background-color:#D4D7EA; } */
	/* #th0A7A10080001, #th11A3CB780001 { border:1px solid #333333;  } */
	/* #th0A7A10080002, #th11A3CB780002 { border:1px solid #333333; background-color:#D4D7EA; } */
	
	#pageContent{
		color:#000000;
		margin:11px 0 10px 22px;
		padding:0 15px 0 0;
		text-align:left;
	}
	
	#pageContent p{
		margin:0 0 15px 0;
		font-size:11px;
		xwidth:570px;
		xwidth:744px;
	}
	
	#pageContent ul{
		margin:0 0 15px 22px;
		font-size:12px;
	}
	#pageContent li{
		font-size:12px;
	}


/* ------------------------------------------ */
/* Send to a friend */	

	#sendtoafriend {
		width:200px;
		margin:5px;
		border:1px dashed #666666;
	}
	#sendtoafriend table {
		margin:3px;
		width:200px;
	}
	#sendtoafriend h1 {
		margin:0px;
		padding:0px
	}
	#sendtoafriend .label {
		font-weight:bold;
		width:80px;
		white-space:nowrap;
	}
	#sendtoafriend .imp {
		border:1px solid #999999;
		width:90%;
		background-color:#99CC00;
	}
	#sendtoafriend .but {
		border:1px solid #999999;
		width:90%;
		background-color:#99CC00;
	}






/* ------------------------------------------ */
/* called from navMain.asp */	
	#topnavigation {
		color:#0033CC;
		font-size: 12px;
		padding-top:26px;
	}
	#topnavigation a.OFF:visited, #topnavigation a.OFF:active, #topnavigation a.OFF:link {
		text-decoration: none;
	}
	#topnavigation a.OFF:hover {
	}
	#topnavigation a.ON:visited, #topnavigation a.ON:active, #topnavigation a.ON:link {
	}
	#topnavigation a.on:hover {
	}
/* ------------------------------------------ */
/* called from navMain.asp */	
	#subNav {
	height:30px;
	padding-left:18px;
	}
	#subNav a.off:visited, #subNav a.off:active, #subNav a.off:link {
		color:#ffffff;
		text-decoration: none;
		font-size:11px;
	}
	#subNav a.off:hover {
	}
	#subNav a.on:visited, #subNav a.on:active, #subNav a.on:link {
		color:#07CCFF;
		color:#ffffff;
		text-decoration: none;
		font-size:11px
	}
	#subNav a.on:hover {
	}
	
	.navleft      { margin:0; width:172px; border-bottom:1px solid #c2c5d8; text-align:left; padding:3px 0 3px 6px; }
	.navleft a    { text-decoration:none; font-weight:bold; }	
	
	#address			{ font-size:11px; line-height:17px; font-weight:bold; text-align:left; padding-left:14px; margin:40px 0 19px 0; }
	
	#homebottom   { width:737px; margin:19px 0 6px 0; border:0px solid red; }
	.homebottomtitle { background-color:#162068; height:19px; width:179px; padding-top:3px; font-size:11px; color:#ffffff; font-weight:bold; text-align:center; }
	
