html {
	height: 100%;
}

body {
	background-color: #E7E7E7;
	color: #151215;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

#main_table {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	margin: auto;
	margin-top: 0px;
	width: 848px;
	height: 560px;
	min-height: 562px;
	text-align: left;
	background-color: #F8F8F8;
	color: #000000;
	position: relative;
}

#content table {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

#main_table .mt_td {
	vertical-align: top;
}

#top_row .mt_td {
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #A4A4A4; 
	border-bottom: 0px;
}

#content_row .mt_td {
	border-bottom: 1px solid #A4A4A4;
	height: 365px;
	min-height: 365px;
}

#foot_row .mt_td {
	background-color:#A4A4A4;
	height: 21px;
	max-height: 21px;
	text-align: center;
	border-top: 1px solid #E7E7E7;
	padding-top: 3px;
	font-size: 80%;
}

#top_row_container {
	position: relative;
}

.sub_navi_container {
 position: absolute;
 left: 20px;
 top: 20px;
}


#logo {
	position: absolute;
	right: 57px;
	top: 47px;
}

#logo_icon {
	margin-right: 5px; 
	vertical-align: middle; 
	margin-bottom: 3px;
}

.sub_navi_container a {
 text-decoration: none;
 color: #F8F8F8;
 font-weight: bold;
}

.sub_navi_container a:hover {
 text-decoration: underline;

}

#navigations_td, #content_td {
	padding-bottom: 5px;
	vertical-align: top;
}

#navigations_td {
	width: 234px; 
	border-left: 1px solid #A4A4A4;
}

#content_td {
	width: 428px;
}

#info_td {
	width: 184px; 
	border-right:  1px solid #A4A4A4;
}

#content, #content2 {
	margin-left: 0px;
	margin-top: 43px;
	margin-right: 20px;
	line-height: 140%;
	padding-bottom: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	background-color: #F8F8F8;
}

#content a, #content2 a {
	text-decoration: none;
	color: #C50202;
}

#content a:hover, #content2 a:hover{
	text-decoration: underline;
}

#content2 {
	margin-left: 8px;
	margin-right: 15px;
	margin-top: 60px;
}



h1, h2, h3, h4 {
	margin: 0px;
	font-size: 100%;
}

h1 {
	font-size: 120%;
	color: #000000;
}

.content {
	background-color: #F8F8F8;
	line-height: 140%;
}

/* Navigation */

ul#navigation, ul#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#navigation li {
	border: 1px solid #F8F8F8;
} 

ul#navigation {
	margin-top: 43px;
	font-size: 100%;
}

#navigation a {
	display: block;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #000000;
	font-weight: bold;
}

#navigation a:hover, #navigation .open a, #navigation .active a{
	text-decoration: none !important;
	color: #C50202;
}

#navigation li.nav0 a {

 padding-left: 19px;
}

#navigation li.nav1 a{
 padding-left: 37px;
}

#navigation li.nav2 , #navigation li.nav3 ,  #navigation li.nav4 {
 display: none;
}


