body {
	margin: 0px;
	background: url("../images/topback.gif") repeat-x 10px 57px; 
	background-color: #000d25;
	overflow-x: hidden;
	width: 100%;
}

.stats img {
	display: none;
}

#aheader { 
	background: url("../images/aheader_back.gif") repeat-x;
	border-bottom: 1px solid #1c1c1c;
	height: 27px;
	overflow: hidden;
	width: 100%;
	padding-left: 6px;
}

#aheader .over {
	float: left;
	width: 70%;
	border-right: 1px solid #bdb0e8;
}

#aheader ul {
	float: left;
	clear: right;
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	height: 27px;
}

#aheader li  {
	display: block;
	margin-left: 0px;
	float: left;
	border-left: 1px solid #cfcbf5;
	border-right: 1px solid #bdb0e8;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 9px;
	color: #4d4d4d;
	font-family: verdana;
	font-size: 11px;
}

#aheader li:hover {
	background-color: #cfd4f6;
	padding-bottom: 6px;
}

#aheader li.hover {
	background-color: #cfd4f6;
	padding-bottom: 6px;
}

#aheader li.active {
	background-color: #d4cff6;
	padding-bottom: 6px;
}

#aheader a {
	text-decoration: none;
	color: #4d4d4d;
}

#bheader {	
	background: url("../images/bheader_back.gif") repeat-x;
	background-color: white;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #a1a1a0;
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #2d2a2a;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 8px;
}

#bheader em {
	color: #940429;
	font-style: normal;
	font-weight: normal;
}

#bar {
	width: 272px;
	height: 500px;
	background: url("../images/bar_back.gif") repeat-y;
	float: left;
}

#bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bar ul li {
	text-align: left;
	width: 196px;
	margin-left: 61px;
	border-top: 1px solid #d9e4ed;
	border-bottom: 1px solid #e9eef2;
	padding-top: 8px;
	padding-left: 6px;
	padding-right: 8px;
}	

#bar ul li.first {
	border-top: none;
	padding-top: 4px;
}

#bar ul li h2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#bar ul li p {
	margin-top: 4px;
	padding-bottom: 8px;
	font-family: verdana;
	font-size: 11px;
}

#bar ul li img {
	margin-top: 4px;
	padding-left: 8px;
	float: right;
}

/***************/
#main {
	padding-left: 30px;
}

#logo {
	margin-left: 40px;
	margin-top: 12px;
}

ul#menu {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	background: url("../images/menutop.gif") no-repeat;
	background-color: #b5d8ef;
	width: 141px;
	height: 350px;
	padding-top: 11px;
	float: left;
	padding-left: 0px;
}

ul#menu li {
	border-top: 2px solid #d9e5ed;
	border-bottom: 2px solid #6bb4e2;
	color: #132b57;
	background-color: #9cb8dd;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 2px;
	margin-left: 1px;
	
	padding-top: 4px;
	padding-bottom: 4px;
}

ul#menu li a {
	color: #132b57;
	text-decoration: none;
}

* html ul#menu li {
	padding-top: 2px;
	padding-bottom: 2px;
}

ul#menu li.active {
	background-color: #5f9fc8;
}

#contents {
	margin-left: 170px;
	padding-bottom: 400px;
	margin-bottom: 100px;
}

#header {
	height: 100px;
}

* html #header {
	height: 90px;
}

#contents .tips {
	float: left;
	border-right: 1px solid #c1e7ff;
	height: 100px;
	margin-right: -4px;
}

#contents h1 {
	display: inline;
	font-family: helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #c1e7ff;
	border-bottom: 1px solid #c1e7ff;
	width: 0px;
	padding-left: 5px;
}

#contents .col1 {
	/*clear:left;*/
	margin-top: 10px;
	width: 300px;
	float: left;
}

* html #contents .col1 {
	margin-top: 12px;
	clear: none;
}

#contents .col2 {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 300px;
}

* html #contents .col2 {
	float: none;
	margin-top: 12px;
	margin-left: 320px;
	width: 300px;
}



#contents .col1, #contents .col2 {
	color: #84b0fe;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#contents .col1 p, #contents .col2 p {
	margin-top: 4px;
	padding-top: 0px;
}

#contents .col1 h2, #contents .col2 h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#contents span {
	display: block;
	float: right;
	width: 140px;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

a {
	color: #94B0DE;
}

a img {
	border: none;
}


#tips2{
	margin-top: 5px;
	margin-left: 210px;
}	

#tips3 {
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: -15px;
}

#tips3 {
	
}

#tipimg {
	margin-left: 78px;
}

#tipimg img {
	margin-left: 54px;
}

#lankar
{
}