body{
margin:0; 
background:white; 
height:100%;

}

#logo{ 
text-align: center;
height: 55px;                /* This is the top logo area */
padding: 10px 0px 5px 0px;   /* T, L, B, R*/
}

#menubar{ 
text-align: center;
margin: 0;
padding: 0;
border: 0;
}

#content{
	float: none;
	top:30px;
	bottom:26px;
	width:752px;
	height: 300px;
	padding: 0px 0px 5px 0px;   /* T, L, B, R*/
}

#rtextboxhdr {
		text-align: center;                /* This is the right textbox area */
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #8a1e01;
		}
		
#rtextbox {
		text-align:  justify;                /* This is the right textbox area */
		font-family:Arial, Helvetica, sans-serif;
		padding: 8px;
		font-size: 12px;
		color: #8a1e01;
		margin-bottom: 0px;
  		}

#menubarbottom{ text-align: center;
margin: 0;
padding: 0;
border: 0;
}

#copyright{
	position: fixed;
	text-align: center;
	width:100%;
	margin:0 1em; 
	font-size:60%; 
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px 0px;   /* T, L, B, R*/ 
	color: #8a1e01;
}
 
