body {
	background:#fff url(screen_01_FILES/bg_body.png) repeat-x;
	font-family:Arial,Helvetic,sans-serif;
	font-size:14px;
	color:#606060;
}
* {
	margin:0;
	padding:0;
	border:0;
}
h1 {
	font-size:30px;
	color:#003163;
	font-weight:normal;
	padding-bottom:35px;
	border-bottom:1px solid #dce2e8;
	margin-bottom:35px;
}
h2 {
	font-size:21px;
	color:#003163;
	font-weight:normal;
	padding-bottom:35px;
}
h3 {
	font-size:14px;
	color:#606060;
	padding-bottom:20px;
}
#page {
	width:960px;
	margin:0 auto;
}
#head {
	height:266px;
}
#logo {
	margin-left:27px;
}
#navigation1 {
	margin-left:40px;
	margin-top:58px;
	height:32px;
	float:left;
	background:url(screen_01_FILES/bg_navi_left.png) no-repeat left 0;
}

#navigation1 ul {
	list-style:none;
	height:32px;
	background:url(screen_01_FILES/bg_navi_right.png) no-repeat right 0;
}
#navigation1 ul li {
	float:left;
}
#navigation1 ul li:hover,#navigation1 ul li.current,#navigation1 ul li.currentlast {
	background:#fff url(screen_01_FILES/bg_navi_left_h.png) no-repeat left 0;
}
#navigation1 ul li.first:hover,#navigation1 ul li.currentfirst {
	background:#fff url(screen_01_FILES/bg_navi_left_first_h.png) no-repeat left 0;
}
#navigation1 ul li a:hover,#navigation1 ul li.current a {
	background: url(screen_01_FILES/bg_navi_right_h.png) no-repeat right 0;
}
#navigation1 ul li.last a:hover,#navigation1 ul li.currentlast a {
	background: url(screen_01_FILES/bg_navi_right_last_h.png) no-repeat right 0;
}

#navigation1 ul li a {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	padding:0 20px 0 20px;
	color:#003163;
	text-decoration:none;
}


#navigation2 {
	float:right;
	margin-top:58px;
}
#standards {
	float:left;
	
}
#standards ul {
	list-style:none;
	height:32px;
	background:#fff url(screen_01_FILES/bg_functions_left.png) no-repeat;
	padding-left:32px;
	padding-right:20px;
	
}
#standards ul li {
	line-height:32px;
}
#standards ul li a {
	color:#606060;
	font-size:14px;
}

#languageselect {
	float:left;
	height:32px;
	background:#fff url(screen_01_FILES/bg_languageselect_right.png) no-repeat right 0;
	padding-right:20px;
}
#languageselect img {
	margin-top:7px;
}

#content {
	padding:75px 40px 40px 40px;
}
#top {
	width:430px;
}
#left,#right {
	width:430px;
	float:left;
}
#left {
	margin-right:20px;
}
#content p.bodytext,
#content ul,
#content ol {
	line-height:18px;
	margin-bottom:18px;
}
.defaultframe {
	margin-bottom:40px;
}
.header-space {
	margin-top:59px;
}
div#content a {
	color:#606060;
}

#footer {
	clear:both;
	text-align:center;
	margin-bottom:20px;
	font-size:11px;
	padding-top:20px;
	border-top:1px solid #dce2e8;
}
