@charset "utf-8";
/* CSS Document */

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container
{
	position:relative;	
	margin: 0 auto;
	width:1000px;
}

#header
{
	width:1000px;
	height:83px;
	background-image:url(../images/UpperBanner3.jpg);
}

#header h1
{
	color:#666666;
	font-size:10px;
	margin: 10px;
}

#header img
{
	margin:5px;
}

#bannerAndContactUs
{
	width:1000px;
	margin-top:4px;
}

#icons
{
	width:1000px;
	height:121px;
	margin-top:4px;
	color:#666666;
}

#iconsLeft
{
	position:absolute;
	top:330px;
	left:0px;
	width:724px;
	height:102px;
	padding-top:15px;
	background-image:url(../images/frame6.jpg);
	background-repeat:no-repeat;
}

#iconsRight
{
	position:absolute;
	top:330px;
	left:728px;
	width:272px;
	height:121px;
	padding-top:5px;
	background-image:url(../images/frame7.jpg);
	background-repeat:no-repeat;
}

#mainBody
{
	position:absolute;
	top:450px;
	width:1000px;
	height: 250px;
	
}

#flashBanner
{
	position:absolute;
	width:248px;
	height:122px;
	top:-10px;
	left:0px;
	margin:0px;
	padding: 0px;
}

#smallIcons
{
	position:absolute;
	width:248px;
	height:122px;
	top:125px;
	left:0px;
	background-image:url(../images/frame3.jpg);
	margin:0px;
	padding:0px;
}

#smallIconsRight
{
	position:absolute;
	top:20px;
	left:0px;
	width: 82px;
	height: 102px;
	text-align:center;
}

#smallIconsMiddle
{
	position:absolute;
	top:20px;
	left:82px;
	height: 102px;
	width:82px;
	text-align:center;
}

#smallIconsLeft
{
	position:absolute;
	top:20px;
	left:164px;
	height: 102px;
	width:82px;
	text-align:center;
}



#mainContent
{
	position:absolute;
	width:750px;
	height:248px;
	top:0px;
	left:250px;
	margin-top:2px;
	background-image:url(../images/frame4.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	
}

#mainContentText
{
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
}

#footer
{
	position:relative;
	width:1000px;
	height:164px;
	background-image:url(../images/frame5.jpg);
	background-repeat:no-repeat;
	top:250px;
	left:0px;
}

.leftColumn
{
	margin:40px;
	top:0px;
	height:900px;
	width:200px;
	background:#00FF00;
}

#middleColumn
{
	position:absolute;
	width:300px;
	height:248px;
	top:0px;
	left:250px;
	margin-top:2px;
	overflow:auto;
	
}

#middleColumnText
{
	margin-top:30px;
	margin-right:30px;
	margin-left:30px;
}

a img
{
	border:none;
}

a:link img
{
	border:none;
}

a:visited img
{
	border: none;
}

a:hover img
{
	border:none;
}

a:active img
{
	border:none;
}

a
{
	text-decoration:none;
	color:#1E76B7;
}

a:link
{
	text-decoration:none;
	color:#1E76B7;
}

a:visited
{
	text-decoration:none;
	color:#1E76B7;
}

a:hover
{
	text-decoration:none;
	color:#1E76B7;
}

a:active
{
	text-decoration:none;
	color:#1E76B7;
}

#credit
{
	position:relative;
	top:300px;
	left:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

