/* 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 */
	#cpsTable {
	margin-right:auto;
	margin-left:auto;
	width:760px;
	text-align:center;
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent2 {
		margin-top:3px;
		display:block;
		padding:3px;
	}
	#pageContent3 {
		margin-top:3px;
		display:block;
		padding:3px;
	}
	#curtains {
		background-image:url(../images/build/curtainback.jpg);
		background-repeat:no-repeat;
	}
	
	#tabnavigation{display:block;float:none;}
	#pageContent{
		float:none; 
		text-align:justify;
		margin-right:auto;
		margin-left:auto;
		color:#000000;
		display:block;
/*		padding:10px;
		width:638px;*/
	}
	html>body #pageContent{

	}
	#pageContent .table {
		float:none; 
		text-align:left;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
		padding:0px;
	}
	/*#pageContent td {
		padding:5px;
	}*/

	#pageContent {
	margin-left:14px;
	}	
	#pageContent .header{padding-left:0px;padding-right:0px;height:0px;}
	#pageContent h1 {
		padding:0px;
		margin:0px;
		color:#2A3695;
		border-bottom:1px solid #CCCCCC;
	}
	#pageContent div {
		padding:5px;
	}
	#pageContent p {
		padding:0px;
		margin:3px 0px 3px 0px;
	}


/* ------------------------------------------ */
/* Main Navigation Top*/	
	#topnavigation {
		font-weight:normal;
		text-decoration: none;
		text-transform:uppercase;
		border:0px solid white;
		/*margin-top:53px;*/
		color:#003366;
	}
	
	#topnavigation a.on:visited, #topnavigation a.on:active, #topnavigation a.on:link, 
	#topnavigation a.off:visited, #topnavigation a.off:active, #topnavigation a.off:link {
	/*background-image:url(../images/build/buttonOn.gif);
	background-repeat:no-repeat;
	width:101px;
	height:35px;
	margin-left:2px;
	margin-right:2px;
	padding-top:10px;
	text-align:center;*/
	color:#003366;
	}

	#topnavigation a.on:hover, #topnavigation a.off:hover {
		text-decoration: underline;
	}


	#subnav {
	display:block;
	width:193px;
	}
	#subnav a{
	width:193px;
	color:#2A3695;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	margin-top:2px;
	padding:7px;
	border:1px solid #2A3695;
	display:block;
}





/* ------------------------------------------ */
/* 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 input {
		border:1px solid #999999;
		width:90%;
		margin-bottom:1px;
		background-color:#EEEEEE;
	}
	#sendtoafriend .but {
		border:1px solid #999999;
		width:60px;
		background-color:#EEEEEE;
	}






/* ------------------------------------------ */
/* called from navMain.asp */	
	#leftnavigation a{
		font-size: 12px;
		width:174px;
		height:28px;
		border:1px solid white;
		font-weight:normal;
		padding-top:5px;
		margin-left:3px;
	}
	#leftnavigation a.mainon:visited, #leftnavigation a.mainon:active, #leftnavigation a.mainon:link {
		padding-left:18px;
		text-decoration: none;
		color:#ffffff;
		font-weight:normal;
		background-color:#CCCCCC;
		background-image:url(../images/build/buttonON.gif);
		background-repeat:no-repeat;
	}
	#leftnavigation a.mainon:hover {
	}
	#leftnavigation a.mainoff:visited, #leftnavigation a.mainoff:active, #leftnavigation a.mainoff:link {
		padding-left:18px;
		text-decoration: none;
		color:#ffffff;
		font-weight:normal;
		background-color:#00A253;
		background-image:url(../images/build/buttonOFF.gif);
		background-repeat:no-repeat;
	}
	#leftnavigation a.mainoff:hover {

	}

