/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Font Families */

body { font-family: Arial, Helvetica, sans-serif; }


/* Text Colors */

body { color: #333; }


/* Text Size and Leading Classes */

#printArea 				{ font-size: 12px; line-height: 16px; }
#printArea .homehead 	{ font-size: 18px; line-height: 22px; }
#printArea .head		{ font-size: 18px; line-height: 22px; }
#printArea .subhead1 	{ font-size: 14px; line-height: 18px; }
#printArea .subhead2 	{ font-size: 12px; line-height: 16px; }
#printArea .intro 		{ font-size: 14px; line-height: 18px; }
#printArea .caption 	{ font-size: 11px; line-height: 15px; }
#printArea .none 		{ font-size: 12px; line-height: 16px; }


/* Additional Text Styling */

#printArea .homehead 	{ font-weight: bold; }
#printArea .head		{ font-weight: normal; }
#printArea .subhead1 	{ font-weight: bold; }
#printArea .subhead2 	{ font-weight: bold; }
#printArea .intro 		{ font-weight: bold; }
#printArea .caption 	{ font-style: italic; }


/* Link Colors */

a, a:link, a:visited 	{ color: #c2240f; text-decoration: none; }
a:hover, a:active 		{
	text-decoration: underline;
}


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }


/* Image Placement */

.imageleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.imageright {
	float: right;
	margin: 0px 0px 20px 20px;
}


/* Tabular Data Table */

.contentTable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #B6B4B4;
}

.contentTable td { padding: 7px 10px; }

.contentTable .tableheading_even, .contentTable .tableheading_odd {
	background: #f5e6ae;
	text-align: left;
	font-weight: bold;
}

.contentTable .tablecell_even { background: #F3F3F3; }

.contentTable .tablecell_odd { background: #ECECEC; }




/* ===================================================================================== STYLES HOME PAGE */




/* ===================================================================================== STYLES FOR CONTENT PAGES */





/* ----- END OF TEMPLATE ----- */
