/********************************************************************************************/
/* 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 12px Lucida Sans Unicode, Lucida Grande, Arial, Sans-Serif;
	text-decoration: none;
	color: #6F6F6F;
} 

p{margin: 0 0 10px 0;}

hr {
	border: 0;
	color: #F3F2E9;
	background-color: #F3F2E9;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px;
	color: #115683; 
}

h2 {
	font-size: 18px; 
	color: #86B7D5;
}

h3 {
	font-size: 16px; 
	color: #115683; 
}

h4 {
	font-size: 14px;
	color: #115683; 
}
	
h5 {
	font-size: 12px; 
	color: #86B7D5;
}

h6 {
	font-size: 10px; 
	color: #6F6F6F;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0B739B;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0B739B;
}

a:hover {
	text-decoration: none;
	color: #115683;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0B739B;
}


/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

p.navtitle { 
	color: #fff;
	padding: 17px 10px 17px 10px;
	background-color: #B7BAA8;
	font-size: 14px;
	text-align: left;
}
	
.HeaderFont  {
	font: normal normal 26px 'CantarellRegular', Lucida Sans, Sans-serif;
	color: #fff;
	line-height: 30px;
}

.TitleFont {
	font: normal normal 18px 'CantarellBold', Lucida Sans, Sans-serif;
	color: #115683;
}