@charset "utf-8";
/* CSS Document */

.Body {
	margin: 0px;
	padding: 0px;
	background-color:#C4DDF7;
}
.MainDiv1 {
	width: 990px;
	height: 650px;
}
.MainDiv2 {
	height: 1000px;
	width: 990px;
}
.HeaderDiv {
	background: url(../images/Headback.png) repeat-x;
	height: 150px;
	width: 980px;
	border: 5px solid #000;
	border-radius:10px;
	margin-top:5px;
}
.MenuDiv {
	height: 30px;
	width: 990px;
	margin-top: 10px;
}
.MenuUlStyle {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:30px;
}
.BnnersContainer {
	height: 300px;
	width: 988px;
	border-width: 1px;
	border-style: solid;
	margin-top: 0px;
	background: #FFF;
}

.MenuListStyle {
	padding:0 10px 0 10px;
	margin-right:1px;
	margin-left:0px;
	float: left;
	height:30px;
	border-radius:5px 5px 0 0;
	background: #09F url(../images/MenuBack.png) repeat-x;
	font-weight: normal;
}
.DropDownMenuDiv {
	min-height: 100px;
	width: 150px;
	position: absolute;
	visibility: hidden;
	border-width: 1px;
	border-style: solid;
	z-index:200;
	background: #0CC;
	margin-left: 96px;
	margin-top: -1px;
	border-bottom:0px solid ;
}
.DropDownmenuListStyle {
	background: url(../images/MenuBack.png) repeat-x;
	height: 30px;
	width: 130px;
	text-align:center;
	padding-left:20px;
	border-bottom:1px solid ;
}
.DropDownMenuOnListStyle {
	background: url(../images/OnMenuBack.png) repeat-x;
	height: 30px;
	width: 130px;
	text-align:center;
	padding-left:20px;
	border-bottom:1px solid ;
}
.DropDownMenuUlStyle {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.MenuListStyleOn {
	padding:0 10px 0 10px;
	margin-right:1px;
	margin-left:0px;
	float: left;
	height:30px;
	border-radius:5px 5px 0 0;
	background: url(../images/OnMenuBack.png) repeat-x;
}
.MenuLinkStyle {
	text-decoration:none;
	color:#fff;
	height: 30px;
	float: left;
	text-align:center;
	font: normal 13px/30px calibri;
}

.DropDownMenuLinkStyle {
	text-decoration:none;
	color:#fff;
	height: 30px;
	float: left;
	width:150px;
	text-align:left;
	font: normal 13px/30px calibri;
}
.LogoDiv {
	height: 100px;
	width: 420px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.AboutUsDiv {
	background: #FFF;
	height: 350px;
	width: 700px;
	float:left;
	margin-top:5px;
	border-radius:10px 0 0 10px;
}
.AboutUsHeadDiv {
	height: 35px;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#C4DDF7;
	text-align: left;
	color:#069;
	font: bolder 16px/35px Verdana, Geneva, sans-serif;
}

.ContactUsDiv {
	background: #FFF;
	height: 350px;
	width: 285px;
	float:right;
	margin-top:5px;
	border-radius:0 10px 10px 0;
	font-weight: bold;
}

.ContactUsHeadDiv {
	height: 35px;
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#C4DDF7;
	text-align: left;
	line-height:35px;
	color:#069;
	font: bolder 16px/35px Verdana, Geneva, sans-serif;
}
