/* CSS Document */

.header-border { border-bottom:solid 10px #000; width:100%;  clear:both;}


.page-title { width:100%; padding:20px 0px; font-size:35px; clear:both; background:#0099FF; color:#fff; }

.list-1 {
	width:100%;
	margin:0px;
	padding:0px;
	}
.list-1 li {
	list-style:none;
	line-height:35px;
	font-size:18px;
	color:#003366;	
	}	

.display-welcometext {
    font-size: 24px;
    font-weight: 400;
	font-style:italic;
    line-height:35px;
	text-align:center;
	color:#003366;
	line-height:50px;
}

.display-aboutus {
    font-size: 18px;
    font-weight: 400;
	font-style:italic;
    line-height:35px;
	text-align:justify;
}

.footer { background:#0E1E43; color:#fff; margin-top:10px; clear:both; padding:20px 0px; }
.footer a { text-decoration:none; color:#fff;}
.footer a:hover { text-decoration:none; color:#f2f2f2;}