/* Designer : anilk.impetus@gmail.com,anilaryan31@yahoo.co.in ,

Anil Kumar Gupta,Phone : +91 - 9968024699 , India,Delhi

*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FE0000;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo-area {
	margin: 0px;
	float: left;
	width: 900px;
	height: 88px;
	background-color: #f7f8f3;
}
.logo {
	padding-top: 20px;
	padding-left: 10px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 203px;
	width: 900px;
}

.sub-menu {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	float: left;
	padding-left: 20px;
	padding-top: 40px;
}
.sub-menu A{
	
	color: #000000;
	text-decoration: none;
}
.sub-menu A:hover{
	color: #ff0000;
	text-decoration: underline;
}

#nav-area {
	background-image: url(../images/active.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	height: 45px;
	width: 900px;
}

#mid-area {
	margin: 0px;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
#article-area {
	background-color: #ebead8;
	margin: 0px;
	float: left;
	height: auto;
	width: 860px;
	padding: 10px;
}

#footer {
	background-color: #dbd5bb;
	float: left;
	height: 60px;
	width: 900px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#f-menu {
	font-weight: bold;
	color: #b21506;
	padding-left: 10px;
	float: left;
	line-height: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
}
#f-menu A{
	color: #b21506;
	text-decoration: none;
}
#f-menu A:hover{
	color: #000000;
	text-decoration: underline;
}

#term {
	color: #000000;
	padding-left: 0px;
	float: right;
	line-height: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: right;
}
#term A{
	color: #000000;
	text-decoration: none;
}
#term A:hover{
	color: #b21506;
	text-decoration: underline;
}


.red {
	color: #FF0000;
}

