/* 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 {

}
a:hover {
}




/* ------------------------------------------ */

/* Header */
	#header {
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent{
		vertical-align:top;
		margin:12px 0px 0px 20px;
		text-align:justify;
		color:#0066CC;
		margin-bottom:25px; 
	}
	html>body #pageContent{
		margin:12px 0px 0px 20px;
		text-align:justify;
		color:#0066CC;
		margin-bottom:25px; 
	}
	#pageContent table{
		width:540px;
		margin-bottom:18px; 
		border-bottom:1px solid #f4f4f4;
	}
	#pageContent .header{
		color:#0066CC;
	}
	#pageContent .printIcon{
		width:30px;
	}
	#pageContent .mailto{
		width:20px;
	}
	#pageContent h1 {
		font-weight:normal;
		font-size:20px;
		padding:0px;
		margin:0px;
		margin-bottom:10px; 
}











/* ------------------------------------------ */
/* 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 {
		font-size: 12px;
		font-weight:bold;
		background-image: url(../images/build/main_rep.jpg);
		height:46px;
		width:100%;
		vertical-align:top;
	}
	#topnavigation td{
	}
	#topnavigation a.OFF:visited, #topnavigation a.OFF:active, #topnavigation a.OFF:link {
		text-decoration: none;
		color:#0066cc;

	}
	#topnavigation a.OFF:hover {
	}
	#topnavigation a.ON:visited, #topnavigation a.ON:active, #topnavigation a.ON:link {
		text-decoration: none;
		color:#0066cc;

	}
	#topnavigation a.on:hover {
	}
	

/* ------------------------------------------ */
/* called from leftNav.asp */		
	#leftNavigation {
		font-size: 11px;
	}
	#leftNavigation td{
		padding-left: 30px;
		font-size: 11px;
	}
	#leftNavigation a.main:visited, #leftNavigation a.main:active, #leftNavigation a.main:link {
		color:#ffffff;
		text-decoration:none;
	}
	#leftNavigation a.main:hover {
		color:#0066CC;
	}

	
	
	
	#secondContentArea{
		color:#0066CC;
		font-size:11px;
		text-align:center;
		background-image:url(../images/build/cointent2_rep.jpg);
		background-repeat:repeat-y; 
		height:60px;
		padding:10px;
	 }