/* Designer : anilk.impetus@gmail.com,anilaryan31@yahoo.co.in ,

Anil Kumar Gupta,Phone : +91 - 9968024699 , India,Delhi

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	background-color: #6195BD;
}
p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C85126;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}
A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#logo-area{
	background-image: url(../images/top-area.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 84px;
	width: 900px;
}
.logo {
	margin: 0px;
	float: right;
	height: 20px;
	width: 885px;
	padding-top: 55px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6633;
	text-align: right;
	padding-right: 15px;
}
.logo A{
	color: #000000;
	text-decoration: none;
}
.logo A:hover{
	color: #FF6633;
	text-decoration: none;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 201px;
	width: 900px;
}

#sub-menu {
	padding-left: 30px;
	padding-top: 25px;
	float: left;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
#sub-menu A{
	color: #000000;
	text-decoration: none;
}
#sub-menu A:hover{
	color: #AB2522;
	text-decoration: underline;
}


#mid-area {
	margin: 0px;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #eaeef1;
}

#article {
	width: 831px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#article-top {
	float: left;
	height: 32px;
	width: 310px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	line-height: 26px;
	background-image: url(../images/article-top.jpg);
	background-repeat: no-repeat;
}
#article-bot {
	float: left;
	height: 13px;
	width: 831px;
	background-image: url(../images/article-bot.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#article-mid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c0c6c9;
	border-right-color: #c0c6c9;
	border-left-color: #c0c6c9;
	height: auto;
	width: 809px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	background-color: #e3f1fc;
	float: left;
}

#footer {
	float: left;
	height: 60px;
	width: 900px;
	background-color: #2f3e45;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}
.terms A{
	color: #FFFFFF;
	text-decoration: none;
}
.terms A:hover{
	color: #FF9933;
	text-decoration: underline;
}
.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 10px;
	text-align: right;
}
.red {
	color: #FF0000;
}