/*------------------general style------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body 
{
	font: 9pt Verdana, Helvetica, sans-serif;
	background:#CCCCCC url("../images/main_bg.gif") repeat-y;
	background-position:center;	
}

img
{
	border: 0;
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:hover
{
	color: #0066CC;
	text-decoration: none;
}
	
/*---------------------header---------------------------*/
#header 
{
	width:797px;
	height:116px;
	margin:0 auto;
	overflow:hidden;
	background: url("../images/header1.jpg") no-repeat;
}
	
#header h1
{
	line-height: 116px;
	padding-left: 50px;
	font-size: 180%;
}

/*---------------------menu---------------------------*/
#menu_bar 
{
	width: 797px;
	height: 55px;	/*--change height between menu and content here*/
	margin: 0 auto;
	font-size: 9pt;
	background: url("../images/menu_bar.jpg") 1px 0 no-repeat;
}

	#menu_bar ul 
	{
		float: right;
		padding: 0 20px 0 0 ;
		list-style: none;
	}

	#menu_bar ul li 
	{ 
		float: left;
		margin: 0 12px;
		display: inline;
		line-height: 34px;
		
	}

		#menu_bar ul li a:link, #menu_bar ul li a:visited
		{
			color: #000;
			text-decoration: none;
		}

		#menu_bar ul li a:hover 
		{ 
			color: #000;
			text-decoration: underline;
		}

/*-------------------content-----------------------*/
#content 
{
	clear:both;
	width: 771px;
	margin: 0 auto;
	
	background: #FFF;
	overflow: hidden;
}

	/*=============[START] left-right layout==============*/
	#left_pane
	{
		float: left;
		clear: left;
		width: 565px;
		margin: 0 auto;
		
		/*border: 1px solid red;*/
		overflow: hidden;
	}

	#right_pane
	{
		float: right;
		clear: right;
		width: 200px;
		margin: 0 auto;
		
		/*	border: 1px solid red;*/
		overflow: hidden;
	}


	



	
/*=============[END] left-right layout==============*/
	
/*-------------------footer-----------------------*/
#footer
{
	clear: both;
	width: 771px;
	height: 41px;
	margin: 0 auto;

	
	font-size: 8pt;
	background:  url("../images/line.gif")   no-repeat;
}


	#bottom_left
	{
		float: left;
		clear: left;	
		padding-left: 30px;
		display: block;
		
	}
	
	#bottom_top
	{

		clear: left;	
		padding-left: 30px;
		display: block;
		
	}
	
	#bottom_top ul 
	{
		float: left;
		margin-top:12px;
		padding: 0 0px 0 0 ;
		list-style: none;
	}

	#bottom_top ul li 
	{ 
		float: left;
		
		margin-right: 12px;
		display: inline;
		
		
	}



	#bottom_right
	{
		float: right;
		clear: right;
		padding-right: 30px;
		display: block;
		
		
		font-size: 8pt;
	}

		#bottom_right a
		{
			
			text-decoration: none;
		}
		
		#bottom_right a:hover
		{
			
			text-decoration: underline;
		}

/*--------buttons--------*/
.button
{
	float: left;
	
	width: 79px;
	/*height: 30px;*/
	margin-right: 20px;
	background: url("../images/btn01.gif") no-repeat;
	text-align: center;
}

.button a
{
	display: block;
	line-height: 23px;
	
	color: #000;	
	font-size: 8pt;
	
	/*background: url("../images/btn01.gif") no-repeat;*/
	
	text-decoration:none;
}

.button a:hover 
{ 
	display: block;
	line-height: 23px;
	
	color: #000;	
	font-size: 9pt;
	/*background: url("../images/btn01_hover.gif") no-repeat;*/
	
	text-decoration:none;
}

.button_long
{
	float: left;
	
	width: 100px;
	/*height: 30px;*/
	margin-right: 20px;
	background: url("../images/btn01_long.gif") no-repeat;
	text-align: center;
}

.button_long a
{
	display: block;
	line-height: 23px;
	
	color: #000;	
	font-size: 8pt;
	
	/*background: url("../images/btn01.gif") no-repeat;*/
	
	text-decoration:none;
}

.button_long a:hover 
{ 
	display: block;
	line-height: 23px;
	
	color: #000;	
	font-size: 9pt;
	/*background: url("../images/btn01_hover.gif") no-repeat;*/
	
	text-decoration:none;
}

