/*  BEGIN MAIN TEXT STYLES */
mainText {
	font-family:verdana,arial,helvetica, sans-serif;  
	font-size:13px; 
}

ul {
	font-family:verdana,arial,helvetica, sans-serif;  
	font-size:13px; 
}

/* most of the text on the websitew withing a paragraph */
p.mainText {
	font-family:verdana,arial,helvetica, sans-serif; 	
	font-size:13px; 
}


/*  END OF MAIN TEXT STYLES */


/*  BEGIN HEADER TAG STYLES */
h1.titles {
	font-family:verdana,arial,helvetica, sans-serif; 
	font-size:15px; 
	font-weight:bold;
	text-transform:none;
	text-align:left;
	letter-spacing:.1em;
	padding:.6em 0;
	color:#030; 
	text-decoration:none;
	border-bottom: 1px solid #FFCC66;
	
}
p.titles {
	font-family:verdana,arial,helvetica, sans-serif; 
	font-size:15px;  
	font-weight:bold;
	text-transform:none;
	text-align:left;
	letter-spacing:.1em;
	padding:.2em 0;
	text-decoration:none;
	border-bottom: 1px solid #FFCC66;
	color:#030;
	
}
/* any header section on the website that is a link */
h1.titleslinked {
	font-family:verdana,arial,helvetica, sans-serif; 
	font-size:15px; 
	font-weight:bold;
	text-transform:none;
	text-align:left;
	/*letter-spacing:.1em;
	padding:.2em 0;*/
	marign:0px;
	text-decoration:none;
	border-bottom: 1px solid #FFCC66;
}
h1.titleslinked a:link{
	text-decoration:none; 
	color:#030;
	
}
h1.titleslinked a:active{
	text-decoration:none; 
	color:#030;
	
}
h1.titleslinked a:visited{
	text-decoration:none; 
	color:#030;
	
}
h1.titleslinked a:hover{
	text-decoration:underline; 
	color:#030;
	
}
/*  END HEADER TAG STYLES */



/*  BEGIN THE MAIN TITLE OF PAGE STYLES */
/* The text on the top of each page - green titles */
.PageTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#003300;
	text-align:left;
	text-transform:capitalize;
	margin-top:10px;
	margin-bottom:4px;
	margin-right:8px;
	margin-left:12px;
	}
/*  END OF MAIN TITLE OF PAGE STYLES */	


/*  BEGIN TESTIMONIAL SIGNATURE STYLES */
/* text on the testimonial page */
.testimonials {
	font-family:verdana,arial,helvetica, sans-serif;  
	font-size:.8em; 
	color:#0000cc;
	font-style:italic;
}
/*  END TESTIMONIAL SIGNATURE STYLES */

/*  BEGIN PORTFOLIO STYLES */
.titles {
	font-family:verdana,arial,helvetica, sans-serif; 
	font-size:15px; 
	font-weight:bold;
	text-transform:none;
	text-align:left;
	letter-spacing:.1em;
	padding:.2em 0;
}
.titles2 {
	font-family:verdana,arial,helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold;
	text-transform:none;
	text-align:left;
	/*letter-spacing:.1em;
	padding:.2em 0;*/
}
/*  END PORTFOLIO STYLES */


/*  BEGIN PRIVACY PAGE STYLES */
/* text on the privacy page */
p.privacyText {
	font-family:verdana,arial,helvetica, sans-serif;  
	font-size:.75em; 
	font-style:italic;
}
/*  END PRIVACY PAGE STYLES */

.clickNoLink {
	color:#0000ff;
	text-decoration:underline;
	cursor:pointer;
}
.portHR {
	color:#003300;
	height:2px;
	background-color:#003300;
}