/***********************************************//* UW-Richland Handheld                       *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/html{	margin:0px;	padding:0px;}body{	margin: 0px 2px;	padding: 0px 3px;	background-color: #fff3e3;}a{	color: #CC0000;}a:visited{	color: #660000;}a:hover{	color: #990000;	text-decoration: none;}	ul{	margin-left:20px;}ol{	margin-left:25px;}/***********************************************//* Layout Divs                                 *//***********************************************/#topNav {	background: #FFFCF8;}#topNav .navSearch{	color: #fffcf8;	background-color: #660000;}#sideNav{	background: #FFFCF8;}#content{	padding: 3px;	background: #FFFCF8;	line-height: 1.35;}/***********************************************//* Component Divs                              *//***********************************************//************ sectionLinks styles for sideNav section **************/#sectionLinks{	margin: 0px;	padding: 0px;}#sectionLinks h2 {	font-size: medium;}#sectionLinks h3 {	font-size:medium;	background-image:url(../images/sidenav_active_arrow.gif);	background-repeat:no-repeat;	background-position: top right;}#sectionLinks h3 a:link, #sectionLinks h3 a:visited {	color:#660000;}/************** feature styles for content section *****************/.feature h2, .feature h3, .feature h4, .feature h5{	color: #660000;}.feature h4, .feature h5{	margin-bottom: -15px;}.sectionhead{	display: none;	visibility: hidden;}#content table{	display: table;	table-layout:auto;	width: 100%;	border-color: #a59c76;	margin: 20px 0px;}#content td{	padding:2px;	vertical-align: middle;}#content td h3{	font: bold .8em verdana,arial,sans-serif;	color: #660000;	margin:2px;}.tableHead{	background-color: #ddd0af;}/************** homefeature styles for mainContent section on home page *****************/.homefeature h1{	color: #660000;}/************** siteInfo styles ****************/#siteInfo{	padding: 3px;	font-size: small;	background-color: #eddec7;	line-height: 1.15;}#siteInfo a{	font-weight: bold;}/************** off-left and skipLinks styles ****************/.off-left{	font-size: small;	line-height: 1.15;}.hideLinks{	font-size: small;	line-height: 1.15;}/********************* end **********************/
