/* Global */
	body{
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		background-color:#F3F5C6;
	}
	img{
		border:0;
	}
	a, a:link, a:visited{
		color:blue;
		text-decoration:none;
	}
	a:hover{
		color:red;
		text-decoration: underline;
	}
	.JhengHei{
		font-family:'微軟正黑體';
	}

/* clearfix */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	.BgTail{
		background:transparent url('/images/headerBgTails.gif') repeat-x scroll left -41px;
		height:20px;
	}

/* ContentWrapper */
	.ContentWrapper{
		width:1002px;
		margin:0 auto;
		background:transparent url('/images/mgtBg.jpg') repeat-y scroll center top;
	}
	.Header{
		min-width:1001px;
		height:150px;
		margin:-20px auto 0;
		background:transparent url('/images/mgtBgBlue.jpg') no-repeat scroll center top;
	}
	.Header a{
		display:block;
		width:200px;
		height:130px;
		margin-left:240px;
	}
	.LeftPanel{
		float:left;
		width:48%;
		height:361px;
		background:transparent url('/images/loginLeft.jpg') no-repeat scroll right bottom;
	}
	.Content{
		padding:72px 10px 150px 450px;
		margin:0 40px;
		background:transparent url('/images/aboutUsBg.jpg') no-repeat scroll left bottom;
	}
	.RightPanel{
		float:left;
		width:350px;
		margin-left:30px;
	}
	
/* Content */
	H1{
		padding:0;
		margin:0 30px 15px 0;
		color:#004986;
		font-size:30px;
		border-bottom:1px solid #a0a0a0;
	}
	H1 span{
		font-size:24px;
		color:#aaa;
		margin-left:5px;
	}
	p{
		border-left:2px solid #50646f;
		padding-left:10px;
		margin:0 30px 25px 0;
	}
	p B{
		color:#004986;
		margin-left:5px;
	}
	
/* footer */
	.Footer{
		clear:both;
		height:50px;
		width:790px;
		padding:20px 50px 0 60px;
		margin:20px auto 0;
		background:transparent url('/images/mgtFooterBlue.jpg') no-repeat scroll left top;
		font-size:15px;
	}
	.Claim{
		float:left;
		color:#a6a8ab;
		font-size:14px;
	}
	.FooterLink{
		float:right;
		color:#2a378f;
	}
	.FooterLink a:hover{
		color:red;
	}
	.FooterLink a{
		color:#2a378f;
		text-decoration:none;
		padding-right:5px;
	}
