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;
}

#data {
	float: left;
	/* width: 680px; */
	padding-bottom: 30px;
}

#info {
	float: left;
	/* width: 440px; */
}

/* News Archive */


#news-archive .heading{
	font: 400 20px/22px Georgia, "Times New Roman", Times, serif;
	color: #61720b;	
	padding: 5px 0;
}
#news-archive .title{ padding: 0 0 0 10px; }


#news-archive  .date {
	width: 100%;
	height: auto;
	font: 400 14px/22px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	vertical-align: top;
}


#news-archive .repeat{
	width: 100%;
	height: auto;
	font: 400 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align:left;
	padding: 15px 0;
	border-top: 1px solid rgba(97, 114, 11, 0.5)
}

#news-archive .repeat:hover, #news-archive .repeat:focus{ border-top: 1px solid rgba(97, 114, 11,1) }

#news-archive .repeat a{ color: #666; }


.container { width: 750px; }
@media (min-width:0px) and (max-width:750px) 
{ 
	.container { width: 100%; } 
}
