body {
	font: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #222;
}


a {
	border-bottom:1px dotted #5B5D6C;
	color:#596331;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:visited:hover {
	border-bottom:1px dotted #B53200;
	color:#2C3117;
	font-weight:normal;
	text-decoration:none;
}


a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

cite {
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding:5px 10px 0 15px;
	background:url("../gfx/cite_bg.png") no-repeat scroll 0 0 transparent;
	text-indent: 20px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 3em;
	letter-spacing: -.05em;
	color: #222;
	font-weight: normal;
}

h2 {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	color: #52601d;
}

.newsitem h2 {
	margin-bottom: 25px;
}

h3 {
	font-size: 1.4em;
	color: #444;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h6 {
	font-size: 14px;
}

h4.boxheader {
	font-size: 1.3em;
	margin: 10px 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #414824;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}
/*
li {
	margin-left: 30px;
}
*/
p {
	padding: 0 0 1em 0;
	line-height: 1.6em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	/*position: relative;*/
}

.smaller {
	font-size: .9em;
	line-height: .7em;
}
