/********************************************************************************************/
/* 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 Times, Times New Roman;
	text-decoration: none;
	color: #353535;
	line-height: 120%;
	margin-right: 20px;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px;
	color: #924F35; 
	font-family: Century Schoolbook, Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 18px;
	color: #924F35;
	font-weight: bold; 
	font-family: Century Schoolbook, Georgia, "Times New Roman", Times, serif;}
h3 { font-size: 16px; font-family: Century Schoolbook, Georgia, "Times New Roman", Times, serif;	font-weight: bold;}
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px;
	color: #924F35; }

/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #924F35;
}

/* Links - hover (onmouseover) */
a:hover {
	color: #D09B86;
	text-decoration: none;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* define custom css classes that you would like access to in the content editor */

/* examples: */
/* table.myclass {} - table specific classes */
/* tr.myclass {} - table row specific classes */
/* td.myclass {} - table cell specific classes */
/* img.myclass {} - image specific classes */
/* p.myclass {} - paragraph specific classes */

/* Required Declarations */

.DoNotPrint {} /* this is to apply to content elements that you do not want to be included on print to page */

