

/*------------------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;
	
}

	
	

/*---------------------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;
	}

	
	/*left-right layout panel*/
		/*--main content panel*/
		.main_panel
		{
			clear: both;
			width: 543px;
			padding-left: 20px;
			margin-bottom: 0px;
			
			
			/*padding-bottom: 10px;
			border-bottom: 1px dashed #CCC;*/
			overflow: hidden;
		}
		
		.line_panel
		{
			clear: both;
			width: 543px;
			padding-left: 20px;
			margin-top: 20px;
			margin-bottom: 30px;
			
			
			/*padding-bottom: 10px;
			border-bottom: 1px dashed #CCC;*/
			overflow: hidden;
		}

		
		/*side content panel*/
		.side_panel
		{
			clear: both;
			width: 170px;
			margin: 0 auto;
			margin-right: 20px;
			margin-bottom: 15px;	/*--gaps between side panels*/
			padding: 0 3px;
			
			background: #f6f6f6 ;
			border: 1px solid #CCC;
		}

			.panel_title
			{
				text-align: center;
				padding: 5px 0;

				background: url("../images/doc01.gif") 5px 5px  no-repeat;
				border-bottom: 1px dashed #CCC;
			}

			.panel_title h2
			{
				display: inline;
				line-height:32px;
				
				font-size: 13px;
			}
			
			.panel_title .font_h2
			{
				display: inline;
				line-height:32px;
				font-weight: bold;
				font-size: 13px;
			}

			.side_panel ul 
			{
				margin: 5px 0 0 0 ;
				list-style: none;
			}

			.side_panel ul li
			{
				padding: 8px 0;
				border-bottom: dashed #CCC 1px; 
			}	

			.side_panel a
			{
				
				width: 100%;
				display: block; 
				/*line-height: 100%;*/
				
				color:#000; 
				text-decoration:none;
			}

			.side_panel a:hover
			{
				color:#000; 
				background: #ECECEC;
				text-decoration: underline;
			}
			
			.side_panel .panel_more
			{
				text-align: right;
			}

			.side_panel .ls_home a
			{
				width: 100%;
				display: block; 
				/*line-height: 100%;*/
				
				color: #DD6612;

				text-decoration: underline;
			}

			.side_panel .ls_home a:hover
			{
				color: #DD6612;
				background: #ECECEC;
				text-decoration: none;
			}
	
	/*=============[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_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;
}

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

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

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

