@charset "utf-8";
/* CSS Document */


body {
	margin-top: 60px;
	margin-bottom: 30px;
	background-color: #E6E6E6;
	background-image: url(../images/background_logo.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	color: #000;
}

A:link {
	color: #0F6FCF;
	text-decoration: none;
}
A:visited {
	color: #333;
	text-decoration: none;
}


#page_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	text-align: left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	background-color: #C0C0C0;
}
#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
}
#content_wrapper {
	background-image: url(../images/spacer.png);
	background-repeat: repeat;


}
#menu_bar {
	background-image: url(../images/menu_bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
#navigation ul{
	font-family: "華康中圓體", "標楷體", "新細明體";
	color: #FFF;
	background-color: transparent;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
#navigation ul li a {
	float: left;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: transparent;
	color: #E4E4E4;
}
#navlist li a:hover {
	color: #333;
}
#navlist li a:active {
	color: #000;
}

#navigation ul li {
	display: inline;
}
#left_side {
	float: left;
	width: 160px;
	margin-top: 0px;
	background-repeat: repeat;
	background-position: left top;
	margin-left: 0px;
}
#left_side table td{
	font-family: "華康中圓體", "標楷體", "新細明體";
	font-size: 18px;
	text-align: center;
}
#left_side table td a:hover {
	color: #CCC;
}
#left_side table td a:link{
	color: #333;
}



#right_side {
	float: left;
	width: 640px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: "標楷體", "新細明體";
	text-align: left;
}
#right_side img {
	text-align: center;
}
#right_side ul li{
	font-family: "標楷體", "新細明體";
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
#right_side fieldset {
	padding-left: 10px;
	background-color: #DFFDE3;
	font-size: 1.25em;
	width: 95%;
	margin-left: 10px;
}
#right_side fieldset table {
	font-size: 90%;
	font-family: "標楷體", "新細明體";
}
#right_side fieldset table a:link {
	color: #0F6FCF;
	font-family: "標楷體", "新細明體";
}
#right_side fieldset table a:hover {
	color: #666;
}
#right_side fieldset table a:visited {
	color: #999;
}





#adv {
	width: 224px;
	float: right;
	text-align: center;
}
#copyright {
	background-image: url(../images/copyright.png);
	background-position: left center;
	height: 80px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../images/menu_bar.png);
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

.spacer {
	height: 10px;
	clear: both;
}
.current_page {
	font-size: 16px;
}
.event_table {
	margin-left: 10px;
	width: 165px;
	height: 100%;
}
.lecture_title {
	font-family: "華康中圓體", "標楷體", "新細明體";
	background-color: #ADE9B5;
	text-align: center;
	color: #330033;
}
.lecture_p {
	font-family: "華康中圓體", "標楷體", "新細明體";
	font-size: 18px;
	background-color: #DFFDE3;
	color: #000000;
}
.lecture_table {
	margin-bottom: 20px;
}
.info_content {
	font-family: "標楷體", "新細明體";
	font-size: 18px;
	text-align: left;
	background-color: #DFFDE3;
	margin-left: 10px;
}
.info_table_title {
	font-family: "標楷體", "新細明體";
	font-weight: bold;
	color: #330033;
	background-color: #ADE9B5;
	font-size: 18px;
	text-align: center;
}
.event_title {
	font-family: "標楷體", "新細明體";
	font-size: 36px;
	color: #000000;
	text-decoration: underline;
	margin-left: 180px;
}
.online_title {
	font-family: "標楷體", "新細明體";
	font-size: 18px;
	text-align: right;
	background-color: #ADE9B5;
	color: #330033;
}
.online_td {
	background-color: #DFFDE3;
}

