/********************************************************************************************/
/* 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 Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 22px; font-weight: normal; color: #3D5208; }
h2 { font-size: 18px; color: #3D5208; }
h3 { font-size: 16px; color: #000; }
h4 { font-size: 14px; color: #3D5208; }	
h5 { font-size: 11px; text-transform: uppercase; color: #929292; }
h6 { font-size: 11px; text-transform: uppercase; color: #3D5208; border-bottom: solid 1px #000; padding-bottom: 3px; margin-bottom: 0; }

/* Links - default */
a {
	font-weight: bold;
	color: #00f;
}	

/* Links - hover (onmouseover) */
a:hover {
	color: #00C;
}

hr {
	color: #7B9E24;
	height: 1px;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Table <table></table> specific classes */
table.RightSideBar td { border-bottom: dashed 1px #ccc; padding: 10px 0; }

/* Table cell <td></td> specific classes */
p.GreenBox { background-color: #EBFCC1; border: solid 1px #3D5208; padding: 5px; margin: 10px; }
