/* HEADINGS */
h1{
	color:#667E80;
	font-size:1.3em;
	margin-bottom:0.2em;
	line-height:1.2em;
	margin-top: 0px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
}
h2{
	color:#667E80;
	font-size:1.15em;
	margin-bottom:0.9em;
	line-height:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{
	color:#333333;
	font-size:0.8em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-family: "Trebuchet MS", Arial, Verdana;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.8em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	line-height: 1.6em;
}
#content img {
	background-color: #E8F0E6;
	border: 1px solid #D7D5C8;
	padding: 3px;
}
#leftColumn ul {
	font-family: tahoma, Arial, verdana;
	font-size: 0.75em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: auto;
	color: #666666;
}
#leftColumn ul li {
	list-style-type: square;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 1.1em;
}
#leftColumn a {
	color: #333333;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CBD2D3;
	padding: 2px;
}
#leftColumn a:hover {
	background-color: #ECF0F0;
	border-bottom-color: #899D9E;
}