body {
	background: url(../images/bg_index.gif) no-repeat top center;
	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;
}
#container {
	width: 737px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; */
	margin: 0 auto; /* 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. */
}
#header {
	padding: 0px 0px 21px 0px;
	/* height: 90px; */
}
#header_menu {
	padding: 0px;
	height: 25px;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}
#header_menu div {
	padding: 9px 0px 0px 0px;
}

#header_search {
	padding: 20px 0px 0px 0px;
	text-align: right;
	float: right;
}
#header_search form {
	margin: 0px;
	padding: 0px;
}
#header_search table td {
	padding: 0px 0px 0px 5px;
}
#header_search input {
	width: 150px;
	height: 22px;
}

#header_search .btn_search {
	width: 46px;
	height: 22px;
}
#header_logo {
	/* padding: 15px 0px 15px 0px; */
	/* height: 90px; */
}
#topMenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#mainBanner {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
}
#footer {
	margin-top: 5px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: left;
}
#clr {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rightContent {
	width: 145px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#news_menu {
	width: 145px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_index_news.gif) no-repeat bottom left;
	font-size: 11px;
}

#news_menu a:Link {
	text-decoration: none;
	color: #4F4F4F;
} 
#news_menu a:Visited {
	text-decoration: none;
	color: #4F4F4F;
} 
#news_menu a:Hover {
	text-decoration: underline;
	color: #D92240;
}
#news_menu .news_date {
	color:#D92240;
	font-size: 10px;
}

.btn_nl_si {
	width: 145px;
	height: 42px;
	background: url(../images/btn_newsletter_si_n.gif) no-repeat 145px 42px;
}
.btn_nl_si a {
	width: 145px;
	height: 42px;
	display: block;
	background: url(../images/btn_newsletter_si_n.gif) no-repeat top left;
}
.btn_nl_si a:visited {
	display: block;
}
.btn_nl_si a:hover {
	display: block;
	background: url(../images/btn_newsletter_si_o.gif) no-repeat top left;
}
.btn_nl_en {
	width: 145px;
	height: 42px;
	background: url(../images/btn_newsletter_en_n.gif) no-repeat 145px 42px;
}
.btn_nl_en a {
	width: 145px;
	height: 42px;
	display: block;
	background: url(../images/btn_newsletter_en_n.gif) no-repeat top left;
}
.btn_nl_en a:visited {
	display: block;
}
.btn_nl_en a:hover {
	display: block;
	background: url(../images/btn_newsletter_en_o.gif) no-repeat top left;
}