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

/* Text Stylings */

body, p  {
    font: 12px/16px Helvetica, Arial, sans-serif;
    /* color: #4a4b47; */
    color: #000000;
}



/* Link Colors */

a, a:link, a:visited {
    color: #930032;
    text-decoration: none;
}

a:hover, a:active {
    color: #930032;
    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 */
img.imageleft {
	float: left;
	margin: 0 20px 20px 0 !important;
}

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


/* Tabular Data Table */

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

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

.datatable .titlerow {
	background: #D3DAE1;
	text-align: left;
	font-weight: bold;
	color: #294762;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #ECECEC; }




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




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





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