html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

body	
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;	
	background: #f9fafc;
	background-image: url(images/menu_left_btm.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	background-image: url(images/top_right.jpg);
	position: relative;
}

#header_top {
	min-width: 940px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

#header_menu {
	background-image: url(images/menu_right.jpg);
}

#content
{
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#left_content {
	width: 220px;
	background-color:#f9fafc;
	background-image: url(images/menu_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

#right_content {
margin-left: 220px;
}

#my_counters {
	display: none;
}

.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
}


/* indent for all tree children excepts root */
.Node {
    background-image : url(images/menu_img/i.gif);
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
    zoom:1;
}

.IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    background-image: url(images/menu_img/i_half.gif);
    background-repeat : no-repeat;
}

.IsTop {
	background-image: none;
}

.ExpandOpen .Expand {
    background-image: url(images/menu_img/expand_minus.gif);
}

/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url(images/menu_img/expand_plus.gif);
}

/* highest priority */
.ExpandLeaf .Expand {
    background-image: url(images/menu_img/expand_leaf.gif);
}

.Content {
    min-height: 18px;
    margin-left:18px;
	 text-align: left;
	 vertical-align: middle;
}

* html .Content {
    height: 18px;
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}


.ExpandOpen .Container {
        display: block;
}

.ExpandClosed .Container {
        display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
        cursor: pointer;
}
.ExpandLeaf .Expand {
        cursor: auto;
}


table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

td	
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	border: 0px;
}

div	
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img	
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

p
{
	margin: 16px 4px 16px 4px;
	padding: 0px 0px 0px 0px; 
	vertical-align: top;
	text-align: left;
}

hr
{
	border: none;
	color: #B5C0CC;
	background-color: #B5C0CC;
	height: 2px;
}

.firm_contact
{
	background: #FDF5E6;
	width: 450px;
	border: 1px groove Gray;
	margin: 4px;
}

.td_img
{
	padding: 0px 0px 0px 4px;
	vertical-align: middle;
}

.td_content_img
{
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	text-align: center;
}

.td_content_img_top
{
	padding: 3px 3px 3px 3px;
	text-align: center;
}

.td_div_img
{
	padding: 0px 0px 0px 28px;
	vertical-align: middle;
}

.td_content
{
	padding: 3px 3px 3px 3px;
}

.td_content_rt
{
	padding: 3px 3px 3px 3px;
	text-align: right;
}

.td_content_rm
{
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	text-align: right;
}

.td_content_m
{
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}

.p_right
{
	text-align: right;
}

.p_center
{
	text-align: center;
}

.p_sm
{
	margin: 6px 0px 6px 4px;
	font-size: 11px;
}

.sm
{
	font-size: 10px;
	font-weight: normal;
}

.p_center_sm
{
	margin: 6px 0px 6px 4px;
	font-size: 10px;
	text-align: center;
}


.img_prew
{
	cursor: pointer;
	margin: 2px 10px 2px 10px;
}

.img_tbl_prew
{
	cursor: pointer;
	margin: 2px 2px 2px 2px;
}

