/* copied locally (per application) as hgg_style.css */
/* Body defaults first,here for completeness         */
body {
	background-color:#ffffff;
	margin-left:15px;		/* margins are to edge of browser window */
	margin-right:15px;
	margin-bottom:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;  		/* this is the default font size  */ 
	color:black;			/* this is the default font color  */ 
	/*width: 800px; 		 comment out for hgg_style.css pages */
	/*border: 1px solid black;	 comment out for hgg_style.css pages */
  	}
p.masthead {
	color: #112860 ;
	font-size: 35pt ;
	font-weight: bold ;
	font-style: italic ;
	text-align:center;
	background: #82aaf1;		/* was cornflowerblue #6495ed */
	/* avoids double spacing */
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	}
p.footer {
	font-size: 8pt ;
	text-align:center;
	/* avoids double spacing */
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	}

/* Breadcrumbs, at top of page, includes links and text */
/* order should be link -> visited -> hover -> active   */
a.breadc:link {		/* for unvisited links */
	color: #0f0f0f ;
	text-decoration: none ;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif ;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	}  
a.breadc:visited {	/* for visited links */
	color: #0f0f0f ;
	text-decoration: none ;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif ;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	} 
a.breadc:hover {	/* when mouse is over link */
	color: #0000ff ;
	text-decoration: underline ;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif ;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	} 
a.breadc:active {	/* when link is clicked */
	color: #0f0f0f ;
	text-decoration: none ;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif ;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	} 
.breadText {		/* for text in the breadcrumbs */
	color: #0f0f0f ;
	text-decoration: none ;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif ;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	} 
/*  end of Breadcrumbs  */

	
/* take care of links (anchors) other than the top header menu or breadcrumbs */
/* order for all hyperlinks should be: link, visited, visible, focus, hover, active   */
a { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
a:link {
	text-decoration:none;
	color: #ae2929 ;
	}
a:hover {
	background-color:#ffffcc;
	text-decoration:underline; 
	}
img.pic {	/* pictures and images used as links do not need a border, imho */
	border-style:none;
	}


/* take care of regular paragraph text */
p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:black; 
	}
p.center {
	text-align:center;
	}
p.small {
	font-size:75%;
	}
p.smallcenter {
	font-size:75%;
	text-align:center;
	}
p.pcc3 {		/* pcc blue color for large (old size=3) headers */
	color: #112860 ;
	font-size: 120% ;
	font-weight: bold ;
	}
p.pcc3center {		/* pcc blue color for large (old size=3) headers */
	color: #112860 ;
	font-size: 120% ;
	font-weight: bold ;
	text-align:center;
	}
p.pcc3nomargin {
	color:#112860;
	font-size:120%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	}
p.pcc2 {		/* pcc blue color */
	font-weight: bold ;
	color: #112860 ;
	}
p.pcc2center {		/* pcc blue color */
	font-weight: bold ;
	color: #112860 ;
	text-align:center;
	}
p.big {
	font-size: 110% ;
	font-weight: bold ;
	white-space:nowrap;
	}

/* if all I want to do is change color even in the same line of text */
/*  code like this:  <span class="blue">now I am blue</span>         */
/*  <span style="color:cornflowerblue;">this works too</span>        */
span.red {
	color:#ff0000; /* red */
	}
span.blue {
	color:#0000ff; /* blue */
	}
span.center {
	text-align:center;
	}
span.bold {
	font-weight:bold;
	}
.centerPix {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
.nobr {white-space: nowrap}	 /* replaces html nobr tags via div class="nobr" */

/* I use tables a lot */
table,tr,th,td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}
table.withBorder {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	}
table.withBorder td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	}
table.center {
	margin-left:auto;
	margin-right:auto;
	}
table.centerWithBorder {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	}
table.centerWithBorder td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	}
table.alertBox {
	border-width: 7px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	margin-left:auto;
	margin-right:auto;
	}
table.alertBox td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	}
tr.trcenter {
	text-align: center;
	}
td.tdcenter {
	text-align: center;
	}
td.tdcenterbold {
	text-align: center;
	font-weight:bold;
	}
td.tdright {
	text-align: right;
	}
td.green {
	background-color: #90ee90; 
	border:1px solid grey;
	text-align:center;
	padding:2px;
	}
td.yellow {
	background-color: #ffff40; 
	border:1px solid grey; 
	text-align:center;
	padding:2px;
	}
td.red {
	background-color: #ff2020; 
	border:1px solid grey; 
	text-align:center;
	padding:2px;
	}
td.blue {
	background-color: #0088ff; 
	border:1px solid grey; 
	text-align:center;
	padding:2px;
	}
td.beige {
	background-color: #ffffd8; 	/* fuschia is ffffd8, saddlebrown=8b4513 */
	border:1px solid grey; 		/* browns (light to dark) 996633 - 663300 try b89470 */
	text-align:center;
	padding:2px;
	}
td.noneyet {
	border:1px solid grey; 
	text-align:center;
	padding:2px;
	}	
tr.whiteonblue {
	font-family:Arial,Helvetica,sans-serif;
	background-color:#000099;
	color:#ffffff;  /* white */
	font-weight:bold;
	}
/* Last Line of default style sheet  */
