html{
	overflow-y: scroll;
}

body, td, th {
	font-size: 11px;
	font: 11px Microsoft JhengHei, Arial;
}
body {
	background-color: #ede4e5;
	padding: 0px;
	margin: 0px;
}

td{
	padding: 0px;
	margin: 0px;
}

a{
	padding: 0px;
	margin: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
}


.norepeat{
	background-repeat: no-repeat;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2F002F;
}
a:active {
	color: #2F002F;
	text-decoration: none;
}

a img{
	border: 0px;
}

h1{
	padding: 10px;
	margin: 0px;
}

td{
	padding: 0px;
}

#warp{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 1000px;
	height: 90px;
	position: relative;
	left: -31px;
	margin-top: 30px;
}

#logo {
	margin-left: 140px;
}

#blog{
	float: right;
	margin-top: 8px;
	margin-right: 48px;
}

* html #blog{
	margin-top: 8px;
	margin-right: 20px;
}

#main{
	clear: both;
	min-height: 500px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}


#home_news{
	margin-left: 5px;
	width: 334px;
	color: #fff;
}

#home_news a{
	color: #fff;
}



#left_column{
	float: left;
	width: 94px;
	height: 478px;
	background-image: url('../images/line.jpg');
	background-position: top left;
	background-repeat: no-repeat;	
	padding-top: 20px;
}

#left_column a{
	color: #320c59;
	font-size: 12px ;
}

#left_column ul{
	margin-left: 0px;
	padding-left: 0px;
}


#left_column li{
	padding: 0px;
	margin: 0px;
	
	padding-top: 10px;
	padding-right: 2px;
	list-style: none;
	text-align: right;
}


#middle_column{
	float: left;
	width: 610px;
	min-height: 500px;
}

#page_content{
	min-height: 380px;
	width: 560px;
	overflow-x: hidden;
}

#right_column{
	float: left;
	width: 160px;
}

#right_column img{
	display:block;
	position: relative;
	top: -1px;
}

#home_news{

}

#news_lines td{
	font-size: 12px;
	letter-spacing: 1pt;
	height: 24px;
}

.news_line{
	width: 254px;
	white-space: nowrap;
	overflow: hidden
}

#page_title{
	padding: 20px;
	font-size: 20px;
}

#page_title_text{
	position: relative;
	top: -5px;
	color: #320c59;
}

#page_content{
	padding: 0px;
	position: relative;
	top: -11px;
	width: 600px;
}

#page_content p{
	margin: 0px;
	padding: 0px;
}

#footer{
	clear: both;
	font-size: 10px;
	padding: 4px;
	color: #333;
	width: 900px;
	text-align: center;
	position: relative;
	left: 100px;
}



* html #main{
	width: 874px;
}


.fixedlabel{
	float: left;
	width: 80px;
}

/* Drop down menu */
#menu{
	text-align: center;
	font-size: 12px;
	height: 20px;
	width: 780px;
	margin-left: 150px;
}

.nav li {
	border-left: 1px solid #dcd3d4;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 85px;
	list-style: none;
}

.nav .nav0{
  border-left: none;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
height: 20px;
  background: #ede4e5;
  color: #666;
  display: block;
  padding: 0 9px;
  font-weight: bold;
}

.nav_lang li {
	border-left: 1px solid #dcd3d4;
	float: left;
	margin: 0;
	padding: 0;
	float: right;
	width: 85px;
	list-style: none;
}



/* Messages */

.msg{
	border: 2px dotted #000;
	background: #fff;
	padding: 5px;
}

.msg_okay{
	border: 2px dotted #fff;
	background: #6f3;
	padding: 5px;
}

.msg_warning{
	border: 2px dotted #fff;
	background: #f88;
	padding: 5px;
}


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
}

/* Fix extra padding with page DTD */
.transMenu  img {
	display: block;
}

.error_message {
	font-weight: bold;
	color: red;
	margin-left: 80px;
}
