@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #00234b;

	margin:0px;
	line-height:18px;
}

.Blue_16{
	line-height:25px;
	color:#00234b;
	font-size:16px;
	font-weight:bold;
   }

.main{
     width:742px;
	 margin-left:auto;
	 margin-right:auto;
	 background-color:#FFFFFF;
	 overflow:hidden;
	 padding-left:20px;
	 padding-right:20px;
	 }
	 
.header{
     width:742px;
	 height:154px;
	 background-image:url(../images/header_bg.jpg);
	 margin-bottom:14px;
	 }
.menu{
	width:710px;
	height:29px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-left:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	  }
.menu a:link{
    color:#FFFFFF;
	text-decoration:none;
	}
.menu a:visited{
    color:#FFFFFF;
	text-decoration:none;
	}
.menu a:hover{
    color:#FFFFFF;
	text-decoration:underline;
	}
.main_frame_top{
      width:742px;
	  height:30px;
	  background-image:url(../images/main_content_tp.jpg);
	  background-repeat:no-repeat;
	  }
.main_frame_content{
      width:742px;
	  background-image:url(../images/main_content_bg.jpg);
	  background-repeat:repeat;
	  overflow:hidden;
	  }
.main_frame_bot{
    padding-top:10px;
	padding-bottom:30px;
	padding-left:26px;
	padding-right:26px;
	width:690px;
	background-image:url(../images/main_content_bk.jpg);
	background-repeat:no-repeat;
	height:auto;
	background-position: left bottom;
	  }

.copyright{
    padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	font-size:11px;
	color:#80a4b9;
	}
.content_left{
	width:370px;
	float:left;
	display:inline;

	}
.content_right{
	width:320px;
	float:left;
	display:inline;
	}	
.clear{
    clear:both;
	}
.welcome{
	background-image:url(../images/welcome_bg.jpg);
	width:282px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	}
.testimonial{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/te_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

