	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #D6D6D6;
		background-image: url(graphics/wbg.gif);
	}
	
	a:link { color: #205386; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #F89817;
	}
	
	h2
	{
		color: #F89817;
		font: 120% tahoma, "tahoma";
		font-weight: bold;
		margin: 10px 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #205386;
		font: 106% tahoma, "tahoma";
		font-weight: bold;
		margin-top: 0;
	}
	
	h4
	{
		color: #205386;
		font-weight: bold;
		margin: 0 0 0 0;
	}
	
	#container
	{
		margin: 1em auto;
		width: 800px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #205386;
	}
	
	#header
	{
		width: 800px;
		height: 150px;
		background-image: url(graphics/banner.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	
	#navi
	{
		background-color: #205386;
		color: #F89817;
		padding: 2px 0;
		margin-bottom: 22px;
	}
	
	#navi ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		text-align: center;
		list-style-type: none;
		
	}
	
	#navi li
	{
		display: inline;
		text-align: center;
		padding: 0 10px;
		color: #F89817;
		border-right: 1px solid #F89817;
	}
	
	.endli
	{
		display: inline;
		text-align: center;
		padding: 0 10px;
		color: #F89817;
		border-left: 1px solid #F89817;
	}

	#navi li a
	{
		text-decoration: none;
		color: #F89817;
	}
	
	#navi li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #F89817;
	}
	
	#tonupdate
	{
		float: left;
		width: 190px;
		border-right: 1px dotted #205386;
		border-bottom: 1px dotted #205386;
		
		background-repeat: no-repeat;
		padding-left: 0px;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	
	#tonupdate ul
	{
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#tonupdate p { line-height: 165%; }
   
    #newsbar > ins {margin-left:70px !important;}
	#newsbar { margin: 20px 20px 40px 195px; }
	#newsbar p { line-height: 165%; }
	.news { border-bottom: 1px dotted #205386;
		     border-top: 1px dotted #205386;
		     margin: 20px 20px 20px 20px;
		   }  
		
	.news.blog-admin h3{
		display:inline; 
		margin-left:20px;
	}
	
	.news ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.news li
	{
		display: inline;
		padding: 0 0 0 7px;
	}

        .news > ins {margin-left:40px !important;}
	
	.imagefloat
	{
		float: left;
		padding: 2px;
		border: 1px dotted #205386;
		margin: 10px 10px 10px 10px;
	}
	
	.banfloat
	{
		float: center;
		padding: 2px;
		margin: 0 20px 20px 20px;
	}
	
	
	.rss-items
	{
		list-style-type: square;
		margin: 10px 0;
		padding: 5px;
		font-size: 75%;
	}
	
	.rss-item
	{
		list-style-type: square;
		padding: 0px;
		margin-left: 10px;
		margin-right: 5px;
		text-align: left;
	
	}
   
	#footer
	{
		clear: both;
		color: #272900;
		background-color: #205386;
		text-align: right;
		padding: 5px;
		font-size: 90%;
		
	}    
	
	.delete-item{
		background: url('/graphics/icons/12.png') 0 0 no-repeat;
		padding: 0 12px 0 0;
	} 
	
	.add-item{
		background: url('/graphics/icons/11.png') 0 0 no-repeat;
		padding: 0 12px 0 0;
		
	} 
	
	.update-item{
		background: url('/graphics/icons/7.png') 0 0 no-repeat;
		padding: 0 12px 0 0;
		
	}    
	
	.delete-item-id{
		display:none;
	}    
	
	.modal-back{
		height:100%;
		width:100%;
		background: url('/graphics/icons/modal-back.png') 0 0;
		z-index:100;  
		display:none; 
		position:fixed;
	   	top:0;
		left:0;
	}       
	
	.dialog-center{
		
		margin: 25px auto;     
		background:white;
		width:450px;
		height:400px;
		border: 3px dotted #205386
	}
	
	
