/* CSS Document */

*{	margin:0px;
	padding:0px;}
body{
margin:0px;
padding:0px;
background-color:#f4f400;
font-family:arial;
font-size:12px;
}
.leftbatray{background-position:right top;
background-repeat:repeat-x;
background-image:url(img/left1.gif);
}

.leftbatray2{background-position:right top;
width:350px;
background-image:url(img/left2.gif);
}

.rightbatray{height:583px;
width:290px;
background-image:url(img/right1.gif);
}
.rightbatray2{background-repeat:repeat-x;
background-image:url(img/right2.gif);
}
.bottombg{background-repeat:repeat-x;
background-image:url(img/yellowline.png);
}
.greenbg{	background-color:#00880a;
}
.middleleft{background-image:url(img/leftshab.png);
background-repeat:repeat-x;
}
.middleright{background-image:url(img/rightshab.png);
background-repeat:repeat-x;
}
.mainbody{
font-family:Arial;
font-size:12px;
color:#000;
vertical-align:top;
padding:10px 5% 40px 5%;
background-color:#f4f400;
}
strong{	font-weight:normal;}
h2{	font-size:16px;
	font-weight:bold;}
#footer{	width:100%;
	height:55px;
	background:green;
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	font-weight:normal;
	font-size:12px;}
#footer a{	font-size:10px;
	color:black;
	margin-left:20px;
	display:inline-block;
}

