@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/backgr_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.oneColFixCtr #language {
	height: 24px;
	width: 292px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	float: left;
	top: 5px;
	}
.oneColFixCtr #navi {
	width: 633px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	float: right;
	clear: none;
	height: 100px;
	z-index: 100;
}
.oneColFixCtr a.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ECECEC;
	float: left;
	width: 130px;
	background-image: url(../images/spacer_btn_up.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
	text-decoration: none;
	height: 120px;
}
.oneColFixCtr a.btn:hover, .oneColFixCtr a.btn:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	height: 120px;
	width: 150px;
	background-image: url(../images/spacer_btn_active.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr a.active_btn_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	width: 150px;
	background-image: url(../images/btn_main_active.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
	text-decoration: none;
	height: 120px;
}
.oneColFixCtr a.active_block:focus , 
.oneColFixCtr a.active_btn_main:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	height: 120px;
	width: 150px;
	background-image: url(../images/spacer_btn_active.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtr #logo{
	width: 270px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
	float: left;
	left: 0px;
	height: 150px;
	clear: left;
	top: 10px;

} 

#txt_1 {
	width: 515px;
	padding-right: 20px;
	padding-bottom: 0;
	position: relative;
	float: left;
	left: 5px;
	z-index: 1000;
	top: -80px;
}
html>body #txt_1 {
		top: 25px;
} 
.oneColFixCtr #date {
	width: 200px;
	position: relative;
	left: 48px;
	float: left;
}
.oneColFixCtr #searchField {
	width: 600px;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	top: 0px;
	float: right;
	left: 15px;
}
.oneColFixCtr #table {
	padding-bottom: 0;
	position: relative;
	top: 5px;
	float: left;
	left: 15px;
}
.oneColFixCtr #footer {
	width: 900px;
	position: relative;
	top: 30px;
	float: right;
	height: 5px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
	padding-bottom: 50px;
}
#footer1 {
	width: 900px;
	position: relative;
	top: 30px;
	float: right;
	height: 5px;
	background-image: url(../images/spacer_footer1.gif);
	background-repeat: no-repeat;
	background-position: 268px 20px;
	padding-bottom: 37px;
	}
html>body #footer1 {
padding-bottom: 50px;
} 

#footer2 {
width: 900px;
	position: relative;
	top: 30px;
	float: right;
	height: 5px;
	background-image: url(../images/spacer_footer2.gif);
	background-repeat: no-repeat;
	background-position: 268px 20px;
	padding-bottom: 38px;
}
html>body #footer2 {
padding-bottom: 50px;
} 
.oneColFixCtr #footer3 {
	width: 900px;
	position: relative;
	top: 30px;
	float: right;
	height: 5px;
	background-image: url(../images/spacer_footer3.gif);
	background-repeat: no-repeat;
	background-position: 268px 20px;
	padding-bottom: 38px;
}
html>body #footer3 {
padding-bottom: 50px;
} 
.oneColFixCtr #footer4 {
width: 900px;
	position: relative;
	top: 30px;
	float: right;
	height: 5px;
	background-image: url(../images/spacer_footer4.gif);
	background-repeat: no-repeat;
	background-position: 268px 20px;
	padding-bottom: 38px;
	}
	html>body #footer4 {
padding-bottom: 50px;
} 
	.oneColFixCtr #content {
	float: left;
	height: 350px;
	width: 935px;
	padding: 10px;
	background-image: url(../images/spacer_backgr_main.gif);
	background-repeat: repeat-x;
	top: 20px;
	position: relative;
}
.oneColFixCtr #table_header {
	right: 0px;
	left: 25px;
	position: relative;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 10px;
	float: left;
}
.oneColFixCtr .btnTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
}

.oneColFixCtr #txt_block {
	width: 600px;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	top: 0px;
	float: right;
	left: 15px;
}
#content_master {
	height: 200px;
	width: 285px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content_detail {
	width: 550px;
	position: relative;
	top: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
