<!-- 
/* LINKed from MOST SAC web pages via PHP variable $CSSCommon from include of Header1.php */
/* Copyright (C) Hal Adam 2006 */
/* Note: visited links are kept across entry and exit of web browser */
/* Text within <SPAN>s do not seem to inherit the BODY characteristics */
/* Block width: Width of parent element=margin-left+border-left-width+padding-left+block width+padding-right+border-right-width+margin-right */
/* Style definitions (Selectors) preceded by a . apply to class= attributes */
/* Selectors preceded by # apply to a id= attribute but only one is allowed per web page. */
body	{
	text-indent:0;			/* eg. 10px, -5px */
	text-transform:none;		/* none, capitalize, uppercase, lowercase */
	text-align:left;			/* left, right, center, justify */	
	letter-spacing:normal;		/* normal or length .  eg. .5cm, -3px */
	font-size:90%;			/* xx-small,x-small,small,medium,large,x-large,xx-large,smaller,larger, len, % */
	font-style:normal;		/* normal, italic, oblique */
	font-variant:normal;		/* normal, small-caps */
	word-spacing:normal;		/* normal,length eg. -2px . IE + NN 6.0 */
	color:#000000;			/* black */
	background-color:#F5F5DC;	/* pale yellow */
	margin-top:0;			/* #+/-,+/-%, auto */
	margin-left:0;			/* #+/-,+/-%, auto */
	margin-right:0;			/* #+/-,+/-%, auto */
	margin-bottom:0;			/* #+/-,+/-%, auto */
/* NOTE scrollbar works only with MSIE and for 5.5.  With 6.0, any <!DOCTYPE using at the begining of the xhtml will result in scrollbar NOT working. Putting a comment line before the doctype makes it works again. */
      scrollbar-base-color:#000000; /* black */
	scrollbar-face-color:#336699;	/* dark blue */
/*	scrollbar-highlight-color: #ffffff;  */
	scrollbar-3dlight-color:#ffffff;  /* white */
	scrollbar-darkshadow-color:#000000; /* black */
	scrollbar-shadow-color:#000000;  /* black */
	scrollbar-arrow-color:#ff0000; /* red */
 	scrollbar-track-color:#000000; /* black */
	}
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
	{
	font-family:verdana,helvetica,arial,sans-serif;
	}
input, textarea
	{
	font-size:90%;
	}
p	{
	font-size:90%;
	margin-left:3%;
	margin-right:3%;
	text-align:left;
	}
td, th {
	font-size:90%;
	}
p:first-letter 
	{
	font-family:"Times Roman",serif;
	font-size:110%;
	color:#000000;			/* black */ 
	background-color:#F5F5DC;	/* pale yellow */
	font-weight:bold;
	}
h3 	{
	color:#800080;			/* purple */
	background-color:#F5F5DC;	/* pale yellow */
	}
input.InputField, select.PullDownList {
	text-decoration:none;		/* none, overline, line-through, underline */
	text-align:left;			/* left, right, center, justify */
	font-family:verdana,helvetica,arial,sans-serif;			
	font-style:normal;		/* normal, italic, oblique */
	word-spacing:normal;		/* normal,length eg. -2px . IE + NN 6.0 */
	color:#000000;			/* black */
	background-color:#FFFFFF;	/* White */
	}
/* normal unvisted link */
a:link {
	color:#0000FF;			/* blue */
	background-color:#F5F5DC;	/* pale yellow */
	}
/* visted link */
a:visited {
	color:#800080;			/* purple */
	background-color:#F5F5DC;	/* pale yellow */
	}
/* Select link via TAB key */
a:active {
	color:#FFFFFF;			/* white */
	background-color:#800080;	/* purple */
	}
/* Select hover (mouse over) link */
a:hover {
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
	}
/* Small Links */
a.Small:link {
	color:#FFFFFF;			/* white */
	background-color:#336699;	/* dark blue */
	float:right;
	}
/* visited anchor, appears to be by default one less value in bolding and point size than value given */
a.Small:visited {
	color:#8cd7d5;			/* turquoise */
	background-color:#336699;	/* dark blue */
      float:right;
	}
a.Small:hover {
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
      float:right;
	}
/* Selected Link via TAB key */
a.Small:active {
	color:#FFFFFF;			/* white */
	background-color:#8cd7d5;	/* turquoise */
	float:right;
	}
/* CSS SideBar class, used for Side Bar anchors */
a.SideBar:link {
	font-size:90%;
	color:#FFFFFF;			/* White */
	background-color:#336699;	/* dark blue */
	padding-left:.5em;
	}
/* visited anchor, appears to be by default one less value in bolding and point size than value given */
a.SideBar:visited {
	font-size:90%;
	color:#8cd7d5;			/* turquoise */
	background-color:#336699;	/* dark blue */
	padding-left:.5em;
	} 
/* Selected Link via TAB key */
a.SideBar:active {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#800080;	/* purple */
	padding-left:.5em;
	}
