@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	height: 690px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
}

#mainHeader {
	height: 160px;
	width: 850px;
	background-color: #E6E6E6;
}
#mainFooter {
	height: 30px;
	background-color: #000000;
}
.footerText {
	font-family: "PMingLiU";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.menuText {
	font-family: PMingLiU;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.rightContent {
	vertical-align: top;
}
.rightContentHeader {
	width: 100%;
	background-color: #FFFFFF;
	font-family: PMingLiU;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	text-align: right;
	vertical-align: top;
}
.rightContentImg {
	background-color: #666666;
	width: 100%;
}
.rightContentFooter {
	width: 100%;
	background-color: #FFFFFF;
	font-family: PMingLiU;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	text-align: right;
	vertical-align: top;
}
.contentHeader2 {
	font-family: "Trajan Pro";
	font-size: 18px;
	color: #999999;
	text-align: left;
	vertical-align: bottom;
}
.menuText a {
	color:#FFFFFF;
	text-decoration: none;
}

.content {
	font-family: PMingLiU;
	font-size: 15px;
	color: #666666;
	vertical-align: top;
}
.content_bullent {
	font-family: PMingLiU;
	font-size: 15px;
	color: #666666;
	vertical-align: top;
	list-style-position: inside;
	list-style-type: circle;
}
.content a {
	text-decoration: none;
	color: #666666;
}
.thankHeader {
	font-family: "Brush Script Std";
	font-size: 19px;
	vertical-align: bottom;
	font-weight: normal;
	color: #999999;
}
.thankContent {
	font-family: "Brush Script Std";
	font-size: 19px;
	color: #666666;
}
.thankHeader1 {
	font-family: "Comic Sans MS";
	font-size: 19px;
	vertical-align: bottom;
	font-weight: normal;
	color: #999999;
}
.thankContent1 {
	font-family: "Bickham Script Pro Regular";
	font-size: 25px;
	color: #666666;
}
.logo {
	background-image: url(../images/pdca/logo4_1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.content_bullent a {
	text-decoration: none;
	color: #666666;	
}
.rightContentHeader a {
	text-decoration: none;
	color: #999999;
}
.titleContent {
	width: 100%;
	background-color: #FFFFFF;
	font-family: PMingLiU;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
#media {
	border: 1px solid black;
	font-weight: normal;
	font-size: 12px;
	position:absolute;
	width:780px;
	height:550px;
	background-color: #FFFFCC;
	z-index: 3;
	visibility: visibale;
	font-family: PMingLiU;
	left: 200px;
	top: 264px;
}
.content_dot {
	font-family: PMingLiU;
	font-size: 15px;
	color: #666666;
	vertical-align: top;
	list-style-position: inside;
	list-style-type: disc;
}

.imgborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clientimage{
padding:8 5 5 5;
}
.menuText a:hover{
text-decoration: none;
	color: #66FF00;
}
