/* Print Style Sheet */

	body {
		font: 10pt Arial, Helvetica, sans-serif;
		color: #000;
		}
		
	.printLogo {
		display: block;
		}
		
	a {	
		color: #000;
		text-decoration: none;
		}
		
	a img {
		border: 0;
		}
		
	h2 {
		font-size: 1.2em;
		border-top: 1px solid #666;
		padding-top: 15px;
		}
		
	ul {
		list-style: none;
		}
		
	/* turn off */
	
	.skipLink,
	.basics,
	.detailsPageTabs,
	#mainNav,
	.header,
	.leftCol,
	.paging,
	.searchBar,
	.contentFooter,
	.footer,
	.home #content,
	#homeFlash2,
	#homeFlash3 {
		display: none;
		}
		
		
	.newsListItem  {
		background: url(../images/generic/dotted-line.gif) 0 100% repeat-x;
		padding: 18px 0;
		clear: right;
		}

	.newsListItem img {
		float: right;
		margin: 0 0 10px 10px;
		}
		
	.newsListItem h3 {
		display: inline;
		color: #00B5CC;
		font-size: 1em;
		margin: 0;
		padding-right: 4px;
		}
		
	.newsListItem h3 a {
		color: #00B5CC;
		text-decoration: none;
		}
		
	.newsListItem p {
		margin: 3px 0 1em;
		}
		
	.newsDate {
		color: #878787;
		}
		
	/* sIFR */
		
	.sIFR-flash, 
	.sIFR-flash object, 
	.sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
		}

	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		}
		
		
/* 3 :-------- cManagerForm ------------ */

	.cManagerForm {
		margin: 0 0 20px;
		border: 0;
		}
				
	.cManagerForm legend {
		font-size: 1.4em;
		font-weight: bold;
		padding: 0;
		margin: 0 0 15px;
		}
		
	.cManagerForm fieldset {
		border: 1px solid #ccc;
		margin-bottom: 2em;
		padding: 0 10px;
		}
				
	.cManagerForm fieldset legend {
		font-size: 1.1em;
		margin: 0 0 15px;
		color: #666;
		}
		
	.cManagerForm .cManagerFormRow {
		padding: 5px 0;
		padding-left: 140px; 
		}
		
	.cManagerFormRow label {
		float: left;
		width: 140px;
		margin: 0;
		color: #333;
		margin-left: -140px;
		padding-bottom: 5px;
		}
		
	.cManagerForm .cManagerRadioList label,
	.cManagerForm .cManagerCheckList label {		
		float: none;
		display: block;
		margin: 0;
		}
		
	.cManagerForm .cManagerRadioList input,
	.cManagerForm .cManagerCheckList input  {
		border: 0;
		}
				
	.cManagerForm label.required {
		background: url(../images/elements/contact_required.gif) 95% 5px no-repeat;
		}
		
	.cManagerForm input,
	.cManagerForm textarea,
	.cManagerForm select {
		border: 1px solid #DCDCDC;
		width: 220px;
		color: #333;
		padding: 3px;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		margin-bottom: 5px;
		vertical-align: top;
		background: url(../images/elements/searchText_bg.gif) 0 0 repeat-x;
		font-size: 1em;
		}
		
	.cManagerForm select {
		padding: 0;
		}
		
	input.submitButton {	
		border: 0;
		width: auto;
		background: none;
		}	
	
	.cManagerForm #errorText {
		display: block;
		color: #FF0000;
		padding: 3px 0;
		margin-bottom: 1.5em;
		}
		
	.cManagerForm .error {
		color: #FF0000;
		margin-left: 3px;
		}