body {
	padding: 0;
	margin: 0;
	width: 100%; /* 92% */
	background: #fff; /* dbe8f8, ebf5e0, b6c7e5 */
	font-size: 0.8em;
}

body, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
}

html, body {
    height: 100%;
}

a {
	color: #40773B;
	text-decoration: underline;
}

a:hover {
	color: #16448a;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #306fdf;
	font-weight: normal;
}

#header {
	padding: 0;
	margin-left: 10px;
	background: #fff url(../images/raa.png) no-repeat center left; /* ffff00 */
	height: 80px;
    text-align: right;
}


#header img {
    /* height: 80px; */
    padding: 0;
    margin: 0;
    border-left: 1px solid #fff;
}

#header img#first {
    border-left: none;
}

#header img#undp {
    padding: 0 4px 0 4px;
    border: 4px solid #fff;
}

#container { /* min-height works for IE7, Firefox, Chrome, Opera */
	background: #fff;
	min-height: 90%; /* 99% */
	/* border-right: 0.1em dotted #dbe8f8; */
}

* html #container { /* hack for IE6 */
    height: 90%; /* 100% */
}

#container .statuspanel {
	position: relative;
	float: right;
	text-align: right;
	font-size: 0.85em;
	color: #777;
	background: #F8F9F7;/*#f5f8fa;*/
	border-bottom: 0.1em solid #CDEDBB; /* dbe8f8, ccc */
	padding: 8px 0 4px 0;
}

#container .statuspanel .breadcrumbbar {
	float: left;
}

#container .column {
	position: relative;
	float: left;
}

#userpanel {
	width: 100%;
}

#content {
	width: 100%;
}

#pad {
    padding: 0 10px; /* CC padding */
}

#footer {
	clear: both;
	/* position: absolute; */
	/* bottom: 0; */
    height: 22px;
	/* width: 100%; */
	font-size: 0.8em;
	margin: 30px 0 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	color: #888;
	background:#F8F9F7;/* #f5f8fa;*/
	border-top: 0.1em solid #CDEDBB;
	/* border-bottom: 0.1em solid #d7e8f0; */
}

#info {
	margin-top: 8px;
	padding-left: 24px;
	background: #fff url(../images/media/info.gif) no-repeat center left;
}

#info span {
	color: #e00;
	font-size: 85%;
	font-weight: bold;
	border-top: 0.1em dotted #CDEDBB;
	border-bottom: 0.1em dotted #CDEDBB;
}