/* Base html elements separated into this file so that they can also be used within tinymce
or other wysiwyg without pulling in unnecessary div-specific or layout styles from global.css */

/*
Color Key:

body bg grey - #5A606C
footer light blue text - #C4E7F9
credit/footer text - #7B7B7B
dark grey - #333333
link color orange - #CE4023
content area white - #F1F1F1
h1 green - #546C6A
*/

body { 
	margin: 0; padding: 0; 
	background-color: #E0E7E0; 
	font-family:  georgia, "times new roman", "times", serif;
}

a {
	font-size:14px;
	color: #642021;
	text-decoration: underline;
}

a:hover, a:active {
	color:#000000;
	text-decoration: underline;
}

img {
	border:0;
	margin: 0px;
	padding: 0px;
}

p {
/*	margin-top: 5px; */
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #2A3032; 
}

h1,h2,h3 {
	padding: 3px 0;
	font-weight: bold;
	font-family: georgia, "times new roman", "times", serif;
}

/* ---------- general font styles ---------- */

h1 { /* page title */
	font-size:18px;
	color: #546C6A;
}
 h2 { /* quote text */
	margin: 0; padding: 0;
	font-size:14px;
	line-height: 22px;
	color:#474844;
	font-family: trebuchet MS;
}
h3 {
	margin: 0; padding: 0;
	font-size:14px;
	color: #546C6A;
	font-weight: normal;
}
h4 { /* grey title areas*/
	font-size:14px;
	color: #474844;
}
h5 { /* brown quote title */
	font-size:18px;
	color: #A28B77;
}
h6 { /* brown quote title */
	padding: 10px 0;
	font-size:12px;
	color: #546C6A;
	font-weight: bold;
}


