/* REACH OUT page */

	p { font-size: 10px; padding-top: 20px; margin-left: 30px; }

	#content { margin-top: 20px; }
	
	*html #content { margin-top: 19px; }
	
	select.farleft {
		position:absolute;
		top:0px;
		left: 40px;
		width: 160px;
		}
	
	select.left {
		position:absolute;
		top:0px;
		left: 230px;
		width: 169px;
		}
	
	select.center {
		position:absolute;
		top:0px;
		left: 426px;
		width: 166px;
		}
		
	select.right {
		position:absolute;
		top:0px;
		left: 617px;
		width: 130px;
		}
		
	*html .left { width: 165px; /* \*/ left: 230px; /* */ }
	*html .center { width: 162px; /* \*/ left: 422px; /* */ }
		
	
	
	#update {
		width: 126px;
		position: absolute;
		left: 670px;
		top: 40px;
		}
		
	#update a { color: #FF8A00; font-size: 11px; }

	#download {
		text-align:center;
		margin: 0px 0px 10px 0px;
		padding-top:40px;
		}
		
	*html #download {
		padding-top:20px;
		/* \*/
		padding-top: 40px;
		/* */
		}
		
	h3 { font-size: 11px; text-transform: lowercase; }
	h3#download a { color: #FF8A00; }
	
	table {
		width: 766px;
		margin-left: 13px;
		}
		
	th {
		background: url(../images/doubleblack.gif) bottom left no-repeat;
		padding: 18px 18px 20px 15px;
		margin: 0px;
		text-align:left;
		}
	
	td {
		padding: 10px 15px;
		border-top: 2px solid #FFFFFF;
		margin-top: 20px;
		}
		
	td { font-size: 10px; font-weight:bold; }
	td span { font-weight:normal; }
	td.text { font-size: 9px; font-weight:normal; padding: 0px 18px 15px 198px; }
	td.text { *padding: 0px 18px 15px 237px; }
	.first td, td.text { border: 0px; margin: 0px; }
	
	td img { background: #FFFFFF; margin: 1em 0px 0px 0px; border: 1px solid #352E2C; }
	
	#content td a { color: #FF8A00; text-decoration:none; }
	#content td a:hover, #content td a:active { text-decoration:line-through; }
		
/* background */

	body, html { background: #F0F0CF url(../images/bg_reach_page.gif) center top no-repeat; }
	#container { background: transparent url(../images/bg_reach.gif) 0px 0px no-repeat; }

