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

/* Text Stylings */

body, p  {
    /*font: 12px/16px Helvetica, Arial, sans-serif;*/

    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;

    /* 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;
}

h1, h2{
    font-size:18px;
    color:#666666;
    font-weight:normal;
    padding:0px;
    margin:0px 0px 12px 0px;
	line-height:20px;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
}

h2 a:link{
    color:#990000;
	text-decoration:none;
}

h2 a:hover{
    color:#444;
	text-decoration:none;
}

/* 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;
}

img.isGraphic{
	float: right;
	margin: 10px;	
}


/* 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 */

.container h3, .container a{
	color: #35729A;
}
.container h3{
    font-size: 16px;
    font-weight: normal;
    margin: 10px;
	line-height:20px;
    padding: 0;

}




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





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