body
{
	/*ie nedds these*/
	position:relative;
	margin-top:0px;
	left:-10px;
	padding:0px;
	font-size:13px;
	font-family:Arial;
	/*align center for IE*/
	text-align:center;
	background-color:grey;
	background:#525F67;
}
/*
	make text more visible
*/
div
{
	text-align:center;
	line-height:1.2em;
}

/*we use container DIV  to center #content and #navigation in the page*/
#maincont
{
	/*our page width*/
	width:980px;
	position:absolute;
	/*center relative div*/
		left:49%;
	margin:auto;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-475px;
	/*make space for the header*/
	border:0px solid green;
	
	background:white;
}
#container
{
	/*our page width*/
	width:960px;
	/*center relative div*/
	margin:auto auto;
	/*make space for the header*/
	margin-top:160px;
	border:0px solid red;
	
	
}
#content
{
	/*  we substracted navigation width from page width and got 800px*/
	width:150px;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	/* use float to inverse position with navigation DIV*/
	float:right;
	/*color section for identification*/
	background:white;
	}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/
* html #content
{
	height:300px;
}


#navigation
{
	/* set margin top to header height*/
	float:left;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	width:150px;
	/*color section for identification*/
	/*background:#fd6464; */
}
#navigation2
{
	/* set margin top to header height*/
	float:left;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:150px;
	width:960px;
	
	
	/*color section for identification*/
	
}

#navigation3
{
	/* set margin top to header height*/
	float:right;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:80px;
	width:960px;
	
	top: 374px;
	/*color section for identification*/
	
}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/	
* html #navigation
{
	height:300px;
}
#left
{
	width:220px;
	position:relative; 
	float:left; 
	height:auto;
	
}
#center
{
	width:517px;
	position:relative; 
	height:auto; 
	float:left; 
	
	
}
#right
{
	width:220px;
	position:relative; 
	height:auto; 
	float:left; 
	
	

}
#left_top1
{
	background:url(../image/top_orange1.jpg);
	text-align:left; 
	background-repeat:repeat-x; 
	color:#6A6A6A; 
	font-weight:bold; 
	font-size:14px; 
	width:220px;
}
#left_top2
{
	
	position:relative; 
	width:197px; 
	height:auto;
	float:left;
	margin-top:10px;
	left:10px;
	white-space: nowrap;
	overflow: hidden;

}
#left_top3
{
	position:relative; 
	margin-top:5px;
	height:auto; 
	width:190px; 
	border:0px solid red;
	white-space: nowrap;
	overflow: hidden;

}
#center_1
{
	width:490px; 
	line-height:20px; 
	color:#75758C; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	border-bottom:#888888 2px solid; 
	padding-bottom:10px; 
	text-align:justify; 
	position:relative; 
	margin-top:5px; 
	padding-left:5px; 
	text-align:justify; 
	float:left; 
		
}
#center_2
{
	width:490px; 
	height:auto; 
	position:relative; 
	background-color:#E7EBF1; 
	margin-top:10px; 
	padding-top:10px; 
	float:left;
	border:1px solid #A0B2D1;
}
#center_4
{
	width:490px; 
	height:auto; 
	position:relative; 
	margin-top:10px; 
	padding-top:10px; 
	float:left;
	background-color:#FFFFFF; 
	border:1px solid #6A6A6A;
}
#center_3
{
	width:490px; 
	height:auto; 
	position:relative;  
	bottom:15px; 
	background-color:#FFFFFF; 
	border:1px solid #6A6A6A;
}
#right_2
{
	position:relative;
	margin-top:10px; 
	left:10px;
	height:auto; 
	width:197px; 
	float:left;
	white-space: nowrap;
	overflow: hidden;

}
#right_3
{ 
	margin-top:5px;  
	margin-left:0px; 
	height:auto; 
	position:relative; 
	height:auto; 
	width:197px; 
	white-space: nowrap;
	overflow: hidden;

}
#right_top1
{
	background:url(../image/top_orange1.jpg);
	text-align:left; 
	background-repeat:repeat-x; 
	color:#6A6A6A; 
	font-weight:bold; 
	font-size:14px; 
	width:220px;
}
#header
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:960px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:435px;
	margin:auto;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*pu the div fist on the page*/
	top:-3px;
	height:100px;
	/*color section for identification*/
	/*background:#f9acac;*/
	border:0px solid red;
}
#hormenu
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:960px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:438px;
	margin:auto;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*pu the div fist on the page*/
	top:65px;
	height:32px;
	/*color section for identification*/
	/*background:yellow;*/
	border:0px solid red;
}
#header1
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:960px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:436px;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-430px;
	/*pu the div fist on the page*/
	top:100px;

	height:270px;
	/*color section for identification*/
	/*background:red;*/
}
#footer
{

	width:980px;
	clear:both;
	
	margin-top:10px;
	height:49px;
	
		border:0px solid red;
	 background-image:url(../image/fotter.jpg); 
	background-repeat:repeat-x;	
}

#footerContent
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	top: 659px;
	
	
	
}
#footerContent a
{
 color:black; 
 text-decoration:none;
}

#footerContent a:hover
{
  color:#0066CC;
  text-decoration:underline;
}

.roundcont {
	width: 860px;
	background-color:#F5F5F5;
	
	color:black;
	margin-left:10px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background:url(../images/tr.gif) no-repeat top right;
   	
}

.roundbottom {
	background:	url(../images/br.gif) no-repeat top right ; 

}
img.corner {
width: 15px;
height: 15px;
border: none;
display: block !important; text-align:left;
}
 /*Ends Here */
.menu {
	background-image: url(../images/menu_bar.jpg);
	height: 40px;
	width: 860px;
}
#tab {
	float: left;
	height: 40px;
	width: 143px;
}
.Ul {
  border: 1;
  width: 100%;
  color:#75758C;
}

