body
{
	margin: 0;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma;
	line-height: 18px;
	color: #333;
	background-color: #c0c0c0;
}

td
{
	font-size: 11px;
	line-height: 19px;
	font-family: Verdana, Tahoma;
	text-align: left;
}

/* =Backgrounds
-------------------------------------------------------------------*/
.banner
{
	background: url(../images/banner-img.jpg) no-repeat top right;
	width: 559px;
	height: 193px;
}


.navbg
{
	background: #68a468;
	width: 220px;
	height: 234px;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}	

.bodybg
{
	background: url(../images/bodybg.gif) repeat-x top left;
	width: 560px;
	
}	


.footercontent
{
		font: normal 10px  verdana;
		padding: 10px 0 20px 207px;
	
}

.content
{
		padding: 10px 10px 0 20px;
	
}




/* =listing
------------------------------------------------------------------ */
ul
{
	margin: 0 0 0 20px;

}



ol
{
	margin: 0px 0 0 30px;
}


/* heading
------------------------------------------*/

h1
{
		font: normal 10px  verdana;
		color: #000;
		padding: 20px 10px 0 20px;
}


h2
{
	margin: 0;
	font: bold 14px  arial;
	color: #D92703;
	padding: 0 0 10px 0;
	text-decoration: none;

}

h3
{
	margin: 0;
	font: bold 14px  arial;
	color: #000000;
	padding: 0 0 10px 0;
	text-decoration: none;

}


hr
{
	margin: 0;
	color: #999999;
	width: 1px;
	height: 1px;
	
}


/* =Links
------------------------------------------------------------------ */
a
{
	color: #E65405;
	text-decoration: none;
}

a:hover, a:focus
{
	color: #E65405;
	text-decoration: underline;
}

a.more
{
	color: #006699;
	text-decoration: none;
}

a.more:hover, a.more:focus
{
	color: #006699;
	text-decoration: underline;
}

a.menu
{
	color: #FFF;
	text-decoration: none;
	font: bold 10px  arial;
}

a.menu:hover, a.menu:focus
{
	color: #fff;
	text-decoration: underline;
	font: bold 10px  arial;
}


/* =Table
------------------------------------------------------------------ */

table.dataTable
{
	border: 1px #ddd solid;
	border-collapse: collapse;


}
table.dataTable tr td
{
	padding: 3px;


}

table.dataTable tr.rowtitle td
{
	font-weight: bold;
	background-color: #bbb;
	color: #fff;
}

table.dataTable tr.row td
{
	background-color: #eee;


}

/* Form Properties */


form
{
	margin: 0 0 0 0px;
}

input, select, textarea
{
	font: 11px Tahoma, Verdana, Arial;
	border: 1px #ccc solid;
}


.search
{
	border: none;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	height: 20px;
	padding: 2 0 0 0px;
}

.btn
{
	font: bold 11px Tahoma, Verdana, Arial;
	color: #333333;
	background: #EAEAEA 0 0 no-repeat;
}

select
{
	font: 11px Tahoma, Verdana, Arial;
}


textarea
{
	font: 11px Tahoma, Verdana, Arial;
	overflow: auto;
}

.noborder
{
	border: none;
	border: 0px;
}

.border
{
	border: 1px solid;
	border-color: #DADADA;
}
/*** added by roshan ***/
.downloadBlock{
	background:url('../images/land-use.jpg') repeat-x 0 0;
}
.sideBlock{
	list-style:none;
	padding:0;
	margin:0;
	padding-top:15px;
	height:61px;
}
.sideBlock li{
	padding:0 10px 15px 30px;
	background:url(../images/arrowwhite.gif) no-repeat 17px 7px;
}
.sideBlock li a{
	color:#FFF;
	font:  bold 14px Arial, Helvetica, sans-serif;
}
.sideBlock li a:hover{
	text-decoration: none;
	color:#f1f1f1;
}
#rightRed {
   	background-color: #C06528;
    color: #FFFFFF;
    margin-bottom: 1px;
    padding: 20px 0;
}
#rightRed h2{
	color:#fff;
}
#rightRed  a{
	color:#fff;
	text-decoration:underline;
}
#rightRed  a:hover{
	text-decoration:none;
}

