/* Styles for Striking Changes */
/* =========================== */
/**/
/* do not specify top or bottom margins on the floating boxes; Netscape makes them huge. Use manual formatting to control */
/* same with margins - do not specify; causes Netscape to float boxes over each other */
/**/
/* set default font used for all elements */
/**/
bodytext, p, h1, h2, h3, h4, blockquote, ul, ol, li, form, span, div, table, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal;  
  color: #000000; 
}
/* The canvase fits in the page; Width = page width - page margins */
.canvas  { 
  border: none; 
  width: 700px; 
  margin-top: 0px; 
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px; 
  padding-left: 180px; 
  padding-right: 20px; 
  padding-bottom: 20px; 
}
/* division boxes */
/* The boxes Half, Third, Quarter and their variants below are all used inside
  the wrapper. The values for 1/2, 1/3, or 1/4 is calculated relative to the 
  size of the wrapper. Subtact 1 pixel to accommodate browser differences.
*/
.half {  
  border: none;  
	padding: 0px 5px 0px 5px;  
	width: 284px;  
	float: left; 
} 
.halfLeft {  
  border: 0px solid black;
	padding: 0px 5px 0px 5px;  
	width: 284px;  
	float: left; 
} 
.halfRight { 
  border: 0px solid black;
	padding: 0px 5px 0px 5px;  
	width: 284px;  
	float: right; 
} 
.third {  
  border: none;
	padding: 0px 5px 0px 5px;  
	width: 189px;  
	float: left; 
} 
.quarter {  
  border: none;
	padding: 0px 5px 0px 5px;  
	width: 141px;  
	float: left; 
} 



h1 {  font-size: 1.2em;  font-weight: bold; }
h2 {  font-size: 1.4em;  }
h3 {  font-size: 1.2em;  }
h4 {  font-size: 1.0em;  font-weight: bold;  font-style: italic;  }
p.em, ul.em, li.em, a.em {  font-style: italic;  }
p.dblspace, ul.dblspace {  line-height: 24px;  padding-left: 30px;  padding-right: 30px; }
ul {  list-style-type: square;  }
ul.dblspace {  list-style-position: outside; }
ul.tasks  {  list-style-type: disc;  list-style-position: outside;  }
li.circle {  list-style-type: circle;  }
li.square {  list-style-type: square;  }
li.disc   {  list-style-type: disc;    }
li.none   {  list-style-type: none;    }
a {  } 
a:hover { /*text-transform: uppercase;  color: #FF0000;*/  }
a:active { /* color:#cc0000; */ } 

.bold      {  font-weight: bold; }   /* Nav4 does not interpret <strong> tag, hence need to use this special class */
.colortxt  {  font-weight: bold;  color: #060E5C;  }   /* #060E5C is the dark blue color of the home page */
.indent    {  text-indent: 20px;  }
.copyright {  font-size: 10px;  font-weight: normal;  color: #060E5C;  text-align:right;  margin-right: 20px; }
.smalltxt  {  font-size: .8em; }
.largetxt  {  font-size: 1.6em;  }
.mediumtxt {  font-size: 1.2em;  }
.indent10  {  margin-left: 10px;  margin-right: 10px;  }
.indent40  {  margin-left: 40px;  margin-right: 40px;  }
.margins10 {  margin: 10px 10px 10px 10px;  }
.textleft  {  text-align: left;  }
.textcenter{  text-align: center;  }
.textright {  text-align: right;  }
.testimonial{ font-size: 11px;   }  

/* end */
