/********************************************************************************************/
/* 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: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 3.0ex;
	text-decoration: none;
	color: #444444;
	margin: 0px;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {	
	font-size: 22px;
	font-weight: bold;
	color: #2F98EA;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;

	}

h2 {
font-size: 18px;
	font-weight: bold;
	color: #162571;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;
	}
	
h3 {
font-size: 14px;
	font-weight: bold;
	color: #2F98EA;
	line-height: 2.0ex;
			margin-top:8px;
		margin-bottom:5px;
	}
	
h4 {
font-size: 12px;
	font-weight: bold;
	color: #162571;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;
	font-style: italic;
	}
	
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #2F98EA;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;
	border-bottom: 1px dotted Silver;
	}
	
h6 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 3.1ex;
	text-decoration: none;
	color: #162571;
		margin-top:8px;
		margin-bottom:5px;
	}

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8f1f33;
	}	


a:hover {
	text-decoration: underline;
	color: #8f1f33;
	font-weight: bold;
	}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.homerightcol{
	width: 200px;
	height:100%;
	border-left:1px solid #a3abb9;
}
.tablecellfill{
background-color: #DEEEF0;
}