/********************************************************************************************/
/* 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, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	margin-bottom:5px;
	margin-top:0px;
}

/* Lists */
ul, ol, li {
	margin-bottom:2px;
	margin-top:0px;
}


/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 22px; 
	margin-bottom:2px;
	margin-top:0px;
	color: #785C2D;
}

h2 {
	font-size: 18px; 
	color: #785C2D; 
	margin-bottom:2px;
	margin-top:4px;
	font-style: italic; 
}

h3 {
	font-size: 16px; 	
	margin-bottom:2px;
	margin-top:4px;
	color: #6A6A6A; 
}

h4 {
	font-size: 14px;
	color: #6A6A6A;
	font-style: italic;
	margin-bottom:2px;
	margin-top:4px; 
}
	
h5 {
	font-size: 12px; 
	margin-bottom:2px;
	margin-top:4px;
	color: #6A6A6A; 
}

h6 {
	margin-bottom:2px;
	margin-top:4px;
	font-weight: bold;
	font-size: 10px;
	color: #6A6A6A;  
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #4478B1;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #02388E;
}		

a:hover {
	text-decoration: underline;
	color: #02388E;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #02388E;
}	

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

table.GoldBox { 
	background-color: #ddd6ba; 
	padding:3px;
	margin:3px;
}


/* Classes that can be used with any element */
.RedBoldText { font-weight: bold; color: #f00; }
.GreenBoldText { font-weight: bold; color: #0f0; }
.BlueBoldText { font-weight: bold; color: #00f; }
.BlackBoldText { font-weight: bold; color: #000; }

/* Link <a></a> specific classes */
a.BlackLink { background-color: #000; color: #fff; }

/* Paragraph <p></p> specific classes */
.GoldBoxHeading1 p { 
	background-color: #ddd6ba; 
	color: #784C2D;
	font-size: 18px; 
	font-weight: bold; 
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
 }

/* Table <table></table> specific classes */
table.RedTable { background-color: #f00; color: #fff; }

/* Table cell <td></td> specific classes */


/* Image <img /> specific classes */
img.BorderedImage { border: solid 5px #f00; }