@charset "utf-8";
/* CSS Document */
body {
	background: url(images/h_bg.jpg) top repeat-x #141920;
	margin:0; 
	color: #333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*for background*/
.bgspaceheader {
	background:url(images/h_spaceheader.jpg) no-repeat;
	width:287px;
	height:144px;
}
.bgtop {
	background: url(images/h_topbg.jpg) top repeat-x;
}
.bgbottom {
	background: url(images/h_bottom.jpg) top repeat-x;
}
/*end background*/

/*for links*/
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #ebab00;
	text-decoration:none;
}
/*end links*/

/*for footer*/
.footer {
	font-family: Tahoma;
	color: #a8aaab;
	font-size:11px; 
}
.footer a{
	color: #a8aaab;
}
.footer a:hover{
	color: #FFFFFF;
}
/*end footer*/

/*innerpages css*/

/*for background*/
.in_contentbg {
	background:url(images/in_contentbg.jpg) top repeat-x #FFFFFF;
}
.contentbottom {
	background:url(images/in_contentbottom.jpg) top repeat-x;
}
/*for positions*/
.pos1 {
	margin-top:35px;
}

p {
	margin-top:15px;
	margin-bottom:15px;
}
/*end positions*/

/*for list*/
ul {
	margin:0;
	padding:0;
}
li {
	margin: 15px 0 15px 30px;
	list-style-type: disc;
}
.resourcebullet {
	list-style-type: disc;
	margin: 15px 0 15px 15px;
}
.nobullet {
	list-style-type: none;
	margin: 15px 0 15px 15px;
}
/*end list*/
/*feature properties*/
.feature {
	font-size:11px;

}
.separator {
	border-bottom: 1px solid #000000; 
	padding: 4px 0 5px 0;
}

