body
{
	background-color: #FFFFFF;
	/*color: #393685;*/
	font-family: "Century Gothic",Arial,serif;
	font-weight: normal;
	font-size: larger;
}

.Banner
{
	margin-top: 0;
	padding-top: 0;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C83228;
	height: 120px;
	border-top: solid thin #C83228;
}

.BannerRight
{
	width: 300px;
	border-width: 0;
	float: right;
	color:#C83228;
	text-align: right;
	vertical-align: middle;/*Works for IE only*/
	height:120px;
}
.BannerRight h3
{
	margin-top:0px;
	padding-top:35px;
	padding-bottom:35px;
	color:#C83228;
}

.BannerRight h3 a
{
	color:#C83228;
}

#Content
{
	padding-top: 20px;
	width: 801px;
}

#Content .left
{
	background-image: url("../Images/Dabas Icon Final.gif" ); /*background-image: url("../Images/DabasIcon.gif");*/
	background-repeat: no-repeat;
	background-position: right top;
	border-width: 2px;
	border-style: none;
	background-position: left top;
	float: left;
	width: 30px;
	height: 120px;
	vertical-align: middle;
	padding-left:5px;
}

#Content .right
{
	float: right;
	width: 600px;
}

#Content table
{
	border-style: none;
	border-width: thin;
	left: 50px;
}

.red
{
	color:#F51C0A;
}

.orange
{
	color:#E7711F;
}

.black
{
	color:#000000;
}

.blue
{
	color:#393685;
}