/* 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: #F58510;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a.wishlink:link, a.wishlink:active, a.wishlink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.wishlink:hover {
	color: orange;
	text-decoration: underline;
	font-weight: bold;
}


/* ------------------------------------------ */

/* Header */
	#header {
	width:1024px;
	background-color:#F58510;
	}
	/* td header with background at start cell 1*/
	#header td {
	width:1024px;
	background-color:#F58510;
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent{
		width:550px;
		text-align:justify;
		color:#FFFFFF;
	}
	#pageContent table{
		color:#FFFFFF;
		width:550px;
		margin-bottom:20px; 
		border-bottom:1px solid #CCCCCC;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#pageContent .header{
		
	}
	#pageContent .printIcon{
		width:30px;
	}
	#pageContent .mailto{
		width:20px;
	}













/* ------------------------------------------ */
/* 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 {
	width:980px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:left;
	height:21px;
	}
	#topnavigationMAC {
	width:980px;
	padding-top:8px;
	padding-bottom:0px;
	text-align:left;
	height:21px;
	}
	#topnavigation2 {
	width:980px;
	text-align:left;
	height:21px;
	height:24px;
	}
	#topnavigation2 a.off:visited, #topnavigation2 a.off:active, #topnavigation2 a.off:link,
	#topnavigationMAC a.off:visited, #topnavigationMAC a.off:active, #topnavigationMAC a.off:link,
	#topnavigation a.off:visited, #topnavigation a.off:active, #topnavigation a.off:link {
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
	}
	#topnavigation2 a.on:visited, #topnavigation2 a.on:active, #topnavigation2 a.on:link,
	#topnavigationMAC a.on:visited, #topnavigationMAC a.on:active, #topnavigationMAC a.on:link,
	#topnavigation a.on:visited, #topnavigation a.on:active, #topnavigation a.on:link {
	font-size:12px;
	color:#F58510;
	text-decoration:none
	}
	#topnavigation2 a.off:hover, #topnavigationMAC a.off:hover, #topnavigation a.off:hover {
	font-size:12px;
	color:#908C8D;
	text-decoration:none
	}
	#topnavigation2 a.on:hover, #topnavigationMAC a.on:hover, #topnavigation a.on:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none
	}
