html,
body {
    margin: 0;
    padding: 0;
    background: #246e96 url(../gfx/bg_top.gif) repeat-x 0 0;
	margin-bottom: 10px;
	color: #1c5574;
}
body {
    font: 12px Arial, Verdana, Tahoma, sans-serif;
}
p {
	text-align: justify;
    margin: 0;
	line-height: 16px;
	padding: 10px 20px 0 20px;
}
div#container {
    background: transparent url(../gfx/noflash/bg_data.gif) repeat-y 0 0;
}
div#container {
    width: 757px;
    margin: 0 auto;
}
div#wrapper {
    background: transparent url(../gfx/noflash/bg_data_bottom.gif) no-repeat 0 100%;
    margin: 0 auto;
    width: 757px;
}
div#content {
    padding: 0 23px 20px 24px;
    background: transparent url(../gfx/noflash/bg_data_top.gif) no-repeat 0 0;
}
div#footer {
    margin: 0 auto;
    height: 83px;
    width: 757px;
}
div#bottom_menu {
    height: 40px;
    width: 757px;
    background: transparent url(../gfx/noflash/bg_bmenu.gif) no-repeat 0 100%;
}
div#bottom_menu p {
	text-align: left;
	padding: 10px 0 0 40px;
}
a {
	color: #2d88ba;
	text-decoration: underline;
}
a:hover {
    color: #b62222;
	text-decoration: none;
}
div#bottom_menu a {
    color: #1c5574;
	text-decoration: none;
    padding: 5px 5px 5px 10px;
    background: transparent url(../gfx/bg_bottom_menu_point.gif) no-repeat 0 10px;
}
div#bottom_menu a:hover {
	color: #2d88ba;
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 15px 0 0 20px;
	font-size: 16px;
	color: #b62222;
	font-weight: normal;
    background: transparent url(../gfx/noflash/bg_h1.gif) no-repeat 0 0;
}
p.top_first {
    background: transparent url(../gfx/noflash/bg_top_p_first.gif) no-repeat 0 0;
}
.comment {
	font-style: italic;
	font-size: 11px;
	color: #1f74a7;
	text-align: left;
}
.copy {
	float: right;
	font-weight: bold;
	padding-right: 40px;
}
