/***********************************************//* cryo_style.css                              *//* Use with template main.dwt                  *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/body {	font-family: Arial, Helvetica, sans-serif;	background-color: #B4C6DB;	color: #000000;	font-size: 80%;	}/******* hyperlink and anchor tag styles *******/a:link, a:visited {	color: #005FA9;	text-decoration: none;}a:hover {	text-decoration: underline;}/************** header tag styles **************/h1 { font: bold 120% Arial, Helvetica, sans-serif; color: #000000;}h2 { font: bold 114% Arial, Helvetica, sans-seriff; color: #000000;}h3 { font: bold 100% Arial, Helvetica, sans-serif; color: #000000;}h4, h5 { font: 100% Arial, Helvetica, sans-serif; color: #000000;}/*************** list tag styles ***************/ul { list-style-type: none;}ul ul { list-style-type: disc;}ul ul ul { list-style-type: none;}/***********************************************//* Layout Divs                                 *//***********************************************/#mastHead {	height: 157px;	width: 900px;}#content {	width: 900px;	}#pageNav {	font: 90% Verdana, Arial, Helvetica, sans-serif;	padding: 20px 10px 10px;}/************** feature styles *****************/.feature {	padding-left: 15px;	padding-right: 15px;	padding-bottom: 10px;		/*min-height: 200px;*/	height: auto;	width: auto;}.feature h1 {	font: normal 350% Arial, sans-serif;	color: #666699;}.feature h3 {	font: normal 175% Arial, sans-serif;	color: #000000;	padding: 30px 0px 5px 0px;}.feature h4 {	font-size: 120%;	font-weight: bold;	color: #000000;}.feature img {	float: left;}.feature p {	padding-left: 10px;	padding-right: 10px;	font-size: 100%;	}.small p {	padding-left: 15px;	font-size: 80%;	}/***********************************************//* Component Divs                              *//***********************************************//************* globalNav styles ****************/#globalNav {	color: #999999;	background-color: #FFFFFF;	text-align: right;	padding-top: 5px;	padding-right: 10px;	padding-left: 10px;	padding-bottom: 5px;	border: 2px solid #000000;}a.gLink, a.gLink:visited {  	font-size: small;  	color: #1F72B3;	font-weight: bold;	margin: 0px;	padding: 2px 5px 4px 5px;	border-right: 2px solid #999999;}a.gLink:hover {	color: #FFFFFF;	background-color: #B4C6DB;	text-decoration: none;}a.gLinkLast, a.gLinkLast:visited {	font-size: small;  	color: #1F72B3;	font-weight: bold;	margin: 0px;	padding: 2px 5px 4px 5px;}a.gLinkLast:hover {	color: #FFFFFF;	background-color: #B4C6DB;	text-decoration: none;}