/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 140px;
	margin: 131px 0 5px 0;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	width: 615px;
	/* must have some padding at the bottom*/
	padding: 12px;
	float: right
}

#left-column{
	float: left;
	margin: 40px 0 20px 0;
	width: 290px;
	min-height: 100%;
}

#footer {
	clear:both;
	padding: 7px 0 0 30px;
	height: 22px;
	overflow:hidden;
	display: none
}

#right-column {
	width: 160px;
	margin-right: 1px;
	float: right;
}

#news-events-section {
	display: none;
}

/* SIDEBOX */
#sidebox {
	width: 290px;
	margin: 20px 0 20px 0;
	text-align:right;
	line-height: 20px;
	height: 100px;
}
.side-text {
	width: 275px;
	height:18px;
	margin: 0 0 0 0;
	padding: 0 10px 0 5px;
}
.green-header {
	color: #a1cd3a;
}

html>/**/body #sidebox {
	margin: 20px 0 20px 0;
}

