/* 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:758px;
	margin-left:auto;
	margin-right:auto;
	}
	/* td header with background at start cell 1*/
	#header td {
	}
	#header .underNav {
		background-image:url(../images/build/underNav.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
		vertical-align:top;
		text-align:right;
	}
	#header .mainLogo {
	width:215px;
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent{
		margin:10px;
		width:500px;
		text-align:justify;
	}
	#pageContent table{
		width:500px;
		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 {
		background-image:url(../images/build/sendtofreind.jpg);
		background-repeat:no-repeat;
		width:199px;
		height:98px;
		margin:5px;
		padding:10px;
	}
	#sendtoafriend table {
		margin:3px;
		width:200px;
	}
	#sendtoafriend h1 {
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
		margin:0px;
		padding:0px
	}
	#sendtoafriend .label {
		font-weight:normal;
		color:#FFFFFF;
		width:80px;
		white-space:;
	}
	#sendtoafriend .imp {
		border:1px solid #999999;
		width:85%;
		background-color:#99CC00;
	}
	#sendtoafriend .but {
		border:1px solid #999999;
		width:90%;
		background-color:#99CC00;
	}










/* ------------------------------------------ */
/* called from navMain.asp */	
	#topnavigation2 {
		font-size: 11px;
		text-align:center;
		width:757px;
		background-image:url(../images/build/mainNavOFF.jpg);
		height:34px;
		color:#ffffff;

	}
	
	#topnavigation2 a {
		color:#ffffff;
	}
	
	#topnavigation2 a.OFF:visited, #topnavigation2 a.OFF:active, #topnavigation2 a.OFF:link {
		text-decoration: none;
		color:#ffffff;


	}
	#topnavigation a.OFF:hover {
		color:#ffffff;
	}
	#topnavigation2 a.ON:visited, #topnavigation2 a.ON:active, #topnavigation2 a.ON:link {
		color:#ffffff;
		text-align:center;
	}
	#topnavigation2 a.on:hover {
		color:#ffffff;
		text-align:center;
	}



/* ------------------------------------------ */
/* called from navMain.asp */	
	#topnavigation {
		font-size: 12px;
		margin-right:30px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		color:#004FA5;
	}
	
	#topnavigation a {
		color:#004FA5;
	}
	
	#topnavigation a.OFF:visited, #topnavigation a.OFF:active, #topnavigation a.OFF:link {
		text-decoration: none;
		color:#004FA5;
	}
	#topnavigation a.OFF:hover {
		color:#004FA5;
	}
	#topnavigation a.ON:visited, #topnavigation a.ON:active, #topnavigation a.ON:link {
		color:#004FA5;
	}
	#topnavigation a.on:hover {
		color:#004FA5;
	}
	
	#leftnav {
		width:199px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#leftnav .top {
		background-image:url(../images/build/stftop.gif);
		height:9px;
		background-position:top;
		background-repeat:no-repeat;
	}
	
	#leftnav .middle {
		background-image:url(../images/build/stfmiddle.gif);
		background-repeat:repeat-y;
		padding-left:6px;
		padding-right:6px;
	}
	
	#leftnav .bottom {
		background-image:url(../images/build/stfbottom.gif);
		height:9px;
		background-repeat:no-repeat;
	}
