* {
        margin: 0;
        padding: 0;
  border-colapse: colapse;
}

#footer ul.menu { display: none; }

@font-face {
  font-family: 'neogram-medium';
  src: url('../fonts/NeoGram_Medium-webfont.eot');
  src: url('../fonts/NeoGram_Medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NeoGram_Medium-webfont.woff') format('woff'),
  url('../fonts/NeoGram_Medium-webfont.ttf') format('truetype'),
  url('../fonts/NeoGram_Medium-webfont.svg#NeoGramMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0px;
  text-align: center;
  position:relative;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #505050;
}

a:link, a:active, a:visited, a:hover {
  color: #505050;
  text-decoration: none;
}

h1 {
  color: #0067c6;
  font-size: 30px;
  font-family: neogram-medium, arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}

h2 {
  color: #0067c6;
  font-weight: normal;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

strong {
  color: #0067c6;
  font-weight: normal;
}
p {
  padding: 5px 0px 5px 0px;
}

img { border: 0 none; }

ul.menu {
  text-align: left;
  height: 40px;
}

ul.menu li {
  display: inline;
  padding: 5px 20px 5px 0px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

ul, ul li {
  list-style-type: none;
}

#all {
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}

#content {
  position:relative;
  overflow:hidden;
  margin:0px;
}

#main {
  padding: 40px 20px 40px 20px;
  min-height: 400px;
  overflow: auto;
}

div.item-page {
  margin-left: 250px;
  padding-left: 40px;
  padding-right: 20px;
  display: block;
  text-align: left;
  width: 470px;
}

.noleft {
  margin-left: 0px !important;
  padding-left: 0px !important;
  width: 720px !important;
}

.noright {
  width: 740px !important;
  padding-right: 0px !important;
}

.noleft.noright {
  width: 100% !important;
  padding: 0px;
}

div.item-page img {
  padding: 0px 0px 10px 10px;
} 

#homepage {
  text-align: center;
}

#homepage img {
  padding: 0px 9px 0px 9px;
}

#homepage img.leftimg {
  padding-left: 0px;
}

#homepage img.rightimg {
  padding-right: 0px;
}

#courses {
  padding-left: 20px;
}

#courses a:link    { color: #808080; }
#courses a:active  { color: #808080; }
#courses a:visited { color: #808080; }
#courses a:hover   { color: #808080; }

#courses h2 {
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin-left: 100px;
}

#courses p {
  padding: 0px;
  margin-left: 100px;
}

#courses img {
  padding: 0px 20px 0px 0px;
  display: inline;
}

#courses td {
  min-width: 300px;
  padding: 0px 20px 50px 0px;
}

#left {
  text-align: left;
  width: 250px;
  min-height: 400px;
  float: left;
  margin-bottom: 20px;
  margin-right: 0px;
  overflow: auto;
  border: 1px solid  #3582c6;
}

#left a:link    { color: #fff; }
#left a:active  { color: #fff; }
#left a:visited { color: #fff; }
#left a:hover   { color: #fff; }

#left h1 {
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
  color: #175e92;
  border: 1px solid #175e92;
  font-weight: bold;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
}

#left p {
  padding: 5px 20px 5px 20px;
}

#left ul.menu li { display: none; }

#left ul.menu li.active.parent {
  display: block;
  padding: 0px 20px 0px 20px;
  color: #175e92;
  border: 1px solid #175e92;
}

#left ul.menu li ul li {
  display: block;
  height: 20px;
  line-height: 20px;
  text-transform: none;
  padding: 5px 5px 0px 0px;
  color: #3582c6;
} 

#right {
  text-align: left;
  width: 250px;
  float: right;
  padding: 0px 0px 0px 0px;
}

#right h1 {
  padding-bottom: 5px;
  padding-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
}

#right h2 {
  padding-bottom: 5px;
  padding-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  color: #175e92;
  font-size: 13px;
  padding: 10px;
}

#right img {
  float: left;
  padding-right: 10px;
}

#footer {
  clear: both;
  min-height: 50px;
  margin-top: 40px;
  text-align: center;
  border-top: 1px #175e92 solid;
}

