/* Header */
#header {
	width: 100%;
	background-color: #F7F4F7;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #36A8D3;
	border-left-color: #36A8D3;
}
html > body #header {
	width: auto;
}
#header .accesskey {
	font-size: 10px;
	float: left;
	color: #F7F4F7;
}
#header .accesskey a {
	color: #F7F4F7;
}
#header .left {
	float: left;
}
#header ul {
	margin: 8px 5px 5px 0px;
}
#header li {
	display: inline;
	background-image: url(../images/03arrow1.gif); 
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	font-weight: bold;
	padding-right: 3px;
}
#header form {
	font-weight: bold;
	color: #666666;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 20px;
}
#header input {
	margin-right: 3px;
}
#header p {
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#image {
	clear: left;
	width: auto;
	text-align: right;
	/* background-image: url(../images/03imagebg.jpg); 
		*/
    background-repeat: no-repeat;
    background-image:url(http://www.csmu.edu.tw/ezcatfiles/w2/img/img/686/topleft1.jpg);	
		background-position: left top;
	background-color: #F7F4F7;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #36A8D3;
	border-left-color: #36A8D3;
}
#image img {
	width: 780px;
	vertical-align: text-bottom;
}
#image p {
	position: absolute;
	top: -300px;
}

/* Left Column */

#leftcol {
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftcol .accesskey {
	font-size: 10px;
	color: #656D44;
	margin-top: -5px;
	line-height: 100%;
}
#leftcol .accesskey a {
	color: #D7CAE0;
}
#leftcol h3 {
	margin: 0px;
}
#leftcol h3 a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	font-size: 60%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDFDFD;
	line-height: 140%;
	padding-right: 5px;
	background-image: url(../images/03nav1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	display: block;
	width: 180px;
	margin: 0px;
}
html > body #leftcol h3 a {
	width: 164px;
}
#leftcol h3 a:hover {
	text-decoration: none;
	background-color: #FBF9FB;
}
#leftcol ul {
	margin: 0px;
	list-style-type: none;
}
html > body #leftcol ul {
	margin-left: -40px;
	padding-left: 40px;
}
#leftcol li a {
	border-bottom: 1px solid #D2B8D3;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-size: 70%;
	line-height: 140%;
	padding-right: 5px;
	background-image: url(../images/03nav2.gif);
	background-repeat: no-repeat;
	background-position: 11px 9px;
	display: block;
	width: 180px;
	background-color: #F7F4F7;
}
html > body #leftcol li a {
	width: 156px;
}
#leftcol li a:hover{
	text-decoration: none;
	background-color: #ECDBEC;
}
#leftcol li li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 32px;
	font-size: 70%;
	line-height: 140%;
	padding-right: 5px;
	display: block;
	width: 180px;
	background-color: #F7F4F7;
	border: none;
	background-image: url(../images/03nav3.gif);
	background-repeat: no-repeat;
	background-position: 19px 9px;
}
html > body #leftcol li li a {
	width: 142px;
}
#leftcol li li a:hover{
	text-decoration: none;
	background-color: #ECDBEC;
}
#leftcol .banner {
	text-align: center;
	margin-top: 10px;
	clear: both;
}
#leftcol .banner img {
	margin-top: 5px;
	border: 1px solid #666666;
}

/* Center Column */

#middle {
	width: auto;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #36A8D3;
	border-left-color: #36A8D3;
}
#center {
	font-size: 75%;
	line-height: 145%;
	padding-right: 5%;
	padding-left: 4%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
}
#center .accesskey {
	font-size: 10px;
	line-height: 100%;
}
#center .accesskey a {
	color: #F9F9EA;
}
#center p {
	margin-top: 10px;
	margin-bottom: 15px;
}
#center img {
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 12px;
}
#center ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
	clear: both;
}
html > body #center ul{
	margin-left: -32px;
	padding-left: 32px;
}
#center ul li {
	padding-bottom: 5px;
	background-image: url(../images/03arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 135%;
}
.footer {
	border-top: 1px solid #666666;
	font-size: 90%;
	width: auto;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.footer .aplus {
	float: left;
	margin-bottom: 35px;
}
.footer img {
	border: 1px solid #666666;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Common Style */

.body {
	margin: 0;
	padding: 0;
	background-color: #36A8D3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #3272C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h4{
	color: #555555;
	lign-height: 130%;
	padding-left: 22px;
	font-size: 115%;
	line-height: 150%;
	background-image: url(../images/03topic.gif); 
	background-repeat: no-repeat;
	background-position: left 2px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-right: 50px;
                clear: both;
}
h5{
	color: #555555;
	font-size: 100%;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
	color: #666666;
	lign-height: 150%;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 3px;
	letter-spacing: .05em;
}
em {
	font-style: normal;
	color: #996633;
	font-weight: normal;
}
hr{
	clear: both;
	margin: 0px;
	border: none;
	background-color: #A5A5A5;
	color: #A5A5A5;
	height: 1px;
}
.input {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 3px;
	margin-right: 3px;
	font-size: 100%;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.button {
	margin-bottom: 2px;
	margin-right: 3px;
}
.more {
	padding-left: 18px;
	display: inline;
	background-image: url(../images/03more.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding-right: 7px;
	clear: both;
	float: right;
}
.top {
                     background-image: url(../images/03top.gif); 
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-top: 8px;
	clear: both;
	text-align: right;
	padding-right: 15px;
}
.leftimg{
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 12px;
}

/* Layout Table */

.layout {
	border-collapse:collapse;
	font-size: 100%;
	line-height: 150%;
	background-color: #F7F4F7;
	width: auto;
	clear: both;
}
.layout td {
	vertical-align: top;
	text-align: left;
}
.layout .leftbg {
	vertical-align: top;
	width: 200px;
	background-image: url(../images/03leftbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.layout .rightbg {
	vertical-align: top;
	display: none;

}
.leftblock {
	width: 50%;
	padding-right: 8px;
}
.leftblock p, ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
.leftblock img {
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 12px;
	width: 80px;
}
.rightblock {
	width: 50%;
	padding-left: 9px;
	}
.rightblock p, ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
.rightblock img {
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 12px;
	width: 80px;
}
.focus img{
	float: left;
	margin-right: 7px;
	border: 1px solid #666666;
	margin-top: 12px;
	width: 200px;
}
.webform {
	vertical-align: text-bottom;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	font-size: 100%;
}
.webform select {
	margin-top: -6px;
}
.webforminfo {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	font-size: 12px;
}
.webforminfo td {
	line-height: 135%;
	vertical-align: top;
	padding-right: 5px;
}
.webforminfo h5 {
	border: none;
	background-color: #EBE1F0;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.webforminfo p {
	margin-top: 7px;
	margin-bottom: 8px;
}
.webformtable {
	border-collapse:collapse;
	font-size: 100%;
	border: 2px solid #C1ADCF;
	width: 99%;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 5px;
	color: #333333;
}
.webformtable caption {
	color: #996600;
	padding-bottom: 5px;
	font-size: 110%;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.webformtable th {
	font-weight: normal;
	background-color: #EBE1F0;
	padding: 5px 5px 5px 10px;
	border: 1px solid #C1ADCF;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}
.webformtable td {
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	border: 1px solid #C1ADCF;
	line-height: 140%;
}
.webformtable img{
	border: none;
}
.webformtable .sub td {
	padding-left: 30px;
}
</style>