body {
	font: 80% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #151515;
	text-align: justify;
	margin: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	}
 
.img {
	padding: 20px;
	
}

.email {
	width: 380px;
	height: 23px;
	background: url(../images/email1.png) center no-repeat;
	text-align:centre;
}

.top {
	width: 987x;
	height: 233px;
	background: url(../images/top.png)
				center no-repeat;
	padding-left: 55px;
	padding-right: 55px;
}

.mid {
	width: 1000px;
	background: url(../images/body.png)
	center repeat-y;
	text-align:center;
	}

#mid a {
	color:#FFF;
	border:#FFF;
}

.search {
	width: 420px;
	height: 61px;
	background: url(../images/search.png) center no-repeat;
	text-align:right;
}

.bot {
	width: 987x;
	height: 99px;
	text-align:center;
    margin: auto;
    background: url(../images/bot.png) center no-repeat;
	color:#fff;
	}

#links {
	padding-left: 50px;
	vertical-align:text-top;
}

#footer {
	margin:auto;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif centre;
	font-size: 11px;
	background:url(../images/bot.png) no-repeat;
	vertical-align:text-top;
}

#welcome {
	padding-left:45px;
	padding-right: 25px;
	text-align:left;
	}

#welcome dt {
	font-weight: bold;
	font-size:16px;
	color: #000;
	
}

#welcome dd {
	margin:auto;
	padding: 10px;
	}

#welcome dd li {
	padding-left:20px;
}

#footer a {
	color:#FFF;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}

#news {
	background-color: #fff;
	width: 230px;
	padding: 0px;
	color: Green;
	margin: 0px;
	
	border-left-style : solid;
	border-left-width : 1px;
	border-right-style : solid;
	border-right-width : 1px;
	text-align: left;
	font-size: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#news dt {
	padding: 5px;
	font-weight: bold;
	}
#news dt:first-child {
	color: Green;
	padding: 5px;
	font-weight: bold;
	background-color: #fff;
	
}
#news dd {
	padding: 5px;
	}