/* these tow division below are related to the fomatting of 'centerGraphicsTextDiv'
	place in the 'main.css' */
#heading {
	width:640px;
	text-align:left;
	font-variant:small-caps;
}
#centerGraphicsDiv {
	float:left;
	width:180px;
	padding-right:5px;
	/*background-color:blue;*/
}
#centerTextDiv {
	float:left;
	width:450px;
	paddinng-left:5px;
	/*background-color:yellow;*/
}
.centerTextParag {
	text-align:left;
}
.noDecor {
	border: none;
}
#readOnline {
	margin: 25px;
}