/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}


/* =====================  Added by David Gibson, 13-Nov-2020 to try to fix table width problem ======================*/

/* DONT FORGET TO COPY THS TO ALL THE CSS SUB_FOLDERS - use copy_css_to_subfolders.bat */

/* also see changes to .bodytext below */


TABLE[width="750"] {			/* for width of the table containing the main text */
  width: auto;
  max-width: 750px;
  margin: auto;
  /* border: 5px green solid; */	/* for debugging */
}


TABLE[width="212"] {			/* for width of the menu table */
  width: auto;
  max-width: 300px;
  /* border: 5px blue solid;*/		/* for debugging */
}


/* =====================  end of section added by David Gibson ======================================================*/




/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	color: #003366;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background-image: url(../nav/mm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 14px 45%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#navigation a:hover {
	background: #ffffff url(../nav/mm_arrow.gif) 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	background-color: #FFFFFF;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
/* =====================  Modified  by David Gibson, 13-Nov-2020 to try to fix table width problem ======================*/

/* Original was

.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}

Replaced by */
	
.bodyText {
	font:11pt Verdana, Arial, Helvetica, sans-serif;	/* NB pt not px. Points are bigger than pixels */
	color:#003366;
	line-height:1.6em;					/* NB em makes the dimension relative to the text size, */
	margin-top:0px;
	/* background-color: #EEEEFF; */			/* for debugging */
	}

/* =====================  end of section added by David Gibson ======================================================*/

.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
