html, body{
	color: #999999;
}
h1, h2{
	color: #88c141;
}
h2{
	font-weight: bold;
	margin-bottom: 0.5em;
}
a{
	color: #88c141;
}
a:hover{
	text-decoration: none;
	color: #88c141;
}
img.imageLeft {
	padding: 0 1em 0.3em 0;
	float: left;
}
img.imageRight {
	padding: 0 0 0.3em 1em;
	float: right;
}

div#mainContent{
	background: transparent url(../images/border.gif) repeat-y scroll top left;
}
div#news{
	margin-top: 0.5em;
}
div#newsimage{
	margin-top: 0.5em;
}
div#landscape{
	margin-bottom: 0.8em; 
}
div#welcome{
	/*padding-left: 0.3em;*/
	/*border-right-color: #88c141;
	border-right-style: solid;
	border-right-width: 3px;*/
	background: transparent url(../images/welcomeBorder.gif) repeat-y scroll top right;
}
div#links{
	margin-top: 1.46em;
}
div#links div#social ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
div#links div#social ul li{
	float: left;
	margin-right: 3px;
}
div#flags{
	text-align: right;
}

div#footer{
	border-top: 1px solid #88c141;
	margin-top: 0.8em;
	font-size:0.8em;
	padding: 0.8em 0;
	color: #88c141;
}
div#footer a{
	color: #88c141;
}
