/***********************************************//* StyleSheeet						          *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/ body{	font-family: "Lucida Grande",Verdana,Arial,sans-serif;	font-size: 10pt;	color: #333333;	margin: 108px 0px 0px 0px;	/*padding: 0px 0px 5px 10px;*/	background-color: #FFE4E1; 					/*MistyRose*/	background-image: url(gfx2/h-tile.jpg);	/* torn paper, top of page */	background-repeat: repeat-x;	min-width: 1000px;}a{	color: #191970;  /*MidnightBlue*/	text-decoration: none;}a:link{	color: #191970;  /*MidnightBlue*/	text-decoration: none;}a:visited{	color: #191970;  /*MidnightBlue*/	text-decoration: none;}a:hover{	color: #191970;  /*MidnightBlue*/	text-decoration: underline;}p{	padding: 0px 0px 10px 10px;	margin: 0px;/*border: 1px solid #000;*/}p.caption{	clear: both;	font-style: italic;	text-align: center;}h1{	font-size: 16pt;	margin: 0px;	/* padding: 5px 0px 5px 10px; */	text-align: center;	color: #333333;		width: 100%;	clear: both;	padding: 10px 0px 10px 0px;}h2{	font-size: 14pt;	margin: 0px;	/*color: #333333;*/	padding: 5px 0px 5px 10px;	text-decoration: underline;	width: 100%;	clear: both;}h3{	font-size: 12pt;	margin: 0px;	/*color: #333333;*/	padding: 5px 0px 5px 10px;	width: 100%;	clear: both;}h4{	font-size: 10pt;	margin: 0px;	padding: 5px 0px 5px 10px;}h5{	font-size: 10pt;	font-weight: normal;	color: #ffffff;	margin: 0px;	margin-top: 10px;	margin-bottom: 5px;	padding: 1px 0px 2px 10px;	background-color: #191970;	clear: both;}ul{	list-style-type: square;	margin-left: 2em;	margin-top: 0px;	padding-top: 0px;	padding-left: 0px;/*border: 1px solid #000;*/}ul ul{ 	list-style-type: disc;}ul ul ul{ 	list-style-type: none;}li{	padding-bottom: 4px;}table{	border-collapse: collapse;	border-color: #191970;}th{	color: #191970;  /*MidnightBlue*/	background-color: #BABDCF;	/*light blue/gray */}td{	padding-left: 5px;	padding-right: 5px;}label{	font-family: "Lucida Grande",Arial,sans-serif;	font-size: 100%;	font-weight: bold;	color: #334d55;}.noFloat{	clear: both;}/***********************************************//* Layout Divs                                 *//***********************************************/#masthead{	padding: 4px 0px 0px 0px;	width: 100%;	position:absolute;	left:4px;	top:10px}#navBar{	float: left;	width: 20%;	margin: 0px;	padding: 0px;	background-color: #BABDCF;	border-right: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;}#headlines{  	float:right;	width: 20%;	border-left: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;	padding-right: 10px;}#content{ /* 3 columns */	float: left;	width: 55%;	color: #333333;	padding: 0px 0px 5px 10px;	background-image: url(gfx2/bkgrnd-gradient.jpg);	background-position: center;	background-repeat: repeat-y;}#content img{	padding: 5px 5px 5px 5px;}#content a:link{	font-weight: bold;}#content2Column /* without menu on the left */{	float: left;	width: 75%;	color: #333333;	padding: 0px 0px 5px 10px;	background-image: url(gfx2/bkgrnd-gradient.jpg);	background-position: center;	background-repeat: repeat-y;}#content1Column{	/* width: 75%; */	color: #333333;	padding: 0px 0px 5px 10px;	background-image: url(gfx2/bkgrnd-gradient.jpg);	background-position: center;	background-repeat: repeat-y;}/***********************************************//* Components                                  *//***********************************************/#siteName  /* ie MacScrapbook.com */{	margin: 0;	padding: 0px;	position:absolute;	top: 2px;	left: 10px;	font-family: "Apple Chancery", cursive;	font-size: 30pt;	color: #191970;	/*text-shadow: 2px 2px 2px darkblue;*/	/*-webkit-text-stroke: 1px darkblue;  */	/*-webkit-text-fill-color: white; */}/************* #globalNav styles **************/#globalNav{	position:absolute;	left:4px;	top:85px;	font-size: 10pt;	padding: 0px 0px 5px 5px;	color: #191970;  /*MidnightBlue - note same as address color*/}#globalNav img{	display: block;}#globalNav a {	color: #191970;  /*MidnightBlue*/	font-weight: bold;}#globalNav a:visited{	text-decoration: none;	font-weight: bold;	color: #333333;		/* Dark Gray */}#globalNav a:hover{	color: #FDF5E6;	/*OldLace*/	/*text-decoration: none; -- firefox screws this up*/}/*************** #pageName styles **************/#pageName{	font-family: "Lucida Grande", Verdana, Arial, sans-serif;	font-weight: bold;	font-size: 14pt;	margin: 0px;	padding: 2px 0px 4px 10px;	color: #373771;	left:10px;	border-bottom: 1px solid #cccccc;}/************* #breadCrumb styles *************/#breadCrumb{	font-size: 9pt;	font-weight: normal;}/************* #siteInfo styles ***************/#siteInfo{	clear: both;	border: 1px solid #cccccc;	font-size: 10pt;	color: #333333;	padding: 6px 6px 6px 6px;	background-color: #BABDCF;	text-align: center;}#siteInfo img{	padding: 4px 4px 4px 10px;	vertical-align: middle;	border: 0px;}#siteInfo a:link {	text-decoration: none;	font-weight: bold;	color: #191970;		/* MidnightBlue */}#siteInfo a:visited{	text-decoration: none;	font-weight: bold;	color: #333333;		/* Dark Gray */}#siteInfo a:hover{	text-decoration: underline;	font-weight: bold;	color: #FDF5E6;		/*OldLace*/ }#siteInfo a:active{	text-decoration: none;	font-weight: bold;	color: #FDF5E6;		/*OldLace*/ /*color: #E3E3E3;	*/	/* Dark Gray */}/*********** #navBar link styles ***********/#navBar ul a:link, #navBar ul a:visited {display: block;}#navBar ul {list-style: none; margin: 0; padding: 0;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */#navBar li {border-bottom: 1px solid #EEE;}/* fix for browsers that don't need the hack */html>body #navBar li {border-bottom: none;}/*********** #sectionLinks styles ***********/#sectionLinks{	position: relative;	margin: 0px;	padding: 0px;	border-bottom: 1px solid #cccccc;}#sectionLinks h3{	padding: 10px 0px 2px 10px;}#sectionLinks a {	display: block;	border-top: 1px solid #cccccc;	padding: 2px 0px 2px 10px;}#sectionLinks a:hover{	background-color: #dddddd;}/*********** .relatedLinks styles ***********/.relatedLinks{	position: relative;	margin: 0px;	padding: 0px 0px 10px 10px;}.relatedLinks h3{	padding: 10px 0px 2px 0px;}.relatedLinks a:link,.relatedLinks a:visited {	display: block; }/************** #advert styles **************/#advert{	padding: 30px 0px 10px;}#advert img{	display: block;	border: 0px;}/************** #headlines styles **************/#headlines{	margin: 0px;	padding: 10px 0px 20px 10px;	font-size: 80%;}#headlines p{	padding: 5px 0px 5px 0px;}/************** #story styles **************//* story with images that float only on left */.storyLeft	{	clear: right;}.storyLeft img{	float: left;	padding: 5px 15px 5px 5px;}/* story with images that float only on right */.storyRight{	clear: left;}.storyRight img{	float: right;	padding: 5px 5px 5px 15px;}