/* Code for All Pages */

body { 
		background: url('images/bg.jpg') repeat-x #f0f1f1;
		margin: 0; 
		color: #000;
		font-family : 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
		font-size : 13px;
		text-align : center; 
		}
		
		a { color: #4e8401; text-decoration: underline; }
		a:hover { color: #4e8401; text-decoration: none;}
		a img { border: none; }
		   
				
/* Code for Design */

#b_top {  
		height: 48px;
		background: url('images/b_top_bg.jpg') repeat-x;
		text-align: left;
		padding-left: 25px;
		display: block;
		bottom: 0px;
		}
		
#banner {  
		background: url('images/banner_top.jpg') no-repeat;
		height: 186px;
		padding-left: 25px;
		text-align: left; 
		
		}
		
#nav 	{
		height: 65px;
		width: 718px;
		background: url('images/nav_bg.jpg') repeat-x;
		padding: 0px;
		
		}
		
#new { 
		width: 155px;
		height: 380px;
		text-align: left;
		color: #000;
		float: left;
		display: inline-block;
		position: relative;
		padding: 0px 15px 10px 15px;
		border-right: #808080 1px dashed;		
		}
		
#cont { 
		width: 502px;
		height: 380px;
		text-align: left;
		float: right;
		display: inline-block;
		position: relative;
		padding: 0px 15px 10px 15px;
		}
		
		
#foot 	{ 
		background: url('images/bg-bottom.jpg') repeat-x;
		height: 70px;
		text-align: right;
		}
		
#container{ width : 718px; margin: 0 auto;}
#spacer {height: 50px; clear: both;}		
		
h1 {font-size: 15px; font-weight: bold; color: #0e396b;} 
h2 {font-size: 12px; font-weight: bold; color: #000000;} 
h3 {font-size: 12px; font-weight: normal; color: #000000;}

.title_block { background:url(images/line1.gif) left bottom repeat-x; height:24px; margin-bottom:11px;}

ul {margin:0; padding:0; list-style:none}
li {background:url(images/a.gif) no-repeat left center; margin: 7px 0px 0px 0px; padding:0px 0px 0px 15px}


		





		
		
