@charset "windows-1251";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body, th, td {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}

/*Header*/
#logo {
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	background: #DDDDDD;
}
#search {
	background: #DDDDDD;
        min-height:100px;
}
#header {
	width:100%;
	float:left;
	min-height:50px;
	background: #DDDDDD;
	margin:0 auto;
}

#header h1 {
	padding-top:10px;
	font-size:1,5em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	}
#header h2 {
	padding-top:5px;
	padding-bottom:5px;
	font-size:1em;
	text-transform: capitalize;
	font-weight: bold;
	margin:0 auto;
	text-align:center;
}

/*Menu*/	
#menu {
	clear:both;
   	width:100%;
	text-align:center;
    margin: 0 auto;
	border-top:#000 groove 1px;
    border-bottom:#000 groove 1px;
	}
#menu a {
	display: block;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	display:inline;
}
#menu a:hover {
    text-decoration: none;
	color: #000000;

}
.active {
	background: #DDDDDD;
	border-top:none;
}
/*Page*/
#container {
	clear:both;
	width:99%;
    margin: 0 auto;
	overflow:hidden;
	}
/*Content*/
#content {
        width:78%;
	min-width:200px;
        text-align:justify;
	padding-top:5px;
        float:left;
	padding-bottom:32000px;
	margin-bottom:-32000px;
		}
#content img{float:left; padding-right:5px;}	
p {
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	color: #000;
	line-height: 1.6em;
	}	
a{
text-decoration: underline;
color: #006;
	}
.a-cont {
	color: #006;
	text-decoration:none;
	}
h1 {
color: #000;
font-size: 130%;
padding-bottom:5px;
	}
h2 {
color: #000;
font-size: 120%;
padding-bottom:5px;
	}
blockquote{
	background: #fff;
	margin: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0.5em;
	border-left:#C6D9E9 2px solid;
	text-transform:uppercase;
}
#block {
    padding:20px;
	padding-left:5px;
	padding-top:5px;
	}
.box-pink {
background: url(images/img17.gif) repeat-x;
min-height:20px;
display: list-item;
list-style:none;
width:100%;
}
.box-blue {
background: url(images/img18.gif) repeat-x;
min-height:20px;
display: list-item;
list-style:none;
width:100%;
}
.box-orange {
background: url(images/img09.gif) repeat-x;
min-height:20px;
display: list-item;
list-style:none;
width:100%;
}
/*Sidebar*/	
#sidebar {
	width:20%;
	
        float:right;
	text-align:justify;
	border-left:#000 groove 1px;
	border-bottom:#000 groove 1px;
	background:#FFF;
	padding-bottom:32000px;
	margin-bottom:-32000px;
 }
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
}

#sidebar li li {
	padding: 5px 20px;
}
#sidebar a {
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	color: #666666;
}
#sidebar .active a {
	background: #C3C3C3;
}
#sidebar p {
	text-decoration: none;
	padding:0;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
	font-size: .85em;
	font-weight: bold;
	color: #000;
	border:none;
}
#sidebar a:hover {
    text-decoration: none;
	color: #000000;
}
#sidebar .active a {
	background: #C3C3C3;
}
.title h2 {
	height: 33px;
	margin: 0;
	padding: 15px 0 5px 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.red {
	background: url(images/img14.gif) no-repeat;
	padding:5px;
}
.blue {
	background: url(images/img13.gif) no-repeat;
	padding:5px;
}
.gray {
	background: url(images/img15.gif) no-repeat;
	padding:5px;
}
#s {
	text-decoration:none;
	font-size:9px;
	text-align:center;
	border:#000 groove 1px;
	margin:0 auto;
	width:90%;
	}
#r {
	text-decoration:none;
	font-size:9px;
	text-align:center;
	border:none;
	margin:0 auto;
	width:90%;}
#n {
	text-align:justify;
        font-size:1em;
        margin: 5px;
}
	
/* Footer */

#footer {
    widht:100%;
    min-height: 100px;
	background: #DDDDDD;
	border-top: 1px groove #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

