@charset "utf-8";
/* Stylesheet for Mohunlall.com Main Page */

body {
	margin: 0; 
	padding: 0; 
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	border-top: 2px solid #778899; 
	border-bottom: 2px solid #778899;
}	
#header {
	border-top: 1px solid #778899; 
	border-bottom: 1px dotted #B2BCC6; 
	height:140px; 
}
#header .slogan {
	font: 120% Georgia, "Times New Roman", Times, serif; 
	color: #778899; 
	background-color: transparent; 
	float: right; 
	width: 300px; 
	text-align: right; 
	margin-right: 2em; 
	margin-top: 60px; 
}
#header .logo {
	float: left; 
	width: 128px;
	height:128px; 
	margin-left: 3.5em; 
	margin-top: 0.5em; 
}
#nav {
	position: absolute; 
	top: 140px; 
	left: 3em; 
	width: 14em; 
}
#nav ul {
	list-style: none; 
	margin-left: 1em; 
	padding-left: 0; 
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6; 
	margin-bottom: 0.3em; 
}

#nav li .current {
	list-style: disc; 
}

#nav a:link, #nav a:visited {
	text-decoration: none; 
	color: #2A4F6F; 
	background-color: transparent; 
	border: none; 
}
#nav a:hover {
	color: #778899; 	
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif; 
	color: #2A4F6F; 
	background-color: transparent; 
	border-bottom: 1px dotted #cccccc; 
}
#content {
	margin-left: 19em; 
	margin-right: 3em; 
}
#content h1 {
	font: 150% Georgia, "Times New Roman", Times, serif; 	
}

#content h2 {
	font: 110% Georgia, "Times New Roman", Times, serif; 
	padding-left: .7em;
	margin-left: 0;
}
#content p {
	font-size: 80%; 
	line-height: 1.6em; 
	padding-left: 1.2em; 
}
#content p a:link, #content p a:visited, #content h2 a:link, #content h2 a:visited {
	text-decoration: none; 
	color: #2A4F6F; 
	background-color: transparent; 
	border: none; 
}
#content p a:hover, #content h2 a:hover {
	color: #778899;
}
#content ul {
	list-style: square; 
}
#content li {
	font-size: 80%; 
	line-height: 1.6em; 
}
#footer {
	clear: both; 
	border-top: 1px dotted #B2BCC6;
	border-bottom: 1px solid #778899; 
	height: 80px;
	margin-top: 3em;
}
#footer p {
	font-size: 60%;
	color: #444444;
	text-align: center; 
}

div .oldnews {
	display: none; 
}
