@charset "UTF-8";
/* CSS Document */
body {
	font-family: Georgia, Helvetica, Times, Arial, sans-serif;
	background-color: #CCE9FA;
	margin: 0px;
}

#main_body {
	width: 1000px;
	height: 100%;
	background-color:#FFFFFF;
}

#top_nav {
	text-align: center;
	height: 216px;
}

#top_label {
	text-align: left;
	height: 216px;
	background-image: url(images/top_bg_pic-2.jpg);
}

#page_title {
	font-size: 2em;
	color: #003333;
	margin: 15px 20px 0px 0px;
	float: right;
}

#language_selector {
	text-align: center;
}

#left_menu {
	width: 220px;;
	float:left;
	padding: 5px;
}

#left_menu_th {
	width: 220px;;
	float:left;
	padding: 5px;
}

#middle_content {
	background-color: #DEFFF7;
}

#center_div {
	margin: 0 0 0 230px;
	padding: 2em;
	background-color: #FFFFFF;
}

#moving_text {
	color: #BA005F;
}

#bottom_nav {
	color: #666666;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	padding: 2px;
}

#footer {
	color: #666666;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	padding-top: 2px;
	width: 1000px;
}

/* for formatting the left menu --- */
#left_menu ul {
	list-style-image: url(images/list-image.png);
	text-align: left;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin-left: 10px;
	padding: 20px 20 px 20px 20px;
	display: block;*/
} 

/*
#left_menu li {
	display: inline;
} */

#left_menu a {
	color: #003366;
	text-decoration: none;
	/* font-size: 12px;
	padding: 3px;
	display: block;
	background-color: #003300;
	border-bottom: 1px solid #eee; */
} 

#left_menu a:link, #left_menu a:visited {
	color: #003366;
	text-decoration: none;
} 

#left_menu a:hover {
	/*background-color: #FF3300;*/
	color: #FF3300;
} 

/* -------------------------------- */

#homepage_title {
	text-align:center;
}

b {
	color: #660066;
}

#author_name {
	text-align: center;
	font-size: 0.9em;
	color: #000099;
}

#translator_name {
	text-align: center;
	color: #003333;
}
	

#motto {
	text-align: center;
	color: #003399;
}

#parenthesis_text {
	color: #990066;
}

h1 {
	font-size: 22px;
}


h2 {
	font-size: 20px;
}

q {
	color: #003399;
} 



#main_topic_b {
	color: #003366;
}

.main_topic_b {
	color: #003366;
}

#sub_topic_b {
	color: #006666;
}

.sub_topic_b {
	color: #006666;
}

u {
	color: #003399;
}

#orange_text {
	color: #FF3300;
}

#strong_emphasis {
	color: #990000;
}

#image_p {
	text-align: center;
}

.image_p {
	text-align: center;
}


#quote {
	color: #003366;
	font-weight: bold;
}

.poem_header {
	text-align: center;
}

.poem_table_div {
	margin-left: 30px;
}

.poem_table {
	text-align: left;
	margin-left: 300px;
}

.first_column {
	width: 300px;
	text-align: left;
}

.second_column {
	width: 275px;
	text-align: left;
}

.ul_th {
	font-size: 12 px;
}

.link_table {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}