/* CSS Document *//* HTML tag styles                             *//***********************************************/ body{	font-family: Arial, sans-serif;	color: #333333;	line-height: 1.25;		margin: 0px;	padding: 0px;}a:link {	color: 1b3f95;	text-decoration: none;	}a:visited {	color: #DA7121;	text-decoration: none;}a:hover {	color: #8cc640;	text-decoration: none;}h1, h2, h3, h4, h5, h6 {	font-family: Arial,sans-serif;	margin: 0px;	padding: 0px;}h1{	font-family: "Times New Roman", Times, serif;	font-size: 150%;	color: #1B3F95;	font-weight: bold;	padding-top: 10px;}h2{	font-size: 114%;	color: #1B3F95;	font-family: "Times New Roman", Times, serif;	font-weight: bold;}h3{	font-size: 90%;	color: #1B3F95;	font-weight: bold;}h4{ font-size: 100%; font-weight: normal; color: #333333;}ul{	list-style-type: disc;	list-style-image: url(image/navigation/bullet.gif);	list-style-position: outside;}ul ul{ list-style-type: circle;}ul ul ul{ list-style-type: none;}label{ font: bold 100% Arial,sans-serif; color: #334d55;}				/***********************************************//* Layout Divs                                 *//***********************************************/#navBar{	margin: 0;	padding: 0px;}#content{  float:left;	width: 542px;	margin: 0;	padding: 0 15px 10px;}.footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	font-weight: bold;	color: #FFFFFF;}#bottomNav {	width: 750px;	padding-top: 20px;	padding-left: 0px;	padding-bottom: 20px;	}#navlinks {	padding-top: 15px;	padding-right: 0px;	padding-left: 10px;	margin-top: 0px;	width: 164px;}/***********************************************//* text styles                               *//***********************************************/.story{	clear: both;	font-size: 85%;	padding-top: 3px;}.story p{	padding: 0px 0px 10px 0px;}.headlines {	font-family: "Times New Roman", Times, serif;	font-size: 175%;	font-weight: bold;	color: #1b3f95;	padding-top: 10px;}.bottomLinks {	font-size: 85%;}	.navLinks {	font-family: Arial, Helvetica, sans-serif;	font-size: 85%;	font-weight: bold;	color: #1b3f95;}