/* Selected hover mouse over link */
a.SideBar:hover {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
	padding-left:.5em;
	}
/* CSS TableLink class, used for Table links */
a.TableLink:link {
	font-size:90%;
	color:#0000FF;			/* blue */
	background-color:#FFFFFF;	/* white */
	}
/* visited anchor, appears to be by default one less value in bolding and point size than value given */
a.TableLink:visited {
	font-size:90%;
	color:#800080;			/* purple */
	background-color:#FFFFFF;     /* white */
	} 
/* Selected Link via TAB key */
a.TableLink:active {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#800080;	/* purple */
	}
/* Selected hover mouse over link */
a.TableLink:hover {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
	}
/* CSS BoxLink class, used for Box links */
a.BoxLink:link {
	font-size:90%;
	color:#0000FF;			/* blue */
	background-color:#E0E0E0;     /* light grey */
	}
/* visited anchor, appears to be by default one less value in bolding and point size than value given */
a.BoxLink:visited {
	font-size:90%;
	color:#800080;			/* purple */
	background-color:#E0E0E0;     /* light grey */
	} 
/* Selected Link via TAB key */
a.BoxLink:active {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#800080;	/* purple */
	}
/* Selected hover mouse over link */
a.BoxLink:hover {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
	}
/* CSS TopBar class, used for Top Bar anchors */
a.TopBar:link {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#336699;	/* dark blue */
	}
/* visited anchor, appears to be by default one less value in bolding and point size than value given */
a.TopBar:visited {
	font-size:90%;
	color:#8cd7d5;			/* turquoise */
	background-color:#336699;	/* dark blue */
	} 
/* Selected Link via TAB key */
a.TopBar:active {
	color:#FFFFFF;			/* white */
	background-color:#800080;	/* purple */
	}
/* Selected hover mouse over link */
a.TopBar:hover {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
	}
/* CSS BottomBar class, used for Bottom Bar anchors */
a.BottomBar:link {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#336699;	/* dark blue */
	}
/* visisted anchor, appears to be by default one less value in bolding and point size than value given */
a.BottomBar:visited {
	font-size:90%;
	color:#8cd7d5;			/* turquoise */
	background-color:#336699;	/* dark blue */
	} 
/* Selected Link via TAB key */
a.BottomBar:active {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#800080;	/* purple */
	} 
a.BottomBar:hover {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#FF0000;	/* red */
	}
/* CSS NoDif class, used for Large image links */
a.NoDif:link {
	font-size:90%;
	color:#0000FF;			/* blue */
	background-color:#F5F5DC;	/* pale yellow */
	}
/* visited anchor, appears to be by default one less value in bolding and point size than value given */
a.NoDif:visited {
	font-size:90%;
	color:#800080;			/* purple */
	background-color:#F5F5DC;	/* pale yellow */
	} 
/* Selected Link via TAB key */
a.NoDif:active {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#F5F5DC;	/* pale yellow */
	}
/* Selected hover mouse over link */
a.NoDif:hover {
	font-size:90%;
	color:#FFFFFF;			/* white */
	background-color:#F5F5DC;	/* pale yellow */
	}
/* class for images since attribute border="0" not allowed for Strict XHTML */
img.NoBorder {
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
      }
img.icon {
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
	}
img.Logo {
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
	vertical-align:middle;
      }
td.SideBar {
	color:#000000;			/* black */
	background-color:#F5F5DC;	/* pale yellow */
	}
td	{
	color:#000000;			/* black */
	background-color:#FFFFFF;	/* white */
	}
table.TableCenter {
	margin:0px auto 0px auto; /* needed to allow Netscape family browser centering */
	}
ul	{
	text-align:left;
	font-size:90%;
	}
.AnchorBar {
	color:#FFFFFF;			/* white */ 
	background-color:#336699;	/* dark blue */
	text-align:center;
	} 
.BG	{
	background-color:#F5F5DC;	/* pale yellow  for Back Ground*/
	}
.Button {
	font-size:90%;
	font-weight:bold;
	border-width:.25em;
	border-color:#336699;		/* dark blue */
	background-color:#336699; 	/* dark blue */
	color:#FFFFFF;			/* white */
	cursor:hand; 			/* NOT valid W3C CSS value */
	}
.ButtonSideBar {
	font-size:90%;
	font-weight:bold;
	border-width:.25em;
	border-color:#336699;		/* dark blue */
	background-color:#336699; 	/* dark blue */
	color:#FFFFFF;			/* white */
	cursor:hand; 			/* NOT valid W3C CSS value */
      }
.ButtonWebPageStats {
	font-size:90%;
	font-weight:bold;
	border-width:.25em;
	border-color:#336699;		/* dark blue */
	background-color:#336699; 	/* dark blue */
	color:#FFFFFF;			/* white */
	cursor:hand; 			/* NOT valid W3C CSS value */
      }
