body {
  margin: 0;
  padding: 0;
  font: 0.9em verdana arial sans-serif;
  text-align: center;
}

h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.0em;}
h4 {
font-size: 1.65em;
font-style: italic;
text-align: center;
font-weight: 550;
}
* {margin:0; padding: 0; border-style: none;}

/* ----  common settings for links ---- */
a:link {
  font-weight:normal;
  text-decoration:none;
  color:#000;
  background:transparent;
}

a:visited {
  font-weight:normal;
  text-decoration:none;
  color:#000;
  background:transparent;
}

a:hover {
  font-weight:normal;
  text-decoration:none;
  color:#06f;
  background:transparent;
  cursor: pointer;
  cursor: hand;
}

a:active {
  font-weight:normal;
  text-decoration:none;
  color:#03c;
  background:transparent;
  border-bottom: 1px dotted #000;
}
/* links settings */

div#wrapper {
  min-width: 1024px; max-width:1080px;
  margin-left: auto; margin-right: auto;
  text-align: justify;
}

div#header {
  min-height: 80px;
  text-align: center;
  color: #093782;
  letter-spacing: -0.01em;
  word-spacing: 0.3em;
  font-weight : bold;
  border-bottom: 2px #f00 solid;
  margin: 0.6em;
}

#header h1,h2 {
  line-height: 1.8em;
  font-weight: bold;
}

acronym {
  cursor: help;
  text-decoration:none;
}
/* Central container settings */

/* Horizontal menu settings */
div#hmenu {
  background-color: #c9c9f8;
  line-height:normal;
  width: 100%;
  padding: 0px 0.5em;
  margin-bottom: 0.6em;
}

#hmenu ul {
  margin: 0 0 0 40px;
  list-style:none;
}

div#hmenu li {
  display: -moz-inline-box;
  margin-right:5px;
  padding: 0;
}

div#hmenu ul li{
  display:inline-block;
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;
  *display:inline;
}

div#hmenu a {
  color: #3e2fb0;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 0 10px 0 10px;
}

div#hmenu a:hover {
  color: #fff;
  background-color: #4837cc;
}

.alink {
  color: #fff;
  background-color: #4837cc;
  padding: 0 10px 0 10px;
  font-weight: bold;
}
/*  */

div.section{
  margin: 5px 0 5px 0;
}

div#content {
  position: relative;
}

div#content2 {
  position: relative;
}

div#columncenter p {
  margin: 0.2em  0.5em;
  text-indent: 2.5em;
  line-height:1.4;
}

div#columncenter {
  padding: 0.5em;
  margin: 0 200px 0 200px;
  border: none;
}

div#columncenter ul  {
  margin: 0 0 0 1.25em;
  padding: 0;
  list-style-type: square;
}

div#columncenter ol  {
  margin: 0 0 0 1.25em;
  padding: 0;
}
/* End of central part settings */

/* Set properties of side columns */
div#columnright a {border-bottom: 1px dotted #000;}
div#columnleft a {border-bottom: 1px dotted #000;}
div#columncenter a {border-bottom: 1px dotted #000;}

div#columnleft {
  width: 180px;
  position: absolute;
  top: 0px; left: 0px;
  padding: 0.5em;
  overflow: hidden;
  text-align: left;
}

div#columnright {
  width: 170px;
  position: absolute;
  top: 0px; right: 0px;
  padding: 0.5em;
  overflow: hidden;
}

div#columnright p {
  text-align: left;
  font-size: 1em;
  margin-top: 0.5em;
}
/* End of columns settings */

/* setup menues */
div.menu ul {
  border: 0;
  margin: 0;
  padding-left: 0.3em;
  list-style-type: none;
}

div.menu li {
  margin: 0.4em 0;
  padding: 0;
  text-indent: .5em;
  line-height: 1.3em;
  list-style-type: none;
}

div.menu a {
  display: block;
}

div.menu a:hover {
  color: #fff;
  background-color: #06f;
  font-weight: bold;
  display: block;
}

div.menu strong {
  display: block;
  background-color: #06f;
  color: #fff;
  border-bottom: 1px dotted #000;
}
/* menues setup */

div#footer {
  text-align: left;
  font-size: 0.8em;
  margin-top: 0.4em;
  padding-top: 6px;
  border-top: 2px #f00 solid;
}

/* Alsett clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}
/* fix for MS IE6 \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* and of IE fix and Alsett's fixes*/

.table
{
  width:100%;
  border-collapse:collapse;
}
.table td, .table th
{
  border:1px solid #cacaf8;
  padding:3px 5px 2px 5px;
}
.table th
{
  text-align:center;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#cacaf8;
  color:#3e2fb0;
}
.table tr.alt td
{
  color:#000;
  background-color:#cacaf8;
}

p.warn {
border: 1px solid #cacaf8;
margin: 1em;
padding: 0.5em;
}

.warn  span{
color: blue;
font-weight: bold;}

div.titled {
margin-bottom: 1em;
border: 1px solid #cacaf8;
padding: 0 1.2em 1.2em 1.2em;
}

.titled  h3{
padding: 3px;
text-align: center;
background-color: #cacaf8;
}
/*Изменения для Академиады*/
div#xyz1 {
  text-align: right;
  font-size: 0.8em;
  margin-top: 0.4em;
  padding-top: 6px;
  border-top: 2px #f00 solid;
  line-height: 1.2;
}

img.xyz2 {
  width: 906px;
  height: 640px;
  transition: all 0.5s;
}

img.xyz2:hover {
  width: 480px;
  height: 320px;
}