body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	background-repeat: no-repeat;
	background-position: left 130px;
}

img, fieldset
{
	border: none;
}

ul, ol, li
{
	list-style: none;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Page Structure ===================================
------------------- wrapper starts ----------------*/
.wrapper
{
	width: 960px;
	text-align: left;
	margin: 0;
}

/*---------------- header starts ------------------*/
.header
{
	height: 50px;
	width: 900px;
}
.logo
{
	margin: 0 0 0 0;
	float: left;
}

.logo2
{
	display: block;
	height: 50px;
	width: 900px;
	text-indent: -9999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*---------------- mainBody starts ------------------*/
.mainBody
{
	overflow: visible;
	float: left;
	width: 900px;
	margin: 0 0 0 0px;
}

/*---------------- contentArea starts ------------------*/
.contentArea
{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	overflow: visible;
}
.content
{
	/*min-height: 500px;
	overflow: visible;
	padding: 15px;*/
}

.roundcont
{
	background-color: #FFF;
	color: #333;
}

.roundcont p
{
	margin: 0 10px;
}

.roundtop
{
	background: url(../images/tr.gif) no-repeat top right;
}

.roundbottom
{
	background: url(../images/br.gif) no-repeat top right;
}

img.corner
{
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}