/* 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*/}/* ---------------------------------------------------- FIRST CONTAINER STYLE HERE *//* ------ styling for the logos in the project bar ------ */.projectlogos0px{	padding:0px;	}.projectlogos10px{	padding:0px 10px;	}.projectlogos20px{	padding:0px 20px;	}.projectlogos30px{	padding:0px 30px;	}.projectlogos40px{	padding:0px 40px;	}.projectlogos50px{	padding:0px 50px;	}/* ---------------------------------------------------- PAGE HEADING */.pageheading {	padding: 15px 0;	color: #035096;	font: bold 28px/34px Arial, Helvetica, sans-serif;}.subheading{
    padding:15px;
    margin:0px 0px 14px 0;
    background:#bfd4e7 url(/images/subHeaderCorner.gif) top right no-repeat;
    color:#01559d;
    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 ----- */