A:link	{
	COLOR: #266abd;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
A:visited	{
	COLOR: #266abd;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
A:hover	{
	COLOR: #2381f5;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

A:link.lnk_sm	{
	COLOR: #266abd;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
A:visited.lnk_sm	{
	COLOR: #266abd;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
A:hover.lnk_sm	{
	COLOR: #2381f5;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

A:link.advice	{COLOR: #437c8c;	text-decoration: none;}
A:visited.advice	{COLOR: #437c8c; text-decoration: none;}
A:hover.advice	{COLOR: #4199b3; text-decoration: none;}

A:link.index		{COLOR: #266abd; text-decoration: none;}
A:visited.index	{COLOR: #266abd; text-decoration: none;}
A:hover.index		{COLOR: #4b83c7; text-decoration: none;}

A:link.guide	{COLOR: #4E68A4; text-decoration: none;}
A:visited.guide	{COLOR: #4E68A4; text-decoration: none;}
A:hover.guide	{COLOR: #4b83c7; text-decoration: none;}

A:link.org	{COLOR: #ff6633; text-decoration: none;}
A:visited.org	{COLOR: #ff6633; text-decoration: none;}
A:hover.org	{COLOR: #ff9933; text-decoration: none;}

A:link.active	{COLOR: #357d00; text-decoration: none;}
A:visited.active	{COLOR: #357d00; text-decoration: none;}
A:hover.active	{COLOR: #61a230; text-decoration: none;}

A:link.art	{COLOR: #ff6633; text-decoration: none;}
A:visited.art	{COLOR: #ff6633; text-decoration: none;}
A:hover.art	{COLOR: #ff9933; text-decoration: none;}

A:link.left_tree_menu	{COLOR: #357d00;	text-decoration: none; font-size: 13px; font-weight: normal;}
A:visited.left_tree_menu	{COLOR: #357d00;	text-decoration: none;	font-size: 13px;	font-weight: normal;}
A:hover.left_tree_menu	{COLOR: #61a230;	text-decoration: none;	font-size: 13px;	font-weight: normal;}

A:link.left_menu_towns	{COLOR: #266abd; text-decoration: none; font-size: 13px; margin: 0px; font-weight: normal;}
A:visited.left_menu_towns	{COLOR: #266abd; text-decoration: none; font-size: 13px; margin: 0px; font-weight: normal;}
A:hover.left_menu_towns	{COLOR: #1E90FF;	text-decoration: none;	font-size: 13px;	margin: 0px;	font-weight: normal;}

A:link.H1	{COLOR: #4E68A4; text-decoration: none; font-size: 14px; font-weight: bold;}
A:visited.H1	{COLOR: #4E68A4; text-decoration: none; font-size: 14px; font-weight: bold;}
A:hover.H1	{COLOR: #437c8c; text-decoration: none; font-size: 14px; font-weight: bold;}

A:link.H2	{COLOR: #437c8c; text-decoration: none; font-size: 13px; font-weight: bold;}
A:visited.H2	{COLOR: #437c8c; text-decoration: none; font-size: 13px; font-weight: bold;}
A:hover.H2	{COLOR: #2F4F4F;	text-decoration: none;	font-size: 13px; font-weight: bold;}

A:link.H3	{COLOR: #333333; text-decoration: none; font-size: 12px; font-weight: bold;}
A:visited.H3	{COLOR: #333333; text-decoration: none; font-size: 12px; font-weight: bold;}
A:hover.H3	{COLOR: #333333; text-decoration: underline; font-size: 12px; font-weight: bold;}

H1	{color: #4E68A4;	font-size: 14px;	font-weight: bold;	margin: 16px 0px 0px 4px;}
H2	{color: #336666;	font-size: 13px;	font-weight: bold;	margin: 6px 0px 2px 4px;}
H3	{color: #003366;	font-size: 12px;   font-weight: bold; margin: 6px 0px 0px 4px;}


.h1_sm
{
	color: #4E68A4;
	font-size: 14px;
	font-weight: normal;
}

.left_menu_group_name
{
	COLOR: #357d00;
	font-size: 13px;
	font-weight: normal;
}

.left_menu_obj
{
	COLOR: #266abd;
	font-size: 13px;
	font-weight: normal;	
}

.div_left_menu
{
	margin: 8px 0px 0px 5px;
}

.div_attention
{
	background-color: #fdf5e6;
	padding: 6px 6px 10px 6px;
	border: 1px solid Silver;
	margin: 3px 3px 3px 0px;
	font-size: 12px;
	font-style: italic;
	width: 99%;
}


.banners_table
{
	TABLE-LAYOUT: fixed;
	border: none;
	border-left: 1px double Gray;
	border-top: 1px double Gray;
	margin-top: 8px;
	margin-left: 6px;
}

.banners_td
{OVERFLOW: hidden; WHITE-SPACE: nowrap;}



