@charset "windows-1251";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	font-weight: normal;
}

.nm #container {
	width: 850px;
	text-align: left;
} 
.nm #side_menu {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: right;
}
.nm #side_menu #logo .no {
	display: none;
}
.nm #side_menu #logo {
	background-image: url(imgs_main/logo_g.gif);
	height: 55px;
	width: 113px;
	margin-bottom: 40px;
	float: right;
}
.nm #side_menu #logo a {
	float: right;
	height: 55px;
	width: 113px;
	background-image: url(../imgs_main/logo_g.gif);
	background-repeat: no-repeat;
}
.nm #side_menu #logo a:hover {
	background-image: url(../imgs_main/logo_b.gif);
	background-repeat: no-repeat;
}

.nm #side_menu .menu {
	display: block;
	list-style-type: none;
	width: 250px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
}
.nm #side_menu .menu li {
	margin-bottom: 2px;
	margin-right: 4px;
}
.nm #side_menu .menu  a {
	color: #778A91;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
.nm #side_menu .menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.nm #side_menu .menu a.now {
	text-decoration: none;
	color: #FFFFFF;
}
#m1 a:hover, #m1 a.now {
	background-color: #f24040;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f24040;
}
#m2 a:hover, #m2 a.now {
	background-color: #71c3de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71c3de;
}
#m3 a:hover, #m3 a.now {
	background-color: #e7d53f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7d53f;
}
#m4 a:hover, #m4 a.now {
	background-color: #68c08b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #68c08b;
}
#m5 a:hover, #m5 a.now {
	background-color: #C04BBD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C04BBD;
}
#m6 a:hover, #m6 a.now {
	background-color: #e79e3f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e79e3f;
}
#m7 a:hover, #m7 a.now {
	background-color: #B5BCC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5BCC0;
}
.nm #side_news {
	float: right; /* since this element is floated, a width must be given */
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.nm #main_content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 350px;
	padding: 0;
	border-top-width: 100px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 18px;
}
.nm #main_content .c_menu {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 17px;
	font-size: 12px;
}
.nm #main_content .c_menu a {
	text-decoration: none;
	color: #778A91;
	padding-right: 1px;
	padding-left: 1px;
}
.nm #main_content .c_table {
	margin-top: 30px;
	margin-bottom: 30px;
}
.nm #main_content .c_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 23px;
}
.nm #main_content .c_table .left {
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D4D5;
}
.nm #main_content .c_table  .right  {
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D4D5;
	padding-left: 2px;
}

.nm #main_content .more {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 19px;
}
.nm #main_content .lighter {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
.nm #main_content .textlist {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 18px;
}
.nm #main_content .textlist li {
	margin-bottom: 14px;
	margin-top: 7px;
}
.nm #main_content .textlist2 {
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 18px;
	list-style-type: none;
}
.nm #main_content .textlist2 li {
	margin-bottom: 7px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

