div.container {
	width : 100%; 
	margin : 0px 0px 0px 20px;
	line-height : 15px;
	}

/* customized links css */
.clink1:link {
 	margin : 0px 0px 5px 0px; 
	font-weight : bold;
	font-size : 13px; 
	color : #215587;
	text-decoration : underline;
	}
.clink1:visited {
 	margin : 0px 0px 5px 0px; 
	font-weight : bold;
	font-size : 13px; 
	color : #215587;
	text-decoration : underline;
	} 
.clink1:hover {
 	margin : 0px 0px 5px 0px; 
	font-weight : bold;
	font-size : 13px; 
	color : #3366FF;
	text-decoration : underline;
	} 
.clink1:active {
 	margin : 0px 0px 5px 0px; 
	font-weight : bold;
	font-size : 13px; 
	color : #3366FF;
	text-decoration : underline;
	} 	
	
	

