/* links */

/* body components */

body {
	width: 777px;
	height: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header {
	height: 179px;
	width: 777px;
	background-color:#FFFFFF;
}
	
.left_column {
	float: left;
	height: 1380px;
	width: 130px;
	background-color: #DAE8FC;
	padding: 10px;
}

.right_column {
	float: right;
	height:1900px;
	width: 589px;
	background-color: #FFFFFF;
	border: thick solid #D1E9FC;
	padding: 10px;
}
.left_column_index {
	float: left;
	height: 1660px;
	width: 130px;
	background-color: #DAE8FC;
	padding: 10px;
}

.right_column_index {
	float: right;
	height:1900px;
	width: 589px;
	background-color: #FFFFFF;
	border: thick solid #D1E9FC;
	padding: 10px;
}
.right_column_med {
	float: right;
	height:1900px;
	width: 589px;
	background-color: #FFFFFF;
	border: thick solid #D1E9FC;
	padding: 10px;
}
.left_column_med {
	float: left;
	height: 1660px;
	width: 130px;
	background-color: #DAE8FC;
	padding: 10px;
}
.right_column_kor1 {
	float: right;
	height:1900px;
	width: 589px;
	background-color: #FFFFFF;
	border: thick solid #D1E9FC;
	padding: 10px;
}
.left_column_chinesecla {
	float: left;
	height: 1015px;
	width: 130px;
	background-color: #DAE8FC;
	padding: 10px;
}

.left_column_kor {
	float: left;
	height: 990px;
	width: 130px;
	background-color: #DAE8FC;
	padding: 10px;
}

.left_column_kor1 {
	float: left;
	height: 1635px;
	width: 130px;
	background-color: #DAE8FC;
	padding: 10px;
}

.footer {
	clear: right;
	height: 30px;
	width: 760px;
	border-top-color: #D1E9FC;
	border: #D1E9FC;
	border-width: medium;
	border-color: #D1E9FC;
	border-style: solid;
	padding: 5px;
}

/* cells within cells */

.leftcell {
	float: left;
	width: 250px;
	height: auto;
}
.rightcell {
	float: right;
	width: 170px;
}

.leftcell1 {
	float: right;
	width: 300px;
	height: auto;
}
.rightcell1 {
	float: left;
	width: 200px;
}
.centercell {
	height: auto;
	width: 550px;
}

.floatimgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.floatimgright {
	float:right;
	margin-right:5px;
	margin-bottom:5px;
}

.floatimgleftnomarg {
	float:left;
}
.floatimgrightnomarg {
	float:right;
}

/* top menu */
.menu {
	background-color: #CCFFFF;
	background-position: center;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menutd {
    background-color:#D6E9FE; 
	text-align: center;
	line-height: 150%;
}


.menutd a, .menutdlast a {
	text-decoration: none;
	display: block;
}

.menutd a:hover, .menutdlast a:hover {
	background-color: #ffffff;
	}

.menusubtd {
	text-indent: 7px;
	text-align: left;
	background-color: #CCFFFF;
	margin: 2px;
	line-height: 170%;
}

.menusubtdlast {
	text-align: left;
	text-indent: 7px;
	background-color: #CCFFFF;
	margin: 2px;
	line-height: 170%;
}

.menusubtd a, .menusubtdlast a {
	color: #000000;
	display: block;
	}
	
.menusubtd a:hover, .menusubtdlast a:hover {
	background-color: #ffffff;
	}

#dropmenudiv{
position:absolute;
// border:1px solid black;
// border-bottom-width: 0;
// font: normal 13px Georgia;
// color: black;
// line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
// border-bottom: 1px solid black;
// padding: 1px 0;
// text-decoration: none;
// color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}
