body 			{
	background-color: #fffff1;
	font-family: sans-serif;
	margin-left: 12em;
	margin-right: 12em;
	}

#headerbar 		{
	background-color: #1b3447;
	padding: 0.5% 0% 0.5% 2%;
	display: block;
	font-family: sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.9em;
	border-bottom: 2px solid #c71448
    }

#headeraddr		{
	background-color: #1b3447;
	padding: 0.2% 2% 0.2% 0%;
	display: block;
	font-family: sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.9em;
	text-align: right;
	}
 
#navbar			{
	background-color: #fffff1;
	display: block;
	width: 13%;
	padding: 3% 2% 2% 2%;
	float: left;
	font-family: sans-serif;
	font-weight: 500;
	letter-spacing: 0.0em;
	font-size: 12px;
	color: #000000;
	line-height: 1.05em;
	text-align: left;
    }  
  
#bodycell		{	
	background-color: #fffff1;
	display: block;
	width: 75%;
	padding: 2%;
	float: right;
	font-family: sans-serif;
	font-weight: 500;
	letter-spacing: 0.0em;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
    }
	
#footerbar 		{
	background-color: #fffff1;
	display: block;
	clear: both;
	float: none;
	text-align: center;
	font-family: sans-serif;
	font-weight: 400;
	letter-spacing: 0.0em;
	line-height: 1em;
	font-size: 12px;
	color: #000000;
	border-top: 2px solid #c71448
    }	
	