body {
	margin: 0px;
	background-image: url(images/baseBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topBG {
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
}
#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #666666;
	width: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li { display: inline; }

li a
{
	text-decoration: none;
	color: #999999;
	padding: .2em 1em;
}


li a:hover, li a:active
{
color: #000000;
}
.NavLine {color: #D8D3CE}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	padding-top: 50px;
}
#content a:link, #content a:visited {
	color: #999999;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #333333;
	text-decoration: underline;
}
#content h1 {
	font-size: 16px;
}

#footer {
	font-size: 9px;
	color: #999999;
	padding-top: 20px;
}


#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#siliguri {
	border: 1px solid #0099FF;
	background-color: #D9F0FF;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#content #siliguri p {
	padding: 5px;
}

#siliguri a {
	color: #FF9E3F;
	background-color: #FFFFFF;
}
