body {
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 90%;
        margin: 10px 50px 10px 50px;
        padding:0;
        background-color : #cae7d0;


}

.tbl1 
{ 
background: url('images/back.jpg'); 
background-position: center;
background-repeat: no-repeat; 
} 

p,main {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #000033;
}

h1,h2,h3,h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #330099;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 200%;
        font-weight: bold;
}

h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 160%;
        font-weight:bold;
}

h3 {
        font-size: 110%;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:  #000033;
}

a:hover,
a:focus,
a:active{
    color:  #3300ff;
	text-decoration: underline;
}

.menu p {color: #000033; font-weight:bold;}
.menu A:link {text-decoration: none; color: #330099; font-weight:bold;}
.menu A:visited {text-decoration: none; color: #330099; font-weight:bold;}
.menu A:active {text-decoration: none overline; font-weight:bold;}
.menu A:hover {text-decoration: none; color: #3300ff; font-weight:bold;}
.menu a.menu_active_link {text-decoration: none; color: #3300ff; font-weight:bold;}

/* CSS Rubric */
#rub{
	padding: 10px 5px;
	vertical-align: center;
}

.rub_box{
	background-color:inherit;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.rub_box:hover
{
	text-decoration:none;
	background-color:#ccccff;
}
.rub_active_link {
	color: #3300ff; /* цвет шрифта активных наименований меню */
	text-decoration:none;
}
.rub_link {
	text-decoration:none;
	color: #000033; /* цвет шрифта неактивных наименований меню */
}
.rub_link:hover
{
	text-decoration:none;
}
.rub_active_link:hover
{
	text-decoration:none;
}

.heading
{
background-color:#9999ff; /* цвет фона заголовка блока "Информация" */
height:21px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
line-height: 22px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #000033; /* цвет шрифка заголовка блока "Информация" */
text-decoration: none;
padding-left:10px;
padding-right:10px;
}

.heading a{
	color: #000033;
	text-decoration: none;
}

.heading a:active{
	color: #000033;
	text-decoration: none;
}

.heading a:hover,
.heading a:focus{
	color: #3300ff;
	text-decoration: none;
}

.box
{
border:1px solid black;
padding:2px;
color:black;
text-decoration: none;
}

#rightColumn{
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align: top;
}

#rightColumn a,
#rightColumn a:visited{
	color: #000033;
	text-decoration: none;
}

#rightColumn a:active,
#rightColumn a:hover,
#rightColumn a:focus{
	color: #3300ff;
	text-decoration: none;
}

.image_right_top{
text-align: center;
float: right;
padding: 0px 5px 5px 10px;
width: 30%;
}

.image_right_top img{
width: 100%;
}

.image_right_top p{
padding: 0px 5px 5px 10px;
}

.image_left{
text-align: center;
float: left;
padding: 5px 10px 5px 5px;
width: 30%;
}

.image_left img{
width: 100%;
}

.image_left p{
padding: 5px 10px 5px 5px;
}

.image_bottom{
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
width: 90%;
}

.image_bottom img{
width: 100%;
}

ul.rubsec_links{
	list-style-type: none;
	padding: 0;
	text-align: left;
}

.rubsec_links li{
	background: none;
	padding-left: 0 !important;
}

.rubsec_links li a{
	background: url("images/bullet.gif") no-repeat 0 5px;
	color: #000033;
	padding-left: 10px;
	text-decoration: none;
}

.rubsec_links li a:hover,
.rubsec_links li a:focus,
.rubsec_links li a:active{
	background: url("images/bullet-hover.gif") no-repeat 0 5px;
	color: #3300ff;
	text-decoration: none;
}