*{
	margin: 0; padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #ebebeb;
}

ul li {
	list-style-type: circle;
	margin-left: 2em;
}

ul > ul {
	margin-left: 2em;
}

ul ul li {
	list-style-type: square;
}

ul.links li {
	list-style-type: none;
	line-height: 1em;
}

#header {
	width: 100%;
	height: 300px;
	background-image: url('../img/header_background.png');
	background-position: top;
	background-repeat: repeat-x;
}

#headerlogo {
	width: 288px;
	height: 72px;
	float: left;
	background-image: url('../img/header_logo.png');
}

#headerlinks {
	width: 430px;
	height: 72px;
	float: right;
	line-height: 72px;
	text-align: right;
	margin-right: 30px;
}


#headerlinks ul li {
	display: inline;
}

#headercontent {
	width: 100%;
	height: 72px;
}

#headerimage {
	background-color: #75b44f;
	width: 680px;
	margin: 0 auto;
	height: 157px;
	padding: 12px;
}

#headermainlinks {
	margin: 0 auto;
	height: 59px;
	line-height: 45px;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
}

#headermainlinks ul li {
	display: inline;
}

#headermainlinks ul li.firstelem {
	margin-left: 0;
}

#contentcontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	background-color: white;
	min-width: 760px;
	width: 80%;
	border-left: 2px solid #ccebb7;
	border-right: 2px solid #ccebb7;
}

#content {
	width: 90%;
	margin: 0 auto;
	text-align: justify;
}

img.left {
	margin: 0.5em 1em 0.5em 0;
}
img.right {
	margin: 0.5em 0 0.5em 1em;
}

img {
	border: 0;
}

#rightcontent {
	float: right;
	width: 25%;
}

.contentright {
	text-align: left;
	font-size: 13px;
	width: 80%;
	background-color: #e9f3da;
	border:solid 2px #ccebb7;
	padding: 4%;
	margin: 0 0 5% 11%;
}

.statusbox {
	background-color: #dff1c1;
	border: 2px solid #ccebb7;
	padding: 0.2em 0.5em;
	display: block;
	margin-bottom: 0.5em;
}

.contentleft {
	text-align: left;
	width:20%;
	float: left;
	background-color: #75b44f;
	margin: 0 2% 2% 0;
	padding: 1%;
	clear: both;
}

.footer, .push {
	height: 27px; /* .push must be the same height as .footer */
}

.footer {
	border-top: 3px solid #ccebb7;
	min-width: 760px;
	width: 80%;
	margin: 0 auto;
}

.footertext {
	padding: 0 30px;
}