.ButtonCenter {
	font-size:90%;
	font-weight:bold;
	border-width:25em;
	border-color:#336699;		/* dark blue */
	background-color:#336699; 	/* dark blue */
	color:#FFFFFF;			/* white */
	}
.Hand {
	cursor:hand; 			/* NOT valid W3C CSS value */
	}
.SideBarColumn {
      font-size:90%;
	width:14%;
	color:#FFFFFF;			/* white */ 
	background-color:#336699;	/* dark blue */
	}
.SBHeaders {
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;			/* white */
	background-color:#000000;     /* black */
	width:100%;
	padding-left:.5em;
	} 
.MainColumn {
	font-size:90%;
	text-align:center;
  	color:#000000;			/* black     */
      background-color:#F5F5DC;	/* pale yellow */
	}
.RedHeaders {
      font-size:200%;
	color:#FF0000;			/* red */
	background-color:#F5F5DC;	/* pale yellow */
	text-align:center;
	}
.red {
	color:#FF0000; 			/* red */
     }
.PurpleHeaders {
	font-size:200%;
	font-weight:bold;
	color:#800080;			/* purple */
	background-color:#F5F5DC;	/* pale yellow */
	text-align:center;
	}
.FineBold {
	font-size:90%;
	font-weight:bold;
	}
.TableHeaders {
	font-size:90%;
	font-weight:bold; 
	color:#FFFFFF;			/* White */
	background-color:#336699;	/* dark blue */
	width:100%;
	text-align:center;
	} 
.TableCell {
	font-size:90%;
	color:#000000;			/* Black */
	background-color:#FFFFFF;	/* white */ 
	}
.Contact {
	font-size:100%;
	font-weight:bold;
	color:#800080;			/* purple */
	background-color:#F5F5DC;	/* pale yellow */
	}
.Emphasis {
	font-size:90%;
	font-weight:bold;
	color:#0000FF;			/* blue */
	background-color:#F5F5DC;	/* pale yellow */
	}
.Service {
	font-size:90%;
	font-weight:bold;
	color:#FF0000;			/* red */
	background-color:#F5F5DC;	/* pale yellow */
	}
.Text2 {
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;			/* red */
	background-color:#F5F5DC;	/* pale yellow */
	}
.Center {
	text-align:center;	
	}
.Special {
	font-family:"Comic Sans MS",sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#336699;			/* dark blue * OLD  #008000;  Green */
	background-color:#F5F5DC;	/* pale yellow */
	}
.Bold {
	font-weight:bold;
	}
.FloatLeft {
	float:left;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
	vertical-align:text-top;
	color:#000000;			/* Black */
	background-color:#F5F5DC;	/* pale yellow */
	}
.FloatRight {
	float:right;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-bottom-width:0;
	vertical-align:text-top;
	color:#000000;			/* Black */
	background-color:#F5F5DC;	/* pale yellow */
	}
/* DropCap Class will NOT work until browser supports CSS2 spec */
.DropCap {
	background:#0000FF;
	float:left;
	vertical-align:text-top;	
	font-size:120%;
	font-weight:bold;
	border:inset;
	} 
.Smaller {
	font-size:smaller;
	}
.Left1 {
	text-align:left;
	margin-left:1%;
	}
.Left2 {
	text-align:left;
	margin-left:5%;
	}
.Left3 {
	text-align:left;
	font-family:Verdana,Tahoma,Arial,helvetica,geneva,sans-serif;
	font-size:100%; /* xx-small,x-small,small,medium,large,x-large,xx-large,smaller,larger, len, % */
	font-weight:normal;
	margin-left:1.00em;
	margin-right:1.00em;
	}
.Right {
	text-align:right;
	}
.ErrorBox {
	border:3px solid #336699;
	font-weight:bold;
	text-align:center;
	color:#FF0000;			/* red */
	background-color:#F5F5DC;	/* pale yellow */
	}
.OutputField {
	text-decoration:none;		/* none, overline, line-through, underline */
	text-align:left;			/* left, right, center, justify */	
	font-family:Verdana,Tahoma,Arial,helvetica,geneva,sans-serif;
	font-size:100%;	  		/* x-small,small,medium,large,x-large,xx-large,smaller,larger, len, % */
	font-weight:500;			/* bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, 900 */
	font-style:normal;		/* normal, italic, oblique */
	word-spacing:normal;		/* normal,length eg. -2px . IE + NN 6.0 */
	color:#000000;			/* black */
	background-color:#FFFFFF;	/* white */
	}
.Regular {
	font-size:100%;
	}
.Subscript {
	font-size:smaller;	
	vertical-align:sub;
	}
/* NOTE: ONLY ONE reference of each ID can be used PER WEB page. */
/* If you need to use more than one, use CLASS */
/* Style for the Style1 id */
/* define background color for any dynamic tables */
#DynamicTable {
	background-color:#F5F5DC; /* pale yellow */
	color:#000000; /* black */
	margin:0px auto 0px auto; /* needed to allow Netscape family browser centering */
	}
-->