/* 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! ----- */

/* FIRST CONTENT STYLE HERE */
.none { /*here so that client can deselect style in i:Create*/ }

/* two styles for the rightmost column on the homepage LATEST INFORMATION */
.columnrightheadline {
	color: #003399; font-weight: bold;
}
.columnrightdate {
	color: #003399; font-weight: bold; display: block;
	background-color: #A2BCD8; margin-left: -9px; width: 148px; padding: 4px 0px 4px 9px;
}

/* styles for content pages */
.contentitle {
	font: 20px/39px Arial, Helvetica, Verdana, sans-serif; color: #B3CCED;
}
.contentleftimage {
	border: 0; padding: 0px 0px 18px 18px; margin: -3px -65px 0px 0px;
}