		body {
			text-align: center;
			background-color:rgb(181,195,222);
			font-size:10pt;
			color:navy;
		}
		* {margin:0; padding:0;}
		#container {
			width: 800px;
			border: solid .4em rgb(206,207,255);
			background-color:rgb(233,242,255);
			margin-left:auto;margin-right:auto;
		}
		#header {
			margin:0px;
			width:100%;
			height:191px;
			background-image:url(../images/shortbackground.jpg);
			background-position: center;
			background-repeat: no-repeat;
			color:white;
		}
		#leftPanel {
			float: left;
			text-align: left;
			font-size:8pt;
			padding-left:10pt;
			width:20%;
		}		
		#contentArea {
			font-size:10pt;
			text-align:left;
			padding-right:20px;
			list-style-position:inside;
			float:right;
			width:75%;
		}
	
		#footer {
			clear: both;
			border: double #b5c3de .02em;
			font-size: 9pt;
			color:purple;
			padding:10pt;
		}
		hr {
			color:navy;
		}
	.clearfix:after {
		content: ".";  
		display: block;          
		height: 0;                 
		clear: both;              
		visibility: hidden;	     
	}
	.clearfix {display: inline-block;}  

	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	
		
		