/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 14px Arial, Sans-Serif;
	text-decoration: none;
	color: #fff;
}

body {
	background-color: #00001a;
}


/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 27px;
}

h2 {
	font-size: 18px; 
	color:#154476;
	margin-bottom:0px;
	padding-bottom:0px;

}

h3 {
	font-size: 16px; 
	margin-bottom:0px;
	padding-bottom:0px;

}

h4 {
	font-size: 14px;
	color: #ffffff; 
	margin-bottom:0px;
	padding-bottom:0px;
}
	
h5 {
	font-size: 12px; 
}

h6 {
	font-size: 10px; 
	color: #4A76A9;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #4A76A9;
	padding: 0px;
	margin: 0px;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4A76A9;
	padding: 0px;
	margin: 0px;
}	

a:hover {
	text-decoration: none;
	color: #808080;
	padding: 0px;
	margin: 0px;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #4A76A9;
	padding: 0px;
	margin: 0px;
}

.bookmark {color:#144172;} 

a.bookmark:link {color:#144172;}
a.bookmark:active {color:#144172;}
a.bookmark:hover{color:#ffffff;}
a.bookmark:visited{color:#144172;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.dateCTA {color: #808080; font-family:Arial, Helvetica, sans-serif; font-size:14px;line-height:16px; text-transform:uppercase;padding-bottom:10px;}
.newsHeader {color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size:21px; padding-bottom:20px;}
.newsText {color: #808080; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

.blue {color: #144172;}
.pink {color:#aa1272;}
.orange {color:#f17b21;}
.yellow {color:#f0e801;}
.grey{color:#808080;}

.purpleHeaderDk {color:#672971;}
.greenHeaderDk {color:#019347;}
.orangeHeaderDk {color: #ec4037;}
.blueHeaderDk {color:#0461ac;}
.greyHeaderDk {color:#59595b;}

.purpleHeaderLght {color:#98258D;}
.greenHeaderLght {color:#75bf43;}
.orangeHeaderLght {color: #f17721;}
.blueHeaderLght {color:#468cc8;}
.greyHeaderLght {color:#a3a6a9;}

.whiteHeader {color:#ffffff;}

input { color: #000;}
select { color: #000;}