/* content.css are the styles for the content, typography, forms, etc. 
   within the container DIVs that are defined in structure.css and this 
   style sheet should only contain typographic or content-related styles 
   for a site. The styles within this css file should be the only ones 
   necessary to be edited for better integration with iCreate and other CMS 
*/

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate and some other CMS require these to be classes not IDs ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/* a default empty style always required for sites using iCreate and other CMS */}

/* FIRST CONTAINER STYLE HERE */
.subheading {font:17px/19px Arial,Helvetica,sans-serif; color: #333}
.greenheading {font:32px Arial,Helvetica,sans-serif; color: #A3C636; padding-bottom: 9px; font-weight:bold; letter-spacing:-1px}
.blueheading {font:17px/19px Arial,Helvetica,sans-serif; color: #003366; padding-bottom: 2px;}
.picrightalign {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a3c636;
	border-left-color: #a3c636;
}
.picleftalign {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #a3c636;
	border-right-color: #a3c636;
}