/********************************************************************************************/
/* 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 {
	text-decoration: none;
	color: #353535;
	line-height: 1.5em;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

hr {
	border: 0;
	color: #E3E3E3;
	background-color: #E3E3E3;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Lists */
ul, ol { margin-top: 2px;}

ul { list-style-image: url(../images/bullet.gif);}

li {}

/* Formatted Text */
pre {}

/* Headings */

h1,h2,h3,h4,h5,h6 {font-weight: normal; margin: 0px;}

h1 {
	font-size: 26px;
	color: #666;
	font-family: 'Georgia', serif;
	margin-bottom: 25px;
	line-height: 120%;
}

h2 {
	font-size: 15px;
	color: #1F5349;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	font-size: 12px;
	color: #005148;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 20px;
}

h4 {
	font-size: 12px;
	color: #005148; 
	border-bottom: 1px solid #f0f0e5;
	padding: 0 0 8px 0;
	text-transform: uppercase;
}
	
h5 {
	font-size: 12px; 
	color: #666;
}

h6 {
	font-size: 10px;
	color: #005148;  
}

/* Links - default */
a:link {

	text-decoration: none;
	color: #ec008c;
}

a:visited {

	text-decoration: none;
	color: #ec008c;
}		

a:hover {
	text-decoration: underline;
	color: #ec008c;
}	

a:active {
	text-decoration: none;
	color: #ec008c;
}

h2 a:link,
h2 a:visited{	color:#1F5349;}
h2 a:hover{}
h2 a:active{color:#1F5349;}

a.small:link,
a.small:visited,
a.small:hover,
a.small:active  {
 font-size: 9px;
}

.bookmark {color:#353535;} 

a.bookmark:link,
a.bookmark:active,
a.bookmark:hover,
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */
.NEWBoldText { font-weight: normal; color: #ec008c;}

.footnotes { font-size: 10px; line-height: 14px;}

.footnoteNUM {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	vertical-align: 10%;
}

.BlackBoldText { font-weight: normal; color: #000; }

/* Link <a></a> specific classes */
a.BlackLink { background-color: #000; color: #fff; }

/* Paragraph <p></p> specific classes */
p.PurpleParagraph { background-color: #88f; color: #fff; }

/* Table <table></table> specific classes */
table.GreenTable {
	background-color: #E9EAD0;
	color: #fff;
}

table.Border  td{
	border-bottom: 1px solid #ccc;
}

/* Table cell <td></td> specific classes */
.HomeQuickLinks { border: 1px solid #d9d9d5; padding: 5px;}

.HomeQuickLinks img{ border: 1px solid #d9d9d5;}

/* Image <img /> specific classes */
img.BorderedImage {
	border: 1px solid #CCC;
	padding: 4px;
}

p.alpha {
	text-indent: -15px;
	margin-left: 15px;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eff2db;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
