.content {
	position: absolute;
	left: 178px;
	top: 150px;
	width: 695px;
	height: 507px;

}
.topLeft {
	position: absolute;
	left: 4px;
	top: 120px;
	width: 350px;
	height: 116px;

}
.topRight {
	position: absolute;
	left: 644px;
	top: 139px;
	width: 271px;
	height: 158px;

}

.lnav {
	position: absolute;
	left: 300px;
	top: 29px;
	width: 175px;
	height: 207px;

}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000066;
}
.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #990000;
	font-weight: bold;
}
.menu1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #0000FF;
	font-weight: bold;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000066;
}
body {
	background-color: #ECECEC;
	color: #000066;
}
	/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #990000;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	color: #0000CC;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #FF0000;
	background: transparent;  
	}
