body {	
	   margin: 0px; 
	   padding: 0px; 	  
	   width:100%; 
	   height:100%;
	   min-height:100%;
	   text-align:center;		
	   font-family:tahoma;
	   font-size:11px;
	   color:#606060;
	   line-height:140%;
	   background:url('../../images/back.gif') repeat-x;

	   background-color:#ffffff;
	 }

div.header
	{	
	width:980px;
	height:265px;	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	}	

div.container
	{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;

	margin-right:auto;
	padding:0px;	
	text-align:center;	
	width:949px;
	height:auto;	
	overflow:hidden;
	background:url('../../images/container_back.jpg') no-repeat;
	background-color:#ffffff;
	}
			 	 
div.subBox
	{
	height:auto;
	width:310px;	
	float:left;	
	border:0px;
	padding:0px;
	text-align:left;
	overflow:hidden;
	margin-left:10px;
	margin-top:20px;

	}	
	
div.subBox #subBox
	{
	
	height:auto;	
	float:none;	
	margin:0px;
	text-align:left;
	overflow:hidden;
	}			
	
div.mainBox
	{
	height:auto;	
	width:600px;
	float:right;	
	margin:20px 0px 0px 20px;
	padding:0px;
	text-align:justify;
	overflow:hidden;

	}	
		
div.footerBox
	{
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	clear:both;
	text-align:left;
	width:966px;
	height:57px;	
	color:#97d8ed;
	background:url('../../images/footer.jpg') center no-repeat;
	}	
	
div.footerBox a {color:#ffffff;}


div.mainTxt
	{		
	margin-left:9px;
	margin-right:9px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	text-align:justify;	
	overflow:hidden;
	}		
	
	
div.leftMenuTreeItemOver
	{
	height:auto;	
	width:auto;
	cursor:pointer;	
	width:280px;
	height:30px;
	background:url('../../images/menuItemOver.png') top left no-repeat;
	margin:0px;
	overflow:hidden;

	}
	
div.leftMenuTreeItemOver a
	{

	font-weight:bold;
	text-decoration:none;
	font-family:trebuchet ms;
	}		
	
div.leftMenuTreeItem
	{
	height:auto;	
	width:auto;
	cursor:pointer;	
	width:280px;
	height:30px;
	background:url('../../images/menuItem.png') top left no-repeat;
	margin:0px;
	overflow:hidden;


	}		

div.leftMenuTreeItem a
	{
	color:#202020;	
	font-weight:bold;
	font-family:trebuchet ms;
	text-decoration:none;
	}		
		
	
div.gray10
	{
	font-family: Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#404040;
	}			
	
H1	{display:block;padding-bottom:3px;font-family: trebuchet ms; font-size:15pt;font-weight:normal;color:#323232;overflow:hidden;}
H2	{font-family: trebuchet ms; font-size:14pt;font-weight:normal;display:inline;color:#009ace;overflow:hidden;}
H3	{font-family: trebuchet ms; font-size:11px;font-weight:normal;display:inline;color:#009ace;}

	
IMG.border       	{border: 1px #eeeeee solid; padding:2px;}
IMG.noborder       	{border: 0px;}


a {font-family: Tahoma; font-size:11px; font-weight:normal;color: #00a0d9;text-decoration:none;}
a:hover {font-family: Tahoma; font-size:11px; font-weight:normal;color: #00a0d9;text-decoration:underline;}

a.hrefOver {font-family: Tahoma; font-size:11px; font-weight:normal;color: #ff6000;text-decoration:none;}
a.hrefOver:hover {font-family: Tahoma; font-size:11px; font-weight:normal;color: #00a0d9;text-decoration:underline;}


/*news*/
div.gray10px {font-size:10px;color:#aaaaaa;margin:0px;padding:0px;display:inline;}


div.offer_cat
{
	width:162px;
	height:190px;
	overflow:hidden;
	float:left;
	margin:11px;
	/*background:url('../../images/offer_cat.gif') no-repeat;*/
	text-align:center;	
	cursor:pointer;
}

div.offer_cat a {font-family:Trebuchet ms;font-size:14px;font-weight:bold;}


div.offer_item
{
	width:162px;
	height:190px;
	overflow:hidden;	
	float:left;
	margin:11px;
	/*background:url('../../images/offer_item.gif') no-repeat;*/
	text-align:center;	
	cursor:pointer;
}

div.offer_item a {font-family:Trebuchet ms;font-size:12px;font-weight:bold;}




table.formTable{
				width:97%;				
				border:1px solid #eeeeee;
				margin:0px;
				padding:2px;
				font-size:8pt;
			   }
			   
table.formTable td 
	{
		padding:8px;
		background-color:#fafafa;
		text-align:left;
	}
	
table.formTable td input,textarea
	{
		border: 1px #909090 solid;
		FONT-FAMILY: Tahoma;
		font-size:11px;
		background:#fafafa;
		color:#505050;
		width:auto;		
	}

	
table.formTable td input.submitt
	{
		cursor:pointer;
		border: 1px #eeeeee solid;
		FONT-FAMILY: Tahoma;
		font-size:11px;
		background-color:#009ace;
		color:#ffffff;
		padding:5px;
		width:30%;
		text-align:center;
	}
