@charset "UTF-8";
/* CSS Document for the wysiwyg editor */
/* CONTENT TABLE */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7b55;
font-size:small;
}
body {
	background-color: #fcfce5;
}
h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin:0px;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #8C0031;
}
h3 {
	font-weight: normal;
	font-size: 1.2em;
	color: #8C0031;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
}
a {
	color: #8C0031;
}
a:hover {
	color: #336600;
}
a:visited, a:active {
	color: #666666;
}
ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
}
li {
	margin-bottom: 10px;
}
p {font-size:1em;}

h1 .highlight-large {
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: normal;
	color: #8C0031;
}
 h1 .highlight-small {
	line-height: 1.5em;
	font-size: .8em;
	font-weight: bold;
}
.highlight {
	color: #8C0031;
	font-size: 1.2em;
}
p.informationboxout {
	padding: 10px;
	font-size:.9em;
	border: 1px solid #9ea06e;
	background-color: #ebebb8;
	 
}
img.leaficon {
	margin-top: 1px;float: left;margin-right: 2px;
	 
}

.subhead {
	background-image: url(../images/smallleaf.jpg);
	background-repeat:no-repeat;
	text-indent:30px;
}