@charset "utf-8";
/* CSS Document */
* {	margin: 0;	padding: 0;}
body {text-align:left; color:#666; font-size:14px; margin:0 auto; padding:0; font-family:Arial, Helvetica, sans-serif; }
ul{}
li{ list-style:none}
@font-face
    {
        font-family : "trajannormal";
        src: url("../fonts/trajannormal.woff");
		src: url("../fonts/Trajan-normal.eot") ;
		src: url("../fonts/Trajan-normal.TTF") format("truetype");
    }
/*common*/	
#main-wrapper{ width:1007px; margin:0 auto; padding:0; background:#6eb1de url(../images/v-bg-line.jpg) repeat-x;}
#wrapper{ width:852px; background:#FFFFFF; margin:0 auto;}
#header{width:1007px; float:left; margin:0 auto;}
.header{ width:778px; margin:0 auto;}
.headerleft{width:552px; float:left;}
.headerright{width:455px; float:right;}
.topheadtxt{ padding:33px 0 30px 0;}
.topbanner{ margin:0 0 3px 0;}
.nav{ width:775px; line-height:20px; border-top:2px dashed #0d5da3; border-bottom:2px dashed #0d5da3; margin:0 auto; font-family:"Times New Roman", Times, serif; color:#1a1a1a; font-size:14px; text-transform:uppercase;}
.nav ul{  padding:10px 0 10px 0; margin:0 0 0 2px;}
.nav ul li{ list-style:none; display:inline; padding:0 10px 0 10px; border-right:1px solid #1a1a1a; }
.nav ul li a{ color:#1a1a1a; text-decoration:none;}
.nav ul li a:hover{color:#0d5da3; text-decoration:none;}
.nav a.select{color:#0d5da3; text-decoration:none;}

.article{ width:775px; margin:48px auto 0 auto;}
.innnerheadtxt{ margin:0 0 31px 34px;}
.leftimg{ width:185px; float:left; margin:0 26px 10px 34px;}
.content{ float:left;font-family:"Times New Roman", Times, serif; color:#000; font-size:16px; margin:0; text-align:justify;}
.content p{font-family:"Times New Roman", Times, serif; color:#000; font-size:16px; padding:0 34px 30px 34px; margin:0; text-align:justify;}

.buttondiv{border-top:2px dashed #c7c7c7; padding:10px 0 0 0; text-align:right}
.nextbt{ margin:0 0 0 4px;}
.line{border-top:2px dashed #c7c7c7; margin:-5px 0 20px 0;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Footer*/
.footer{width:1007px;margin:0 auto; padding:0}
.footertext{font:normal 14px 'Times New Roman', Times, serif; color:#333333;text-align:center; padding:20px 0 0 0;line-height:19px; 
background: #f4f4f4;border-top:1px solid #64aadb;}
.footertext a{font:normal 14px 'Times New Roman', Times, serif;color:#333333; text-decoration:underline;}
.footertext a:hover{font:normal 14px 'Times New Roman', Times, serif;color:#333333; text-decoration:none}

.footerlink{font:normal 14px 'Times New Roman', Times, serif; color:#333333;text-align:center; padding:7px 0 7px 0; width:775px;margin:0 auto 0 auto; background:#ffffff; line-height:20px; }
.footerlink a{font:normal 14px 'Times New Roman', Times, serif;color:#333333; text-decoration:none; padding:0 15px 0 15px}
.footerlink a:hover{font:normal 14px 'Times New Roman', Times, serif;color:#0d5da3; text-decoration:none}

