#header {
	position: absolute;
	clear: both;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 4.5em;
	border: 1px;
	background-color: #003366;
	color: white;
}

#mainbody {
	position: absolute;
	clear: both;
	top: 4.5em;
	bottom: 1.5em;
	width: 100%;
	border: 1px;
	padding: 0px;
	overflow: auto;
	margin: 0px;
	left: 0px;
	right: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1.5em;
	color: white;
	background-color: #003366;
}


div#banner_left{
	position: absolute;
	top: 0em;
	left: 0.2em;
	height:4.5em;
	width:9em;
}



div#banner_right
{
	position: absolute;
	top: 0.2em;
	left:0em;
	right:0.2em;
	height:4.5em;
    font-size:2.7em;
    vertical-align:middle;
    text-align:center;
}


div#banner_iiasa
{
	font: sans-serif;
	position: absolute;
	top: 0.2em;
	left: 0.1em;
	height:1.2em;
	width: 3em;
    font-size:1.1em;
    font-weight:bolder;
    letter-spacing:1px;
}

div#banner_logo
{
	position: absolute;
	top: 1.6em;
	left: 0.15em;
	width:3em;
	height:3em;
}



div#banner_app {
	font:  sans-serif;
	position: absolute;
	top: 0.2em;
	left:1.4em;
	font-size:2.7em;
	vertical-align: middle;
}

div#banner_sub_app {
	position: absolute;
	top:2.7em;
	left:5.2em;
	height:1.1em;
	font-size:1.1em;
    font-weight:bolder;
}

div#copyright {
	position: absolute;
	bottom: 0em;
	height: 1.5em;
	font-size: 11px;
	width: 100%;
	text-align: center;
	border-top: solid white 1px;
	background-color: #003366;
}

ol
{	
	list-style-type: none;
	list-style-position: inside;
}
li.header
{
   font-size: 14pt;
   margin-top: 8px;
}
li.first
{
   font-size: 12pt;
   margin-top: 4px;
   list-style:disc outside;
}


li.second
{
   font-size: 12pt;
   margin-top: 4px;
   list-style:circle outside;
}

