﻿/* --------resets everything----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* -----remember to define focus styles!------ */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---------- content control ------------  */
 body {
	text-align: center;
	font-size: 62.5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	min-width: 720px;
}
a:link {
	text-decoration: none;
	color: #3333CC;
}
a:visited {
	color: #807B88;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}
.en {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
}
.center {
    text-align:center;
}
.bluetxt {
    color: #0000CD;
}
#wrapper {
	width: 720px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin-top: 10px;
	clear: both;
	margin-bottom: 20px;
	padding: 0px;
}
#container {
    width: 648px;
    margin: 20px 36px 0px;
}
#top {
	margin: 0;
	padding: 0px 0px 15px;
	clear: both;
	width: 100%;
	height: auto;
	border-bottom-color: #807B88;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#nav { 
    float: left;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 5px 0px 5px;	  
}
#display {
	width: 150px;
	float: left;
	height: auto;
	clear:both;
}	
#autodate {
    width: auto;
	font-size: 1.2em;
	clear: both;	
	margin: 5px auto;
	vertical-align: text-bottom;
}
#dropdown01 {
	width: auto;
	clear: both;	
	/* text-align: left; */
	margin: 20px auto; 
}
#nav_list {
	clear: both;
	width: auto;
	margin: 30px 0px 140px -15px;
	color: #3333CC;
	font-size: 1.6em;
}
#nav_list ul { 
    list-style-type: none; 
	list-style-position: inside;
	letter-spacing: 0.3em;
	line-height: 160%;
	padding: 0;
	margin: 0;
}
#prime {
	margin: 0px auto 5px;
	clear: both;
	width: 130px;
	color: #3333CC;
	font-size: 1.6em;
}
#download {
	margin: 20px 0 0 -15px;
	clear:both;
	width: auto;
	font-size: 1.6em;
	letter-spacing: 0.3em;
	line-height: 160%;
}
#frame {
    float: left;
	clear: right;
	width: 443px;
	border-left-color: #807B88;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 0px;
	padding: 0px 26px 22px;
	font-family: 新細明體, 細明體, Georgia;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
#frame h1 {
	font-size: 2.2em;
	font-weight: 500;
	font-family: 標楷體, 新細明體, Times New Roman, serif;
	color: #0000CD;
	letter-spacing: 0px;
	text-align:center;
	margin: 1em 0em 1em;
	clear:both;
}
#frame h2 {
	font-size: 2em;
	font-weight: 500;
	font-family: 標楷體, 新細明體, Georgia, serif;
	color:  #6A5ACD;
	letter-spacing: 0px;
	margin: 1em 0em 1.5em;
	clear:both;
}	
#frame h3 {
    font-family: 新細明體, Georgia, serif;
    font-size: 1.6em;
	font-style: normal;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.2em;
	margin-top: 1.7em;
	margin-bottom: 1.5em;
	clear:left;
}
#frame a:link {
	text-decoration: underline;
	color: #3333CC;
}
#frame p {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 130%;
    text-indent: 2.2em;
	margin-top: 1em;
}
#frame dl { 
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 0em 0em 2.2em;
}
#frame dt {
    margin: 1em 0em 1em;
}
#frame dd {
    margin: 0em 0em 0em 2.2em;
}
#frame dl ul {
	list-style-type: disc;
	font-size:  inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin-left: 1.3em;
	padding: 0;
}
#frame ul { 
    list-style-type: disc; 
	list-style-position: outside;
	font-size: 1.3em;
    word-spacing: normal;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 1em 0em 1.5em 2.2em;
}
#frame ol { 
    list-style-type: decimal; 
	list-style-position: outside;
	font-size: 1.3em;
    word-spacing: normal;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 1em 0em 1.5em 2.2em;
}
#frame table {
	font-size: 1.3em;
	margin: 1.5em 2em 3em;
	letter-spacing: 0.1em;
	line-height: 130%;
}
#frame img {
    text-align:center; 
	margin: 40px 0;
}
#logotable {
   width: 100%;
   clear: both;
   padding: 30px 0px 0px 20px;
   margin: 0; 
   text-align: center;
}
#logotable table {
	padding: 0;
	margin: 0;
}
tr#logotable, td#table {
    vertical-align: middle;
}
#bm-bar {
	clear: both;
	width: 648px;
	height: auto;
	padding: 0;
	margin: 0;	
}
#bm-left {
    float: left;
	width: 150px;
	clear: left;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	text-align:center;
}
#bm-frame {
    float: left;
	clear: right;
	width: 445px;
	height: 120px;
	border-left-color: #807B88;
	border-left-style: solid;
	border-left-width: 1px;
	margin:0;
	padding: 0px 26px;
	font-family: 新細明體, 細明體, Georgia;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
#bm-frame p {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 130%;
    text-indent: 2.2em;
	margin-top: 1em;
}
#bottom {
	clear: both;
	height: 54px;
	margin: 0;
	background-color: #FFFFFF;
	border-top-color: #807B88;
	border-top-style: solid;
	border-top-width: 1px;
}
#en-logo {
	float: right;
	width: 255px;
	margin: 14px 0px 0px;
}
#subscription {
	float: left;
	margin: 12px 0px 0px;
	width: 140px;
}
#footer {	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1em;
	color: #807B88;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {
float:left;
}
.right {
float:right;
margin-left: 20px;
}
#pabe {
    width:170px;
    border:none; 
	position:relative; 
	float:right; 
	clear:right; 
	margin:5px 0px 10px 10px;
}
