/* 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: #C5DCE2;
}
p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0597C8;
	margin: 0px;
	text-transform: uppercase;
}
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;
}

#logo{
	margin: 0px;
	float: left;
	height: 49px;
	width: 880px;
	padding-top: 15px;
	padding-left: 20px;
}
#top-menu {
	margin: 0px;
	float: left;
	height: 49px;
	width: 900px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DD3E2B;
	text-align: left;
	background-image: url(../images/top-area.jpg);
	background-repeat: no-repeat;
	line-height: 48px;
	padding: 0px;
}
#top-menu A{
	color: #062789;
	text-decoration: none;
}
#top-menu A:hover{
	color: #DD3E2B;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 168px;
	width: 900px;
}

#sub-menu {
	padding-left: 10px;
	padding-top: 25px;
	float: left;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #f04c46;
	line-height: 30px;
	text-align: center;
}
#sub-menu A{
	color: #f04c46;
	text-decoration: none;
}
#sub-menu A:hover{
	color: #062889;
	text-decoration: underline;
}


#mid-area {
	margin: 0px;
	float: left;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#article {
	width: 714px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#article-top {
	float: left;
	height: 27px;
	width: 714px;
	font-size: 16px;
	font-weight: bold;
	color: #FF6666;
	margin: 0px;
	text-align: center;
	line-height: 26px;
	background-image: url(../images/article-top.jpg);
	background-repeat: no-repeat;
}
#article-bot {
	float: left;
	height: 14px;
	width: 714px;
	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-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c5dce2;
	border-left-color: #c5dce2;
	height: auto;
	width: 688px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}

#footer {
	float: left;
	height: 60px;
	width: 900px;
}
.terms {
	margin: 0px;
	float: left;
	width: 300px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
}
.terms A{
	color: #000000;
	text-decoration: none;
}
.terms A:hover{
	color: #FF3333;
	text-decoration: underline;
}
.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	color: #000000;
	padding-top: 25px;
	padding-right: 10px;
	text-align: right;
}
#bot-corner {
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 10px;
	width: 900px;
}
.red {
	color: #FF0000;
}
