body {
	margin: 0;
	padding: 0;
	background: #eee;
	color: #222;
}

h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#container {
	width: 970px;
	background: white;
}

#header {
	height: 190px;
	width: 970px;
	background-image: url(img/banner.png);
	border-right: 2px solid #ddd;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 6px;
	visibility:hidden;
}

#logo {
	position: absolute;
	top: 20px;
	left: 795px;
	width: 154px;
	height: 19px;
	background-image: url(img/logo.gif);
	background-repeat: none;
}

#bar {
	height: 30px;
	width: 970px;
	background-image: url(img/tab.png);
	border-right: 2px solid #ddd;
}

#menu {
	border-bottom : 1px solid #ccc;
	margin : 0 14px 0 16px;
	padding-top: 4px;
	padding-bottom : 25px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu a:link, #menu a:visited {
	color: #2672CA;
	font-weight: bold;
	background : #E8EBF0;
	background-image: url(img/tab_gray.png);
	border : 1px solid #ccc;
	float : left;
	line-height : 14px;
	margin-right : 8px;
	padding : 6px 10px 4px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
}

#menu a:hover {
	color: #f00;
}

#menu li#active a {
	background : #fff;
	background-image: url(img/tab_white.png);
	border-bottom : 1px solid #fff;
	color: #2672CA;
}

#language {
	position: absolute;
	top: 168px;
	left: 800px;
	width: 175px;
	margin: 0;
	padding: 0;
}

#language ul, #language li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#language a:link, #language a:visited	{
	color : #d00;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 4px 1px 3px 10px;
	text-decoration : none;
	font-weight: bold;
}

#language a:link.active, #language a:visited.active	{
	color : #000;
}

#language a:hover {
	color : #f00;
}

#body {
	min-height: 300px;
	width: 970px;
	clear : both;
	background: white;
	background-image: url(img/left.png);
	background-repeat: no-repeat;
	border-right: 2px solid #ddd;
}

#inside {
	margin-left: 16px;
	padding: 30px;
	min-height: 300px;
	width: 878px;
	background: white;
	border-left: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	text-align: justify;
	text-justify: inter-ideograph;
}

#footer {
	height: 50px;
	width: 970px;
	background: white;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#footer p{
	margin: 17px;
	margin-right: 20px !important; 
	margin-right: 10px;
	padding: 0;
	float: right;
	font-size: 92%;
}

#footer .email {
	margin-bottom: -3px;
}

th, td {
	padding: 6px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-color: #222;
}

table {
	margin-top: 8px;
	margin-bottom: 12px;
	margin-right: 50px;
	border: 4px solid #222;
	border-collapse: collapse;
	float: left;
}

th.note{
	width: 350px;
}

td.top {
	vertical-align: top;
}

caption {
	margin-top: 4px;
}

tr.focus, th.focus, td.focus {
	background-color: #ddd;
	color: red;
}

th.sample, td.sample{
	background-color: #FFCC00;
}

th.sample_old, td.sample_old{
	background-color: #65CCFF;
}

table ol {
	margin: 0;
	padding-left: 25px;
}

.crosswise {
	width: 530px;
}

.blue {
	color: #3333CC;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

br {
	clear: both;
}

fieldset.contact, .block {
	width: 600px;
	border: 2px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: #aaa;
	background-image: url(img/form.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 3px;
	padding: 10px;
}

.contact legend{
	padding: 8px;
	background-image: url(img/tab_white.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid;
	border-color: #aaa;
	font-weight: bold;
}

.contact table, .contact th, .contact td {
	border: 0;
	float: none;
	margin: 0;
}

.contact th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.introList {
	margin-bottom: 20px;
}

.introList li, .list li {
	margin-bottom: 10px;
}

#faq {
	margin: auto;
	padding: 15px;
	width: 820px;
}

#faq table, td {
	margin: 0;
	padding: 0;
	border: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}


#question p {
	margin: 0;
	padding: 0;
	text-align: justify; 
	text-justify: inter-ideograph;
}

#answer p {
	margin: 0;
	padding: 0;
	text-align: justify; 
	text-justify: inter-ideograph;
}
