/* styles updated 
  19-10-23 - changed top head using CSS in place of table
  12-11-25 - changed all styles to classes and used Dreamweaver attached style sheets
  11-02-15 - same as SRH1 - main web site  
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	 background-color: #F0F0F0; 
}
/*
these styles used in the body of the clips pages
*/
hr {
    border: 1px solid darkgreen;
    width: 70%;
    color: darkgreen;
}
/*
this section formats the ID block at the top of the page with Anne + Steve names  
*/
p {
	width: 500px;
	border-style: solid;}

p.idblock {
	border-width: 6px;
	margin-left: 200px;
	border-style: double;	
	text-align:center;
	background-color: #D6D6D6; 
	border-color: grey;
	}

#line {
   /* width: 631px;*/
    width: 96%;
    height: 20px;
}

.para-norm {
	font-size: 16px;
	/* unbolded to be consistent - Feb 2016
	font-weight: bold;
	*/
	text-align: left;
     position: relative;
    left: 1px;
}
.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: darkblue;
 	text-decoration: underline;
}
.para-norm-big {
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.comment {
	color: #630;
	font-size: 14px;
	font-weight: bold;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.pixlft {
	padding-left: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* styles used in headings
*/

.Style3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333399;
}
.Style3b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #333399;
}
.Blu-underscore {
	color: #33F;
}

.top-head-c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	position: relative;
	right: 0px;
}

/* Next CSS for title, Home link and date */
.top-title {
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	}
.top-head-date {
    color: darkgreen;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 170px;
    top: 20px;
}
.recent-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: darkgreen;
    position: relative;
    left: 140px;
    top: 20px;
	text-decoration: underline;
}

a.top-links:link {
	color:#0000FF;
	font-size: 12px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 170px;
    top: 20px;
}

a.top-links:hover { /* make Home red when hovering over home link */
	color:red;	
}

a:link {
	color: #0000CC
}
a:visited {
	color: #9900CC
}
a:hover {
	color: #FF00FF
}
a:active {
	color: #0033CC;
}
