/* irving.css *//* intended for screen media *//* Styles referenced by HTML pages *//* Created Feb 2010 - Jim Irving *//*	Body style establish defaults for page; most will be over-ridden */body {		font-size: 75%;		font-family: verdana, arial, 'sans serif';		background-color: #FFFFFF;		color: #000080;		margin: 10px;}a		{ color: darkblue; }a:link:  	{ text-decoration: none; }a:hover: 	{ text-decoration: none; }/* 	pgTitle div used for top bar with page title */#pgTitle table { 		width: 100%;		height: 75px;		cellpadding: 0;		cellspacing: 0;		border: 0; }#pgTitle td { 		background-color: #006700;   /* darker green original color*/                background-color: #435E95;   /* dark blue (same used in TNG Template #13 */		padding: 20 40 0;		     /* top (left&right) bottom */}#pgTitle h1 {		color: #FFFFF0; /* ivory */		font-size: 25px;		font-family: verdana, arial, sans-serif;		font-weight: bold;}/*	menu div used for menu bar under page title */#menu table {		width: 100%;		cellpadding: 0;		cellspacing: 0;		border: 0; }		#menu td 	{ 		background-color: #FFFFF0;   <!-- ivory -->		color: #000000; /* black */		font-size: 12px;		font-family: verdana, arial, sans-serif;		font-weight: normal;}.homelink 	{ text-align: left; }.menulink 	{ text-align: center; }#menu a	{ 		background-color: #FFFFF0;   <!-- ivory -->		color: black;		font-size: 12px;		font-family: verdana, arial, sans-serif;		font-weight: normal;		text-decoration: none;}/* content div - majority content of page */#content	{		background-color: white;   <!-- white -->		color: #000000; /* black */		font-family: verdana, arial, sans-serif;		font-weight: normal}#content table {		background-color: white;		border: 0; 		width: 100%;		font-size: 12px;		font-family: verdana, arial, sans-serif;		font-weight: normal;}#content td { 		border-top: 1px solid gray; 		padding: 10 5 10;}	  #content h1 {		color: #000080; /* dark blue */		font-size: 20px;		font-family: verdana, arial, sans-serif;		font-weight: bold;		left-indent: 10px;}#content p	{ color: black; }.picture { margin-left: 30px; }.small_crest { margin-left: 60px; }.small_picture { margin-left: 20px; }.strong		{ 		font-weight: bold;		font-size: 14px; }.moto 		{ 		text-align: center;				font-weight: bold;		font-family: arial, verdana, sans-serif;		font-size: 14px;}/*	footer class styles for end table (Copyright) */#footer table {		background-color: white;  		cellpadding: 10;		cellspacing: 10;		border: 1; 		width: 100%;		font-size: 11px;		font-family: verdana, arial, sans-serif;		font-weight: normal;}