/* 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: #0066CC;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}




/* ------------------------------------------ */

/* Header */
	#header {
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent{
		margin:10px;
		width:550px;
		text-align:justify;
	}
	#pageContent table{
		width:550px;
		margin-bottom:20px; 
		border-bottom:1px solid #CCCCCC;
	}
	#pageContent .header{}
	#pageContent .printIcon{
		width:30px;
	}
	#pageContent .mailto{
		width:20px;
	}
	#pageContent h1 {
		padding:0px;
		margin:0px;
	}












/* ------------------------------------------ */
/* 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:436px;
	}
	#topnavigation td {
	text-align:center;
	}
	#topnavigation a.OFF:visited, #topnavigation a.OFF:active, #topnavigation a.OFF:link {
		text-decoration: none;
		color:#FFFFFF;
	}
	#topnavigation a.OFF:hover {
	}
	#topnavigation a.ON:visited, #topnavigation a.ON:active, #topnavigation a.ON:link {
		color:#FFFFFF;
	}
	#topnavigation a.on:hover {
		text-decoration: none;
		color:#FFFFFF;
	}
	
/* ------------------------------------------ */
/* called from navMain.asp */	
	#topnavigation2 {
		font-size: 12px;
		background-image:url(../images/build/midNavRepeater.jpg);
		background-repeat:repeat-x;
		height:29px;
		width:750px;
	}
	#topnavigation2 td{
		text-align:center;
	}
	#topnavigation2 a.OFF:visited, #topnavigation2 a.OFF:active, #topnavigation2 a.OFF:link {
		text-decoration: none;
		color:#FFFFFF;
		background-image:url(../images/build/midNavOff.jpg);
		background-repeat:repeat-x;
		height:29px;
		padding-top:6px;
	}
	#topnavigation2 a.OFF:hover {
	}
	#topnavigation2 a.ON:visited, #topnavigation2 a.ON:active, #topnavigation2 a.ON:link {
		text-decoration: none;
		color:#FFFFFF;
		background-image:url(../images/build/midNavOn.jpg);
		background-repeat:repeat-x;
		height:29px;
		padding-top:6px;
	}
	#topnavigation2 a.on:hover {
	}	