html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}
#title {
	background-image: url(header-mid.png);
	background-repeat: repeat-x;
	height: 114px;
	margin-top: 0;
}
#title img {
	border: none;
	float: left;
}
#title a {
	color: #FFFCFA;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
#title div.link {
	text-align:right;
	padding: 2em;
}
#nav {
	clear: both;
	background-color:#335280;
}
#nav ul {
	display: inline;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a {
	text-decoration: none;
	padding: .1em 1em;
	color: #FFFFFF;
	background-color:#335280;
}
#nav a:hover {
	background-color:#ffffff;
	color: #335280;
}
#nav ul.secondary {
	display:inline;
}
#nav ul.secondary li {
	float: none;
}
#footer {
	clear: both;
	margin-top: 10px;
	padding: 12px 40px 12px 40px;
	background:  #D6E0E9;
}
#footer p {
	margin-left: 24em;
	margin-top: 0;
	margin-bottom: 0; 
	font-size: 0.6em;
	color: #333333;
}

#footer a {
	text-decoration: underline;
	color: #000066;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#content {
	margin: 0 3%;
}

h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	text-align: justify;
}

.qa {
	margin-bottom: 0;
}
.qanswer {
	margin-top: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.news_top {
	font-weight: bold;
	margin-bottom: .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.news_date {
	font-weight: 400;
	font-size: 90%;
}
.news_content {
	margin-top: .2em;
	margin-bottom: .5em;
}

#status {
  	display: none;
  	margin: 1em 0;
}

#src_text, #translated_text {
  	width: 20em;
  	height: 10em;
}

#request_xml, #response_xml {
  	display: none;
  	margin: 1em;
  	padding: 1em;
	text-align: left;
	border: 1px solid grey;
	font-family: Courier New, Courier, monospace;
}

clear {
	clear:both;
}
p#tim_menu {
	clear: both;
	text-align:left;
	background-color:#698DC2;
	margin-top: 0;
line-height:120%;
}
p#tim_menu a {
	text-decoration: none;
	padding: .2em 1em;
	color: #FFFFFF;
	white-space: nowrap;
}
p#tim_menu a:hover {
	background-color:#ffffff;
	color: #335280;
}	
#a {
/*	float: left;
	 width: 45%; */
	margin-right: 1em;
}
#B {
	float: right;
	width: 45%;
	border: 1em outset #7B9BCA;
	padding: 1em;
	margin-left: 1em;
}
#c {
	clear: right;
	float: right;
	border: 2px #335280 solid;
	margin: .5em;
}
#d {
	clear: left;
}
.center {
	text-align: center;
}