body {
	background-color:#ffffff;	
	font-size:12pt;
	font-family:  arial, georgia;
	margin:0;
  	padding:0;

	}

.small {font-family:Tahoma;font-size:8pt;}
#main {
        width:100%;
	height:auto:
	}

#tm	{
	position:relative;
	width:970px;
	height:20px;
	}

#rs{
	position:relative;
	float:right;
	display:inline-table;
	bottom:0px;
	top:0px;
	height:100%;
	border: solid 1px;
	width:15px;
	background-image: url('./img/rs2.jpg');
	background-repeat: repeat-y;
	
	}

#container {
	background-image: url('./img/b_img.jpg');
	background-repeat: no-repeat;
	background-position: 0% 100%;
	position:relative;
	float:left;
	width:970px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:white;
	display:inline-block;
	border: 1px solid #666666;
	}

#leftnav {
	position:relative;
	float:left;
	display:block;
	height:auto;
	width:270px;
	min-height:800px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	
	}	                          


#block  {
	padding-top:10px;
	padding-left:10px;
	margin-bottom:20px;
	background-image: url('./img/bg_block.gif');
	background-repeat: repeat-x;
	font-size:11pt;
}


#cont {
	padding:0px;
	position:relative;
	width:645px;
	float:right;
	padding-left:0px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	
	}

#bsh	{
	
	display:inline-block;
	width: 1000px;
	height: 29px;
	background-image: url('./img/bsh.jpg');
	background-repeat: repeat-none;
	
	}

#cr {
	position:relative;
	width:940px;
	bottom:20px;
	top:0px;
	height:70px;
	}

h1 	{
	color: #ffffff;
	font-size:16pt;
	padding-left:20px;
	display:block;
	background-image: url('./img/h1bg.gif');
	background-repeat: repeat-x;

	
	}

p 	{
	text-indent: 30px;	
	text-align: justify;
	}

a:link { 

	color: #006699;
	}
a:visited { 

	text-decoration: underline; 
//	color: #333333;
	color: #006699;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #333333;
	}