	body{
			 margin:0px;
			 font-family:Verdana, Arial, Helvetica, sans-serif;
			 font-size:10px;
			 line-height:16px;
			 background-image:url(../images/bg_texture.png);
			 
	 }
	 
	 
	 #main_frame{
	 
	 	width:926px;
		border-left:1px solid #333333;
		border-right:1px solid #333333;
		
	 
	 }
	 
 
    #main_frame tr{
	 
	 	width:926px;
	 
	}
	 
	 
	 .top_bar{
		 background-image:url(../images/top_bar_bg.png);
		 height:50px;
		 text-align:left;
		 vertical-align:top;
		 width:100%;
	 } 
	 
	 .top_banner{
		 border-top:2px solid #990000;
	 	 	 
	 } 
	 
	 .title_bar{		 
		 background-image:url(../images/title_bar.png);
		 height:28px;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:12px;
		 color:#FFFFFF;
		 font-weight:bold;
	 } 
	 
	 .title_bar td{
	 	border-bottom:1px solid #990000;
		border-top:2px solid #990000;
	 	
	 }
	 
	 
	 .left_title{		
		 width:23%;
		 text-align:center;	
		 
	 }
	 
	 .page_title{
		width:54%; 
		text-align:left;
		background-image:url(../images/title_content_bar.png);
		border-left:1px solid #ce7878;
		border-right:1px solid #ce7878;
		color:#ffffff;
		font-family:Arial,Verdana,Helvetica, sans-serif;
		text-indent:20px;
		font-size:13px;
		font-weight:bold;
		
	 }
	 
	 .right_title{
		 width:23%;	
		 text-align:center; 
	 }
	 
	 
	 
	.left_bar{
		width:23%;
		vertical-align:top;
		background-color:#145c7a;
	}
	
	.left_bar div,.right_bar div{
		width:100%;
		text-align:left;
		text-indent:10px;
		height:21px;
		vertical-align:middle;
		padding-top:4px;		
		border-bottom:1px solid #074159;
	}
	
	.left_bar div a,.right_bar div a{		
		font-size:11px;
		font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
		color:#b7d8e6;
		font-weight:bold;
		text-decoration:none;
	}
	
	
	.left_bar div a:hover,.right_bar div a:hover{		
		font-size:11px;
		font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
		color:#e5edf1;
		font-weight:bold;
		text-decoration:none;
	}	
	
	.content{
		width:56%;
		padding:20px;
		background-color:#FFFFFF;
		vertical-align:top;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#242424;
		text-align:justify;
		height:400px;
		
		
	}	
	
	.right_bar{
		width:23%;
		vertical-align:top;
		background-color:#145c7a;
	} 
	
	
	.footer{
		margin-top:2px;
		background-color:#7e0400;
		height:25px;
		border-top:1px solid #134a61;
		color:#d3908e;
		text-align:right;	
		
	}
	
	
	.footer a{
		
		color:#d3908e;
		text-decoration:none;
		text-align:right;
		padding-right:20px;	
		
	}