/* CSS Document */

body {
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	margin:0;
	font-family::Verdana, Arial, Helvetica, sans-serif;
}

a
{
color:#000000;
}

a:hover
{
color:#3c7cb8;
}

.note
{
background-color:#eff6fc;
padding:5px 15px;
border:1px solid #CFCFCF;
margin:10px 0 10px 0px;
}
.strong
{
font-weight:bold;
border-top:1px solid #333333;
margin-top: 5px; padding-top: 10px;
}
 .right
{
float:right;
}

 .left
{
float:left;
}


#top_shadow
{

	width: 1000px;
	height:1px;
	background-color:#0000ff;
}

#bottom_shadow
{
width: 1000px;
height:3px;
background-image:url(../images/frm_bot2.gif);
background-repeat:repeat-x;
margin-top: 30px;

}
#container {
margin:20px auto 0 auto;

	background-repeat:repeat-y;
	height:auto;
  width: 1000px;
/*	padding-left: 3px; */
	margin-bottom: 20px;
}

#header {
	width: 1000px;
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;

	letter-spacing:-1px;
	padding:15px 50px 0 10px;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}

table,tr,td {
 
}






#logo
{
margin-top: 0px;
font-size:14px;
text-align:center;
position:relative;
margin-top: 10px; margin-left: 50px;

}
#logo h1
{

padding:0;
margin:0;
}

ul {
      list-style-image: url(../images/li.gif);
}

#nav {
	/*width:780px;*/
	height: 40px;
	/*margin-right: 3px; */
	width: 1000px;
	/*background-image:url(../images/menu.gif);*/
}

.nav_left
{
float:left;
background-image:url(../images/nav_right.jpg);
width: 244px;
height: 40px;

z-index:1;
}
.nav_right
{
float:left;
background-image:url(../images/nav_right.jpg);
width: 756px; height: 40px;
z-index:1;
}


#nav_m
{

}
#nav_m ul
{
position:absolute;
z-index:5;
margin-top: -40px;
}

#nav_m li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-top: 6px;
	z-index:4;
}

#nav_m li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
     color:#666;
	text-decoration:none;
	font-weight:bold;
}
strong.wr {
	display:block;
     color:#666;
	text-decoration:none;
	font-weight:bold;
}
#nav_m li a:hover, .active {
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
.wr {
	list-style:none;
    font-size: small;
     color:#666;
	text-decoration:none;
	font-weight:bold;
}

.clear {
	clear:both;
}

#content
{
position:relative;
/* background-color:#CCCCCC; */
height:inherit;
}

#content_conteiner
{
height:auto;
}

#left_column
{
/* background-image:url(../images/left_bg.gif); */
background-repeat:inherit;
float:left;
height:525px;
width: 242px;

/*border-right:1px solid #CFCFCF;*/
}

.menu_item
{
margin-top: 10px;
}

.menu_item_header
{
background-image:url(../images/left_bar.gif);
height: 31px;
text-align:center;
width: 243px;
}

.menu_item_header h2
{
margin:0px;
padding-top: 5px;
font-size:14px;
font-weight:bold;
}
.menu_item_content
{
padding: 15px 15px;
}
.menu_item_content p
{margin:0;
margin-left:10px;}
#right_column
{
padding: 10px;
width: 710px;
margin-left: 250px;
}

#right_column h2
{
	font-size:16px;
	
}

#footer
{

	height: 40px;
	background-image:url(../images/menu.gif);
/*	position:absolute;*/
 width: 1000px;

}

#copy_right
{
float:right;
margin:11px 5px;
font-size:12px;
font-weight:bold;

}

