@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bkbkb.jpg);
	
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
.TwoColumn #container { 
	width: 930px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.TwoColumn #top {
	background-image: url(images/bktop.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
} 
.TwoColumn #header {
	background-color: #000000;
} 
.TwoColumn #header h1 {
	margin: 0;
	padding: 10px 0;
}

.TwoColumn #leftside {
	float: left;
	width: 223px;
	padding: 15px 0;
	background-color: #EBEBEB;
	background-image: url(images/left-bk.jpg);
	background-repeat: no-repeat;
}
.TwoColumn #leftside h3, .TwoColumn #leftside p {
	margin-left: 10px;
	margin-right: 10px;
}

.TwoColumn #mainContent {
	font-size:12px;
	border: 1px solid #999999;
	padding: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 240px;
	text-align: justify;
} 
.TwoColumn #footer { 
	padding: 10px;
	background:#DDDDDD;
} 
.TwoColumn #footer p {
	margin: 0;
	padding: 10px 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigation */
#navigation {
	color: #333366;
	background-color: #CCFFCC;
	margin-top: 15px;
	margin-left: 11px;
	font-size: 14px;
}

#navigation ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 190px;
}
#navigation a {
	display: block;
	padding: 7px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
#navigation a:link, #navlist a:visited {
	color:#333366;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #0099CC;
	color:#FEF9E9;
}
/* style */
.text01{
 font-size: 9px;
	 text-align:justify;      /*讓文字齊行*/
	  text-justify:distribute; /*讓文字左右齊行*/
	letter-spacing: 0.1em;
	line-height: 16px;
		color: #666666;
	padding-right: 10px;
	padding-left: 10px;
 }
.text02{
	font-size:12px;
	color:#000000;
	text-align: justify;
	line-height: 18px;
}
.pic01{
	padding: 5px;
	border: 1px solid #666666;
}
a.ImgButton:hover {
	left: 2px;
	top: 2px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
a.ImgButton2:hover {
	left: 2px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative

/************** .feature styles ***************/

.feature{
	font-size: 10px;
	 text-align:justify;      /*讓文字齊行*/
	  text-justify:distribute; /*讓文字左右齊行*/
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 5px 15px 5px 15px;
}
