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


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

/* Text Stylings */

body  {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
}

#printArea,
#printArea .none {
    font-size: 12px;
    line-height: 16px;
}

#printArea h1 {
	font-size: 24px;
	color:#01728d;
	font-weight:100;
	line-height:20px;
	margin:0px 0px 15px;
	padding:0px;
}
#mainNews h1 {
	font-size: 24px;
	color:#01728d;
	font-weight:100;
	line-height:28px;
	margin:0px;
	padding:0px;
}
#homecontentMiddle h2 {
	font-size:14px !important;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px !important;
	line-height:23px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#homecontentRight h2 {
	font-size:14px !important;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px !important;
	line-height:23px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#homecontentLeft h2 {
	font-size:14px !important;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px !important;
	line-height:23px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 12px;
    line-height: 16px;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 12px;
    line-height: 16px;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}


/* Link Colors */

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

a:hover, a:active {
    color: #01728d;
    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-top: 0;
	margin-right: 11px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 1px solid #7b7b7b;
	padding: 1px;
}

img.imageright {
	float: right;
	margin: 0 0 5px 11px;
	border: 1px solid #7b7b7b;
	padding: 1px;
}


/* Tabular Data Table */

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

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

.datatable .titlerow, .datatable .titlerow_even, .datatable .titlerow_odd {
	background: #dfeef2;
	text-align: left;
	font-weight: bold;
	color: #135767;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #ECECEC; }




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




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





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