* {
	margin:0;
	padding:0;
}
body {
	font:76% Verdana, Tahoma, Arial, sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background:#e8eaec;
}
img{
margin-left: 10px;
margin-right: 10px;
}

img.left, img.center, img.right {
	padding:4px;
/*	border:1px solid #a0a0a0; */
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}

#container {
	width:1000px;
	margin:0px auto;
	padding:1px 0;
	text-align:left;
	background:#ffffff;
	color:#303030;
	border:2px solid #FFF;
}
#header {
	height:205px;
	width:100%;
	margin:0 1px 1px 1px;
	color:#ffffff;
/*	background-color: #467aa7;*/
		background-color: #ffffff;
}
#navigation {
	height:2.2em;
	line-height:2.2em;
	width:100%;
	margin:0 1px;
	color:#ffffff;
	background-color: #467AA7;
	text-align: left;

}
#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}
#content {
	float:left;
	width:95%;

	font-size:12px;
	padding:20px 20px 0 20px;
	text-align:left;
	line-height: 20px;
}

#subcontent {
	float:left;
	width:170px;
	padding:0px 20px 10px 0;
	line-height:1.4em;
	
}
.menublock {
	font-size:0.9em;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;

}
.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}
.menublock li ul {
	margin:3px 0 3px 2px;
	font-size:1em;
	font-weight:normal;
	
}
.menublock li ul li {
	margin-bottom:0;
}

#footer {
	clear:both;
	width:100%;
	height: 20px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#f0f0f0;
	background:#467aa7;
}
.splitcontentleft {
	float:left;
	width:48%;
}
.splitcontentright {
	float:right;
	width:48%;
}
.clear {
	clear:both;
}
.small {
	font-size:0.8em;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}
.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}

/* Ajay n Pradeep's Custom CSS */
#content h1{
	color: #666666;
	border: 1px solid #006699;
	background-color: #F5F9EC;
	font-size: 18px;
	padding: 10px;
	-moz-border-radius: 6px;
	margin-bottom: 10px;
}
.menublockholder{
	border: none;
	height:100%;
	width: 180px;

}
#content ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-image: url(../../../assets/caps_bullet.gif);
	list-style-position: outside;
	line-height: 22px;

}
#content table{
font-size: 12px;
padding: 5px;
border: 1px solid #CCCCC;
}
#content table th{
background-color: #CBDCF6;
}
#content table td{
background-color: #FFFFFF;
border: 1px solid #FCEAD9;
padding: 5px;
}


/* Top Navi Menu */
#hnavcontainer{

}
#hnavcontainer ul li { display: inline; }

#hnavcontainer ul li a
{
padding: 0.2em 1em;
/* background-color: #99CC33; */
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#hnavcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

.Home_News{
background-color: #FFFFFF;
border: 1px solid #CCC;
padding: 10px;
}
.Home_News th{
	background-color:#D0DF6B;
	font-size:14;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;

}

#blogbox table{
border: none;

}
#blogbox table td{
background-color: #F3F8FC;
}

.scrollbox{
font-family: verdana;
font-size: 1.8em;
font-weight: bold;
padding: 10px;
background-color: #FFFFFF;
color: #003399;
line-height: normal;
margin-top: 2px;
}


