html {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

body {
  margin: 10px 0px 10px 0px;
  padding: 0px 10px;
  font-size: 80%;
  font-family: verdana, sans-serif;
  min-width: 740px;
}


body#home {
  background: #F7F7F7;
}

body#teachers {
  background: #ECF2FF;
}

body#parents {
  background: #FFF6E7;
}

body#children {
  background: #FFF;
}

form {
  display: inline;
}

div#dist {
  margin: 0px;
  padding: 0px;
  height: 1em;
  clear: both;
  visibility: hidden;
}

div#dist_sm {
  margin: 0px;
  padding: 0px;
  height: .6em;
  clear: both;
  visibility: hidden;
}

div#body_content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  background: #000;
}

div#hat_content {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

div#hat_content a {
  display: block;
  width: 119px;
  height: 96px;
  text-decoration: none;
}

/*-- {"Hat home --*/
body#home div#hat_content {
  background: #F7F7F7 url(../images/hat_back.gif) no-repeat 100% 0%;
  border-bottom: solid 1px #FF5C00;
}

body#home div#hat_content a {
  background: url(../images/logo.gif) no-repeat 0% 100%;
}

/*-- {"Hat teachers --*/
body#teachers div#hat_content {
  background: #ECF2FF url(../images/teachers_hat_back.gif) no-repeat 100% 0%;
  border-bottom: solid 1px #0047BE;
}

body#teachers div#hat_content a {
  background: url(../images/logo.gif) no-repeat 0% 100%;
}

/*-- {"Hat parents --*/
body#parents div#hat_content {
  background: transparent url(../images/parents_hat_back.gif) no-repeat 100% 0%;
  border-bottom: solid 1px #E38600;
}

body#parents div#hat_content a {
  background: url(../images/parents_logo.gif) no-repeat 0% 100%;
}

/*-- {"Hat children --*/
body#children div#hat_content {
  background: transparent url(../images/children_hat_back.gif) no-repeat 100% 0%;
  border-bottom: solid 1px #0058BA;
}

body#children div#hat_content a {
  background: url(../images/children_logo.gif) no-repeat 0% 100%;
}




div#hat_content a span {
  visibility: hidden;
}

/*-- {" Languages --*/
div#languages {
  float: left;
  width: 100%;
  font-size: .76em;
}

div#languages ul {
  margin: 0px;
  padding: 0px;
  float: right;
  list-style: none;
}

div#languages ul li {
  float: right;
  margin-left: 14px;
}

div#languages ul li a, div#languages ul li span {
  background: transparent url(../images/vnav_bulet.gif) no-repeat 0 5px;
  padding-left: 8px;
}

div#languages ul li a {
  color: #003FA9;
}

div#languages ul li a:hover {
  text-decoration: none;
}


/*-- {" Path --*/
div#path {
  margin: .6em 0px 0px 0px;
  padding: 0px 0px .66em 0px;
  font-size: .76em;
  float: left;
  width: 100%;
}

div#path a {
  color: #000;
}

div#path a:hover {
  text-decoration: none;
}

/*-- {" Body Content --*/

div#left_part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 19%;
}

div#center {
  margin: 0px 2% 0px 1.9%;
  padding: 0px;
  float: left;
  width: 57%;
}

div#right_part {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 20%;
}

/*-- {" Left part --*/
div#vertnav {
  margin: 0px;
  padding: 0px 20px 30px 4px;
}

body#home div#vertnav {
  background: #F7F7F7 url(../images/vnav_back.gif) no-repeat 100% 100%;
}

body#teachers div#vertnav {
  background: transparent url(../images/teachers_vnav_back.gif) no-repeat 100% 100%;
}

body#parents div#vertnav {
  background: transparent url(../images/parents_vnav_back.gif) no-repeat 100% 100%;
}

body#children div#vertnav {
  background: transparent url(../images/children_vnav_back.gif) no-repeat 100% 100%;
}

a.f_level, p#active {
  margin: 0px;
  padding: .33em 0px .33em 10px;
  display: block;
  font-size: .76em;
  color: #000;
  text-decoration: none;
  background: transparent url(../images/vnav_bulet.gif) no-repeat 0% 50%;
}

a.f_level:first-letter {
  font-weight: bold;
}

p#active:first-letter {
  font-weight: bold;
}

p#active {
  text-decoration: underline;
  color: #0147BE;
}

div#vertnav a:hover {
  text-decoration: underline;
}

a.s_level {
  margin: 0px 0px .8em 8px;
  padding-left: 8px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: .76em;
  background: transparent url(../images/vslevel_bulet.gif) no-repeat 0% 55%;
}


/*-- {# Right part --*/
div#right_hat {
  margin: 0px;
  padding: 0px 0px 0px .9em;
  font-size: .9em;
  font-weight: bold;
}

body#home div#right_hat a {
  color: #FF0007;
}

body#teachers div#right_hat a {
  color: #757575;
}

body#parents div#right_hat a {
  color: #757575;
}

body#children div#right_hat a {
  color: #757575;
}

div#right_textbox {
  margin: 0px;
  padding: .3em 0px .6em .86em;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
}

body#home div#right_textbox {
  border-color: #E5E5E6;
  background: transparent url(../images/right_back.gif) repeat-y;
}

body#teachers div#right_textbox {
  border-color: #D0DCF1;
  background: transparent url(../images/teachers_right_back.gif) repeat-y;
}

body#parents div#right_textbox {
  border-color: #E4CAA5;
  background: transparent url(../images/parents_right_back.gif) repeat-y;
}

body#children div#right_textbox {
  border-color: #D0DCF1;
  background: transparent url(../images/children_right_back.gif) repeat-y;
}

div#right_textbox h1 , div#right_textbox div.lars_blogger_entry div.lars_blogger_title {
  margin: 0px;
  padding: 0px;
  font-size: .86em;
  line-height: .9em;
  color: #0047BE;
}

div#right_textbox h1 a, div#right_textbox div.lars_blogger_entry div.lars_blogger_title a {
  color: #0047BE;
  text-decoration: none;
}

div#right_textbox h1 a:hover, div#right_textbox div.lars_blogger_entry div.lars_blogger_title a:hover {
  text-decoration: underline;
}

div#right_textbox p, div#right_textbox div.lars_blogger_entry div.lars_blogger_text {
  margin: 0px 0px .6em 0px;
  padding: 0px;
  font-size: .86em;
}

div#bottom_back {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  height: 20px;
}

body#home div#bottom_back {
  background: transparent url(../images/bottom_back.gif) no-repeat 0% 0%;
}

body#teachers div#bottom_back {
  background: transparent url(../images/teachers_bottom_back.gif) no-repeat 0% 0%;
}

body#parents div#bottom_back {
  background: transparent url(../images/parents_bottom_back.gif) no-repeat 0% 0%;
}

body#children div#bottom_back {
  background: transparent url(../images/children_bottom_back.gif) no-repeat 0% 0%;
}

/*-- {" End --*/
div#end {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: .76em;
}

body#home div#end {
  border-top: solid 1px #FF0000;
}

body#teachers div#end {
  border-top: solid 1px #0047BE;
}

body#parents div#end {
  border-top: solid 1px #E38600;
}

body#children div#end {
  border-top: solid 1px #0058BA;
}

div#end h1 {
  margin: 0px;
  padding: 0px;
  float: right;
  font-size: .66em;
}

