﻿BODY {
background-image:url('images/background.gif');
background-repeat:repeat-x;
background-color:#e4e7ee;
	font-size: 11pt;
	font-family: arial;
	color: black;
	font-weight: bold;
	margin: 0;
	}
A:link {
	color: black;
	text-decoration: none;
	border: 0;
}
A:hover {
	color:#333333;
	text-decoration: underline;
}
A:visited {
	color: black;
	text-decoration: none;
}
.MainDiv {
	width: 852px;
	margin: 0 auto;
	direction: rtl;
	
	
}
.content{
	background-color:white;
	padding-top:8px
}
.Header {
	width: 852px;
	height: 112px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	margin:0 auto;

}
.Menu{
	width:840px;
	height:48px; 
	background-image:url('images/Menubg.gif'); 
	background-repeat:repeat-x;
}
.contetc{
	width:840px; 
	background-color:white;
	 padding-top:10px;
}
.bottomBox{
	width:273px;
	vertical-align:top
}
.sitemap
{
 width:100%;
 color:#ffffff;
	}
.sitemap a:link
{
color :White;
text-decoration:none;	
}
.sitemap a:visited
{
color:White;
text-decoration:none;
	}
.sitemap a:hover
{
 color:gray ;
 text-decoration:underline;	
}
.image{ margin-right:15px; margin-bottom:10px}
/*--------------------------------------------------------------*/

.thumbsBox{
	width: 165px;
	height: 100px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 0px;
	padding-bottom :25px;
}
.thumbsBox a{
	padding: 5px;
	border: 1px solid #5B7900;
	text-align: center;
	width: 150px;
	float: left;
	height:90px;
	overflow: hidden;
}
.thumbsBox a:hover
{
    background-color :gray;
    border-color:#000;
	}
