
/* &copy; Indisax, created by Srimant Dash */
body {
	margin:0;
	background-color: #333;
}

body,ul,td,li,th,span,p,select,form,textarea,label { font-size:11px; font-family:verdana; color: #CCCCCC;  }
select,option,textarea { color:#000; }
i{
	color:white;
	font-style: normal;
}
b{
	color:#ffb440;
}
h2{
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffb440;
	margin: 0 0 10px 0;
}
h3{
	font-size: 12px;
	font-weight: normal;
	color: #ffb440;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}
a{
	color:#0099ff;
	text-decoration: none;
}
a:hover{
	color:#ffb440;
	text-decoration: none;
}
p { line-height:16px; margin:0px 0px 10px 0px; text-align: justify;  }
.line{
	background: url(../images/bg_solid.gif);
	height:1px;
	width: 100%;
}
#bodyArea{
	width: 1000px;
	background-color: #000000;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#left{
	float: left;
	width: 790px;
	padding: 0px 0 20px 0;
	background-color: #0a0a0a;
}
.clear{
	clear: both;
}
#right{
	float: left;
	width: 210px;
	height: 600px;
	padding: 0px;
	background-image: url(../images/bg_gradNavend.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}
#mainImage{
	float: left;
	margin: 0px;
	border:0;
	width: 790px;
	height: 210px;
}
#headLine{
	float: left;
	/*background-image: url(../images/bg_sepline.jpg);*/
	background-color: #000000;
	height: 20px;
	width: 770px;
	padding: 10px 0px 10px 20px;
	line-height: 20px;
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}
.midCell{
	border-right:1px solid #2c2c2c;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 150px;
}
.rtCell{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: auto;
}
.ltCell{
	border-right:1px solid #2c2c2c;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 60px;
}

#nav{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 210px;
	background-color: black;
}
#mainBody{
	float: left;
	padding: 20px;
	border: 0;
	margin: 0;
	width: 750px;
}
.txtltHalf{
	width:355px;
	height: auto;
	float: left;
	margin: 0px 20px 20px 0px;
}
.txtrtHalf{
	width:355px;
	background-position: right;
	background: url(../images/bg_dottedVR.gif);
	background-repeat: repeat-y;
	float: left;
	margin: 0px 0px 20px 0px;
	padding-left:20px;
	height: auto;
}
.divider{
	background-position: center;
	background: url(../images/bg_dottedVR.gif);
	background-repeat: repeat-y;
	padding-left:20px;
	margin-left:20px;
	height: auto;
}
#footer{
	float: none;
	font-size:9px;
	line-height: 18px;
	width: 960px;
	border-top:1px solid #2c2c2c;
	padding: 0px 20px 0px 20px;
	background-color: Black;
	color: #2c2c2c;
}
.navAll a{
	width:100%;
	background-image: url(../images/gra_navAll.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding:0 0 0 45px;
	border: 0px;
}
.navAll a:hover{
	width:100%;
	background-image: url(../images/gra_navAllOn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #ff9934;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;	
	line-height: 30px;
	padding:0 0 0 45px;
	border: 0px;
}

.navActive{
	width:100%;
	background-image: url(../images/gra_navAllOn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #ff9934;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;	
	line-height: 30px;
	padding:0 0 0 45px;
	border: 0px;
}