html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font: 0.875em/1.25em Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: white;
}
ol, ul {
	list-style: none;
}

#lang {
	font: 0.875em/1.25em Georgia, "Times New Roman", Times, serif;
	color: black;
	padding-top:5px;
	padding-bottom:30px;
}

#lang a:link {
	font: 0.875em/1.25em Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration:none;
}

#lang a:visited {
	font: 0.875em/1.25em Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration:none;
}

#lang a:hover {
	font: 0.875em/1.25em Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration:underline;
}

#sidebar {
	 width: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

@media (min-width:0px) and (max-width:241px) { #sidebar { width: 100%; } }

#latest-news{ margin: 10px 5px; }
#latest-news h3 {
	font-size: 20px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61720b;
	padding-bottom:10px;
}
#latest-news li {
	width: 100%;
	padding: 0;
	margin-bottom:15px;
	float:left;
}
#latest-news li a {
	display: block;
	text-decoration: none;
	float: left;
	color: #666;
}
#latest-news li:hover .text, #latest-news li:focus .text { color: #5d5e57; }
#latest-news li .date{ width: 100%; font: 400 12px/16px Georgia, "Times New Roman", Times, serif; color:#989898; margin-bottom:4px; }
#latest-news li .text { width: 100%; font: 400 12px/16px Georgia, "Times New Roman", Times, serif; color:#61720b; }

#latest-news .all {
	float:left;
	display: block;
	text-align: left;	
	font: 400 12px/14px Georgia, "Times New Roman", Times, serif; 
	color:#61720b;
	padding: 10px 15px;
	border: 1px solid rgba(97, 114, 11, 0.5)
}
#latest-news .all:hover, #latest-news .all:focus{ border-color:#61720b;  }
#latest-news .all a { color: #61720b; text-decoration: none; }

i { border: solid #61720b; border-width: 0 1.5px 1.5px 0; display: inline-block; padding: 2.5px; margin-left:2px; }
.right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }