
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background-color:#567091;
		color:black
		}
	
	#leftmenu {
		position: absolute;
		left:10px;
		top:50px;
		width:200px;
		background:#9BADC5;
		color:black;
		border:1px solid #000;
		margin-right: 50px;
		}

	#centercontent {
		background:#F2C09C;
		color:black;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightmenu {
		position: absolute;
		right:10px;
		top:50px;
		width:200px;
		/*background:#9BADC5;
		color:black;
		border:1px solid #000;*/
		}
	
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	.center{
	text-align: center;
	}

    td.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;

    }
	
	#rightmenu p {
		font-size:10px
		}