/* Comment Line
	ID vs. Class  (Id is for one item while a class is used for several
	#top { is used in html as <div id="top">
	while
	.intro { is used as a class reference <p class="intro">

You can also apply a selector to a specific HTML element by simply stating the HTML selector first, so p.jam { whatever } will only be applied to paragraph elements that have the class 'jam'.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.head1 {
	font-size: 24px;
	color: #F8E9C8;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F8E9C8;
}

.head3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	color: #FFFFFF;
}

.firstl {
	font-size:125% ;
	font-weight: bolder;
	color: #FFFFFF;
}

a.headimage:link {color: #335F38; text-decoration: none; background-color:#335F38}
a.headimage:active {color: #335F38; text-decoration:none; background-color:#335F38}
a.headimage:visited {color: #335F38; text-decoration:none; background-color:#335F38}
a.headimage:hover {color: blue; text-decoration:blink; background-color:#335F38}

/*
a.edline:link {color:#000000; text-decoration:none;}
a.edline:active {color:#000000; text-decoration:none;}
a.edline:visited {color:#000000; text-decoration:none;}
a.edline:hover {color:#000000; text-decoration:none;}
*/

a.GenericLink:link {
color:#0000CC
}
a.GenericLink:visited {
color:#FF9900
}
a.GenericLink:hover {
COLOR: #000000;
}
a.GenericLink:active {
COLOR: #FFFFFF;
}

.sttLife {
	font-weight:bold;
	}
.sttquote {
	font-weight:bold;
	font-size:smaller
	}
.centercontent {
	text-align:justify;
	line-height: 0.75cm;
	float:right;
	margin:5%
	}
.centercontentFR {
	text-align:justify;
	line-height: 0.75cm;
	float:right
	}
.relgedtitle{
	background-color:#CCCC99;
	text-align:left;
	line-height:0.75cm;
	}
.centercontentlots {
	text-align:justify;
	line-height: 0.50cm; 
	}
.centercontenthead {
	text-align:left;
	line-height: 1.50cm;
	font-size:18px;
	font-weight:bold
	}
.columns {
	width:300px;
	column-count: 2;
	column-rule: solid black 1em; 
	column-gap: 4em;
}
.lefttext {
	font-weight:200;
	text-transform:uppercase;
	line-height: 0.75cm;
	color:#FFFFFF;
	font-weight: bolder;
	}
.lefttexttop {
	font-weight:200;
	font-size:larger
	text-transform:uppercase;
	line-height: 0.75cm;
	color:#000000
	}
.edline {
	font-weight:bold;
	font-size:200%
	color:#FFFFFF;
	text-transform:uppercase
	}
	
.whtclickhere {
	color:#FFFFFF;
}
.allcaps {text-transform:uppercase;
	font-size:larger;
	}

.servicehead {
	font-weight:bold;
	font-size:200%;
	color:#666633;
	text-align:center
	}

.servicesub {
	margin-left:10;
	margin-right:5;
	font-weight:bold;
	font-size:150%;
	text-align:center
	}
.tele {
	font-weight:bold
	}
.redquote {
	font-size:smaller;
	color:#BF4E27;
	font-style:italic
	}
.masscaps {
	font-size:larger;
	color:#7C6A44;
	text-transform:uppercase;
	}
.massbold  {
	font-size:large;
	font-style:italic;
	text-transform:uppercase;
	color:#7C6A44
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
p.margin {
	margin: 5%
}
pfive {
	color:#000000;
	font-size:larger
}
.iframecolor {
	background-color:#ECEAE9
}
.linkspage {
	text-align:center
}