/*-----Backround Colour-----*/

body{
	padding:0;
	background-color:#F8FFED;
	color:#000000;
	background-repeat:repeat-x
	}

/*-----End-----*/

/*----------Header Style----------*/

#header{
	width:960px;
	position:relative;
	margin:0 auto;
	height:150px;
}
	
/*----------End----------*/

/*---------------Style---------------*/

#body{
	width:960px;
	position:relative;
	margin:0 auto;
	height:850px;
	background-color:#FFF
}

.div_tag1 {
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-style: normal;
	color: #000;
}

.heading_style {
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}

.heading_styleeq {
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-style: normal;
	color: #F00;
	text-transform: uppercase;
}

.welcometext {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	color:#000;
	text-transform: none;
}

.welcometexteq {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	color: #DF0000;
}

.bodytext {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
	color: #000;	
}

.footertext {
	font-family: "Gill Sans MT";
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-align: center;
}

/*-----Banner style-----*/

.banner {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
}

.currentnav{
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
	color: #000;

	

