/* Design Part Start Here */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
.header-bg {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}
.header-bg img.logo {
	float: left;
}
.header-bg img.tag {
	float: right;
	margin: 62px 40px 0 0;
}
.topnav {
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: repeat-x;
}
.mainbody-left {
	background-image: url(../images/main-left-shd.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.mainbody-right {
	background-image: url(../images/main-right-shd.gif);
	background-repeat: repeat-y;
	width: 6px;
}
.footer-bg {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #FFFFFF;
}
.footer-bg a {
	color: #FFFFFF;
}
.footer-bg a:hover {
	color: #FFFFFF;
}
.box-left {
	background-image: url(../images/box-left.gif);
	background-repeat: repeat-y;
}
.box-right{
	background-image: url(../images/box-right.gif);
	background-repeat: repeat-y;
}
.box-bottom{
	background-image: url(../images/box-bottom.gif);
	background-repeat: repeat-x;
}
input.login {
	margin: 0 0 0 35px;
}
/* Global Css */
a {
	text-decoration: none;
	color: #54519E;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #54519E;
	font-weight: bold;
}
input {
	font-size: 12px;
}
div.maincontent {
	background-color: #F6F6F6;
	width: 90%;
	text-align: left;
	padding: 20px;
	margin: 5px;
}
div.maincontent-1 {
	background-color: #F6F6F6;
	width: 90%;
	text-align: left;
	padding: 20px;
	margin: 5px;
}
ul li {
	margin: 0px;
	list-style-image:; /* put your image here for list */
}
TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #70675d;
	FONT-FAMILY: Tahoma;
}
.member-info {
	padding: 10px;
	background-color: #fff;
}
.member-info img {
	float: left;
	margin: 0 10px 0 0;
}