/* CSS Document */
body {
	background-image: url(images/homenew_bg.jpg);
	background-repeat: repeat;
	background-color:#7e848d;
	margin: 80px 0 0 0;
}
.bgother {
	background-color: #FFFFFF;
}
.bgtop {
	background-image:	url(images/homenew_bgtop.jpg);
	background-repeat:repeat-x;
	height: 121px;
}
.bgbottom {
	background-image: url(images/homenew_bgbottom.jpg);
	background-repeat:repeat-x;
	height: 100px;
}
.footer{
	color: #d3d5d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; 
}
.footer a{
	color: #d3d5d8;
	text-decoration:none;
}
.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.bgflash {
	background-image:url(images/homenew_bgflash.jpg);
	width:779px;
	height:223px;
	background-repeat:no-repeat;
}
.textbottom {
	color: #515250;
	font-family: Tahoma;
	font-size: 11px;
}
.textbottom a{
	color: #515250;
	text-decoration:none;
}
.textbottom a:hover{
	color: #000000;
	text-decoration:none;
}
.divider {
	padding: 0 5px 0 5px;
}