@charset "utf-8";
/* CSS Document */

body{
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#fff;
	margin:0;
	color:#616060;
	background-image:url(images/bodyBg.jpg);
	background-repeat:repeat-x;
}

h1{
	margin:0;
	padding:0px;
	font-size:18px;
		color:#a0bd01;
		font-weight:bold;
}

h2{
	margin:0;
	padding:0px;
	font-size:15px;
		font-weight:normal;
}


a:link{
	color:#616060;
	text-decoration:underline;
}

a:visited{
	color:#616060;
	text-decoration:underline;
}

a:hover{
	color:#fff;
	text-decoration:none;
}







ul{
	margin:0;
	padding:0;
}

ul li{
	margin:0;
	padding-top:00;
	padding:0;
	padding-bottom:5px;
	margin-left:20px;
	list-style:circle;
}

#wrapper{
	margin:0 auto;
	width:990px;
}


#header{
	height:86px;
	text-align:center;
	padding-bottom:15px;
}

.slaogan{
	font-size:22px; text-align:center; line-height:25px; color:#121212;
}

.greenheading{
	color:#a0bd01;
	font-size:16px;
	font-weight:bold;
}

.right{
	background-image:url(images/right.jpg); background-repeat:no-repeat; background-position:right; color:#FFF; line-height:35px; height:37px; font-size:15px; float:right; padding-right:10px; width:190px;
}

.left{
	float:left; width:18px;
}

.right a:link{
	color:#fff;
	text-decoration:none;
}
.right a:visited{
	color:#fff;
	text-decoration:none;
}
.right a:hover{
	color:#3b3b3b;
	text-decoration:none;
}

#foooter{
	background-image:url(images/ftBG.gif);
	background-repeat:repeat-x;
	height:84px;
	color:#fff;
}

div{
	   behavior: url("iepngfix.htc");

}

img{
	   behavior: url("iepngfix.htc");

}
