/* 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 *//* ----- comment styles well for better reference later! ----- *//* ----- iCreate requires these to be classes not IDs ----- *//* STYLE REQUIRED BY iCreate -- DO NOT DELETE */.none {/*an empty style always required for sites using iCreate*/}/* ---------------------------------------------------- HOME PAGE STYLE */.welcomeheader{	font-family:Arial, Helvetica, sans-serif;	font-size:20px;	font-weight:bold;	color:#015299;}.welcomeparagraph{	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	line-height:18px;	color:#525252;}/* ---------------------------------------------------- PAGE HEADING */.pageheading {	padding: 15px 0;	color: #035096;	font: bold 28px/34px Arial, Helvetica, sans-serif;}.subheading{	padding:15px;	margin:10px 0px 14px 0;	background:#bfd4e7 url(/fr/images/structure/subHeaderCorner.gif) top right no-repeat;	color:#01559d;	font-weight:bold;}.boldTitle{	font-weight:bold;	}/* ---------------------------------------------------- INTRO TEXT */.introtext {	margin: 0 0 20px 0;	padding: 20px;	background: #e5eef5;}.introtext p {	padding: 0;}/* ---------------------------------------------------- PAGE CONTENT IMAGES */.imageleft {float: left; margin: 0 20px 15px 0; padding: 3px; border: 1px solid #b9b9b9;}.imageright {float: right; margin: 0 0 15px 20px; padding: 3px; border: 1px solid #b9b9b9;}/* ----- END OF STYLE ----- */