.break {
  clear: both;
  height: 1px;
  overflow: hidden;
}

body, th, td, input, select, option, textarea, li {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
}

body {
  background: #f4f4f4;
  background-image: url('/images/bg.gif');
  background-position: center;
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
  color: #333333;
}

p {
  line-height: 19px;
}

img {
  border-width: 0px;
}

label {
  display: block;
  width: 70px;
  float: left;
  text-align: right;
  margin-right: 10px;
}

h1 {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  width: 340px;
  float: left;
}

a:link, a:active, a:visited {
  color: #1b71a9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  margin: 0px;
  margin-bottom: 12px;
  padding: 0px;
  font-size: 18px;
}

#top div {
  float: left;
  text-align: right;
  width: 210px;
  font-weight: bold;
}

#main_canvas {
  width: 760px;
  text-align: left;
  padding: 10px;
}

#left_menu {
  width: 150px;
  margin-top: 10px;
  padding-right: 10px;
  float: left;
}

#left_menu a:link,
#left_menu a:active,
#left_menu a:visited {
  display: block;
  padding: 6px;
  padding-left: 12px;
  background-color: #f4f4f4;
  font-weight: bold;
  text-decoration: none;
  color: #555555;
  margin-bottom: 4px;
  border-left: solid 4px #cccccc;
}

#left_menu a:hover {
  border-left-color: #1b71a9;
  color: #1b71a9;
  background-color: #eeeeee;
}

#content {
  float: left;
  width: 465px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  _height: 700px;
  min-height: 620px;
}

#right_menu {
  width: 100px;
  margin-top: 10px;
  padding-left: 10px;
  float: left;
}

#footer {
  text-align: center;
  color: #999999;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: solid 3px #eeeeee;
}
#right_menu h2 {
  font-size: 14px;
}

#right_menu h3 {
  font-size: 10px;
}

#right_menu ul {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
}

#right_menu li {
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
  font-size: 11px;
}

#curriculum h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: solid 1px #333333;
  font-size: 14px;
}

#curriculum h4 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 12px;
}

#curriculum p {
  padding-left: 25px;
  line-height: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#curriculum ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

#curriculum ul.table {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#curriculum ul#mtb {
  width: 150px;
  
}

#curriculum ul#tel {
  width: 300px;
}
