html
{
	height: 100%;
	position: relative;
}

body
{
	min-height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url('/gfx/bg_right.gif') top right no-repeat;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #535453;
}

* html body
{
	height:100%
}

.body
{
	position: absolute;
	top: 100%;
	width: 204px;
	margin-top: -245px;
	height: 245px;
	background: url('/gfx/bg_left.gif') top left no-repeat;
}

img 
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.logo
{
    width: 165px;
	height: 68px;
	position: absolute;
	top: 22px;
	left: 35px;
}

.menu
{
	width: 100%;
    height: 36px;
}

.menu_td
{
	background: #d8d9d8 url('/gfx/menu_bg.gif') top left repeat-x;
	border-right: 2px solid #ffffff;
}

.menu_td_s
{
	background: #dae7f4 url('/gfx/menu_bg_s.gif') top left repeat-x;
	border-right: 2px solid #ffffff;
}

.menu_i
{
    height: 36px;
	background: url('/gfx/menu_l.gif') bottom left no-repeat;
}

.menu_i_r
{
    height: 36px;
	padding: 0px 10px 0px 10px;
	background: url('/gfx/menu_r.gif') bottom right no-repeat;
	font-family: Verdana, Sans-Serif;
	font-size: 17px;
	text-decoration: underline;
	font-weight: 0;
	color: #5d6062;
	letter-spacing: -1px;
	line-height:30px;
}

.menu_i_s
{
    height: 36px;
	background: url('/gfx/menu_l_s.gif') bottom left no-repeat;
}

.menu_i_r_s
{
    height: 36px;
	padding: 0px 10px 0px 10px;
	background: url('/gfx/menu_r_s.gif') bottom right no-repeat;
	font-family: Verdana, Sans-Serif;
	font-size: 17px;
	text-decoration: underline;
	font-weight: 0;
	color: #5d6062;
	letter-spacing: -1px;
	line-height:30px;
}

a.menu_a, a.menu_a:active, a.menu_a:visited
{
	font-size: 17px;
	color: #5d6062;
}

a.menu_a:hover
{
	font-size: 17px;
	color: #709fca;
}

.submenu
{
	position: absolute;
	top: 58px;
	left: 255px;
    height: 31px;
}

.submenu_t
{
    border-collapse: collapse;
	clear: none;
}

.submenu_td, .submenu_td_s
{
	background: url('/gfx/submenu_bg.gif') top left repeat-x;
	padding: 0px 14px 0px 14px;
	border: 1px solid #eaecea;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
}

.submenu_l
{
	position: absolute;
	width: 10px;
	height: 31px;
	background: url('/gfx/submenu_l.gif') top left no-repeat;
}

.submenu_r
{
	position: absolute;
	top: -1px;
	left: -10px;
	width: 10px;
	height: 31px;
	overflow: auto;
	background: url('/gfx/submenu_r.gif') top right no-repeat;
}

a.submenu_a, a.submenu_a:active, a.submenu_a:visited
{
	color: #5286b7;
	text-decoration: none;	
}

a.submenu_a:hover
{
	color: #98bee2;
}

a.submenu_a_s, a.submenu_a_s:active, a.submenu_a_s:visited
{
	color: #49971e;
	text-decoration: none;	
}

a.submenu_a_s:hover
{
	color: #9fd482;
}

.news
{
	position: absolute;
	top: 106px;
	left: 22px;
	width: 205px;
	line-height: 18px;
}

.news_d
{
	color: #49971e;
	text-decoration: underline;
}

a, a:active, a:visited
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #5286b7;
}

a:hover
{
	color: #98bee2;
}

.content
{
	clear: both;
	min-height: 100%;
	line-height: 18px;
	padding: 70px 22px 44px 255px;
}

* html .content
{
	height: 100%;
}


h1
{
	margin: 0px;
	font-size: 24px;
	color: #5286b7;
	font-weight: normal;
	margin-bottom: 17px;
}

h2
{
	margin: 0px;
	font-size: 17px;
	color: #49971e;
	font-weight: normal;
}

h3
{
	margin: 0px;
	font-size: 14px;
	color: #49971e;
	font-weight: bold;
}

.img
{
	padding: 5px;
	border: 1px solid #eaecea;
}

.banners
{
	float: right;
	margin: 45px 20px 0px 20px;
}

.bottom
{
	position: absolute;
	top: 100%;
	height: 36px;
	margin-top: -36px;
}

.bottom_td
{
	height: 36px;
	background: #eaecea url('/gfx/bottom_bg.gif') top left repeat-x;
}

.bottom_td_t
{
	height: 36px;
	background: url('/gfx/bottom_l.gif') top left no-repeat;
}

.bottom_td_t_r
{
	height: 36px;
	background: url('/gfx/bottom_r.gif') top right no-repeat;
	line-height: 36px;
	font-size: 12px;
	padding-left: 20px;
}