body {
	margin:0 auto;
	padding:0;
	background-color:#333333;
}

a:link {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* -------------MainDiv Starts here-------------*/
#MainDiv{
	width:800px;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	overflow:hidden;
	}

/* -------------Logo Starts here-------------*/	
#Logo{
	margin-top:15px;
	margin-bottom:25px;
	}
/* -------------Logo Starts here-------------*/	

/* -------------HeaderNav Starts here-------------*/
#HeaderNav{
	background-image:url(../Images/Navigation-bg.gif);
	background-repeat:repeat-x;
	height:28px;
	padding-top:10px;
}	

#HeaderNav #Navigation{
	width:500px;
	padding-left:25px;
	float:left;
}

#HeaderNav #HourService{	
	padding-right:25px;
	float:right;
	}
	
/* -------------HeaderNav Ends here-------------*/	

/* -------------LHS Div Starts here-------------*/

#ContentDiv{
	clear:both;
	}
	
#LHSDIV{
	padding-left:10px;
	float:left;
	}
	
#LHSDIV #BOX{
	width:207px;
	height:160px;
	background-image:url(../Images/List-Box.gif);
	background-repeat:no-repeat;
	line-height:40px;
	padding-left:40px;
	margin-top:20px;
	margin-bottom:25px;
}
/* -------------LHS Div Ends here-------------*/

/* -------------RHS Div Starts here-------------*/
#RHSDIV{
	width:526px;
	float:right;
	}
	
#RHSDIV #BANNER{
	border-bottom:1px #929091 solid;
	border-left:1px #929091 solid;
	border-top:1px #929091 solid;
	margin-bottom:25px;
	margin-top:5px;
}

#ContactUsBANNER{
	width:450px;
	float:right;
	border-bottom:1px #929091 solid;
	border-left:1px #929091 solid;
	border-top:1px #929091 solid;
	margin-bottom:25px;
	margin-top:5px;
}

#Line{
	clear:both;
	width:750px;
	background-color:#999999;
	height:1px;
	margin:0 auto;
	margin-bottom:10px;
	}
	
/* -------------RHS Div Ends here-------------*/

/* RegistrationNumber Starts Here */
#RegistrationNumber{
	clear:both;
	margin-bottom:60px;
	}
/*-- RegistrationNumber Ends Here */

/* -- Footer Starts Here */
#Footer{
	clear:both;
	background-color:#272727;
	font-family:Tahoma, Arial, Verdana, "Times New Roman";
	font-size:11px;
	height:26px;
	padding-top:12px;
	text-align:center;
	}
/*-- Footer Ends Here */


/* -------------MainDiv Ends here-------------*/


/*--------------FONTS------------*/

.Arial15{
	font-size:15px;
	}
	
.Arial13{
	font-size:13px;
	}
	
/*--------------COLORS------------*/
.Grey{
	color:#dfdfdf;
	}
	
.White{
	color:#FFFFFF;
	}