@charset "UTF-8";

#container {
	width: auto;
	margin: 0 auto;
	height: 3000px;
	background-color: rgb(77,77,77);
	}

#contentbox {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #8fb398;
	padding: 20px;
}
#contentboxlight {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #acaeb0;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
H1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #C9DB5D;
	text-decoration: none;
	font-weight: bold;
}
.imageleftborder_r {
	margin-right: 5px;
}
.imageleftborder_rb {
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}
.imageleftborder_trb {
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.imageleftborder_trbl {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.imageleftborder_rbl{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.imageleftborder_rl {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#newsgreen {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c9db5d;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#newsgrey {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c9db5d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #A0BEA7;
}
