/* 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: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}




/* ------------------------------------------ */

/* Header */
	#header {
	width:780px;
	border:1px solid black;
	}
	/* td header with background at start cell 1*/
	#header td {
	background-image:url(../images/build/headerRepeater.jpg);
	background-repeat:repeat-x;
	height:165px;
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent{
		margin:10px;
		width:578px;
		text-align:justify;
	}
	#pageContent table{
		width:578px;
		margin-bottom:20px; 
		border-bottom:1px solid #CCCCCC;
	}
	#pageContent .header{
	color:#999999;
	}
	#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:179px;
	font-size: 13px;
	color: #333333;
	}
html>body #topnavigation {
	width:179px;
	}
#topnavigation a:visited, #topnavigation a:active, #topnavigation a:link {
	height:25px;
	background-image:url(../images/build/MainNavrepeater.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	text-decoration: none;
	display:block;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	padding-left:15px;
	}

#topnavigation a:hover {
	}
#topnavigation a.on, #topnavigation a.on:visited, #topnavigation a.on:active {
	background-image:url(../images/build/MainNavrepeater.jpg);
	background-repeat:repeat-x;
	}
#topnavigation a.on:hover {
	}
#topnavigation a.on_, #topnavigation a.on_:visited, #topnavigation a.on_:active {
	background-image:url(../images/build/MainNavrepeater.jpg);
	background-repeat:repeat-x;
	}
#topnavigation a.on_:hover {
	}
	
#topnavigation a.sub, #topnavigation a.sub:visited, #topnavigation a.sub:active  {
	font-size: 12px;
	color: #003399;
	padding-left:18px;
	background-image:url(../images/build/SubNavrepeater.jpg);
	background-repeat:repeat-x;
	}
#topnavigation a.subon, #topnavigation a.subon:visited, #topnavigation a.subon:active  {
	font-size: 12px;
	color: #003399;
	padding-left:18px;
	background-image:url(../images/build/SubNavrepeater.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:underline;
	}