.datatxt{
	padding:10px;
}
.topflash{
	width:935px;
	background-color:#FFF;
/*	background:url(../images/flash-bg.png) no-repeat bottom;*/
	margin:0 0 20px 0;
	height:185px;
}
.leftmenu{
	float:left;
	background-color:#990;
	width:180px;
	padding:10px;
}
.bodycontent{
	float:left;
	padding:0px;
	color:#FFF;
}
.sidenavigation-top{
	width:225px;
	height:11px;
	margin:20px 0 0 0;
	background:url(../images/sublinks-top.gif) no-repeat left;
}
.sidenavigation-btm{
	width:225px;
	height:11px;
	background:url(../images/sublinks-bottom.gif) no-repeat left;
}
.sidenavigation{
	width:225px;
	background-color:#FFF;
	margin:0;
	background:url(../images/sublinks-center.gif) repeat-y left;
}
.sidenavigation ul{
	margin:0;
	padding:0;
	float:right;
	width:225px;
	list-style-type:none;
}
.sidenavigation ul li{
	padding:5px 0;
	display:block;
	width:225px;
	margin-left:5px;
	padding:5px 0px 5px 0;
	
}
.sidenavigation ul li a{
	color:#FFF;
	display:block;
	text-align:left;
	padding:6px 20px 6px 10px;
	text-decoration:none;
}
.sidenavigation ul li a:hover{
	color:#1b4582;
	padding:6px 20px 6px 10px;
	text-decoration:none;
	background:url(../images/sublinks-off.gif) #FFF no-repeat left top;
}
/* Service Page */
.service-page-left{
	width:411px;
	float:left;
	padding:10px 0 0 20px;
}
.service-page-right{
	width:411px;
	float:right;
	padding:10px 20px 0 0;
}
.service-page-top{
	background:url(../images/sercive-top.png) no-repeat;
	width:391px;
	height:36px;
	padding:0 10px;
}
.service-page-top h2{font-size:13px; color:#d87000; line-height:36px; background:url(../images/sercive-page-h2-bg.png) no-repeat center left; padding-left:40px;}
.service-page-center{
	width:391px;
	padding:5px 10px;
	background:url(../images/sercive-center.png) repeat-y;
	height:auto;
}
.service-page-center img{ float:right;}
.service-page-center ul{
	margin:0;
	padding:0 0 0 35px;
	list-style-type:none;
	width:300px;
}
.service-page-center ul li{
	margin:0;
	padding:2px 0;
	list-style-image:url(../images/icon1.jpg);
}
.service-page-center ul li a{
	text-decoration:none;
	color:#F60;
	padding:0;
}
.service-page-center ul li a:hover{
	text-decoration:underline;
	color:#333;
}
.service-page-bottom{
	width:391px;
	padding:0 10px;
	margin-bottom:20px;
	height:25px;
	background:url(../images/sercive-bottom.png) no-repeat;
	text-align:right;
}
.service-page-bottom a{float:right; text-decoration:none; color:#333; padding:5px 5px 0 0;}
.service-page-bottom a:hover{color:#C30; text-decoration:underline;}
/* Service Page End */

/* Roundef Corner */
.container {background:#000; color:#000; margin:0; width:100%;}
.rtop, .rbottom{
display:block;
background:#e2e2e2;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#FFF;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}
.container p{text-align:justify; line-height:19px;}

.container a{color:#F30; text-decoration:none;}
.container a:hover{color:#333; text-decoration:none;}
/* Roundef Corner */