/*1/23/2013 by Max.Before 1/23/2013 each watershed folder had its own CSS folder with default.css in it.These css folders were removed. Instead one watershed.css file was created in \wmd\watershed\css\ and reference was changed to point to this one css file for all watersheds.Watershed.css was created from original default.css by keeping only what was needed and to avoid interference with header menu, etc…Original css file is located in \wmd\watershed\css\default-ref-only.txt for reference only.*/#mainContent h1, h2, h3, h4 { 	color: #505050; /*#7598c4*/	text-align: center; 	padding: 0 20px;	}/*right nav*/#rightnav{position: relative;top:0px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: small;color: #FFFFFF;background-color: #004781;text-align: left;}#rightnav a { 	margin: 5px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;	color: #FFFFFF;	visited: #FFFFFF;	text-decoration: none;		}#RNheading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #FFFFFF; background-color: #0077C8;}