			TABLE,BODY{
				font: 11px "Trebuchet MS";
			}

			BODY{
				padding: 0px;
				margin: 0px;
				background-color:#B4C1E2;
				color: #304183;
			}
			#all{
				text-align: left;
				width:740px; 
				margin-left:auto; 
				margin-right:auto;
				background-image: url('images/innerbg.png');
			}
			#logo{
				height: 82px;
				margin-left: 20px;				
				_margin-left: 10px;
				background-image: url('images/topbg.png');
				position: relative;
				width: 211px;
				float: left;

			}
			#banner{
				width: 489px;
				height: 77px;
				_height: 82px;				
				background-image: url('images/topbg.png');
				position: relative;
				float: left;
				clear:right;
				text-align:center;
				padding-top:5px;

			}			
			#main{
				position: relative;
				padding: 0px 20px;
			}
			#menu{
				position: relative;
				width: 160px;
				float: left;
			}

			#content{
				position: relative;
				width: 410px;
				float: left;
				text-align: justify;
			}

			#banners{
				position: relative;
				width: 150px;
				float: left;
				clear: right;
			}
			#footer{	
				clear: both;
				margin: 0px 20px;
				text-align: center;
				background: #EAEEF7;
				border-top: 1px solid #CCD2EE;
			}

			.mainmenu {
				list-style: none;
				padding: 0px;
				margin: 0px;
				border-top: 1px solid #CCD2EE;
			}
			.mainmenu A{
				display: block;
				width: 125px;
				_width: 140px;
				padding: 3px 15px 3px 0px;
				text-decoration: none;
				text-align: right;
				color: #304183;
				background: #F5F7FB url('images/pointer.png') no-repeat;
				background-position: 130px center;
				border-bottom: 1px solid #CCD2EE;
			}
			.mainmenu A:hover{
				background: #EFF7e1 url('images/pointer.png') no-repeat;
				background-position: 130px center;
				color: #009900;
			}
			
			#menu H3, #banners H3{
				margin: 0px;
				font-variant: small-caps;
				font-size: 14px;
				padding-right: 15px;
				text-align: right;
				background: #EAEEF7 url('images/menubg.png') no-repeat;
				background-position:right bottom;
				height: 20px;
			}
			#content H3{
				margin: 0px;
				font-variant: small-caps;
				font-size: 14px;
				text-align: left;
				height: 20px;
				padding-left: 9px;
				background: URL('images/pointer.png') 0px center no-repeat;
				border-bottom: 1px dashed #304183;
				border-bottom: 1px solid #ccd2ee;
				color: #009900;			
				margin-bottom:5px;	
			}
			
			TH{
				text-align:left;
				border-bottom: 1px solid #CCD2EE;
			}
			TD{
				border-bottom: 1px solid #EAEEF7;
			}
