body {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  color: #707070;
  font-size: 12px;
}
body * {
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 10px;
  padding: 10px;
}
p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
a {
  text-decoration: underline;
  color: #0198CD;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #00AEE7;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
#wrapper {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 770px;
  background: #ffffff;
  border: 1px solid #999999;
}
#header {
  background: url(images/top_banner.jpg) top left no-repeat;
  padding: 0;
  margin: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  margin-left: -1000px;
  height: 74px;
}
#topnav {
  text-align: center;
  height: 25px;
}
.topnavloginpage {
  background: /*url(images/loginpage_topnav_bg.jpg) top right no-repeat*/ #669933;
}
.topnavstartpage {
  background: /*url(images/startpage_topnav_bg.jpg) top right no-repeat*/ #669933;
}
#subnav {
  text-align: center;
  height: 25px;
}
.bottomnavstartpage {
  background: /*url(images/startpage_bottomnav_bg.jpg) top right no-repeat*/ #669933;
}
#topnav ul, #subnav ul {
  display: block;
  padding: 0;
  margin: 0;
}
#topnav li, #subnav li {
  display: inline;
  border-left: #ffffff solid 1px;
  padding: 5px;
  height: 25px;
  background: #669933;
}
#topnav li.first, #subnav li.first {
  border: none;
}
#topnav a, #subnav a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 25px;
}
#topnav a:hover, #subnav a:hover {
  text-decoration: underline;
}
#topnav li:hover, #subnav li:hover {
  background: #0198CD;
}
#main {
  margin: 5px 0 0 0;
}
#languagebar a {
  padding: 5px;
  /* background: #FE851C; */
  color: #FFFFFF;
  text-decoration: underline;
}
#banner {
  padding: 0;
  margin: 0;
  /*background: #FE851C;*/
  height: 164px;
  width: 770px;
}
#banner img {
  padding: 0;
  margin: 0;
  border: none;
  height: 164px;
  width: 770px;
}
#banner {

}
#subnav {
  position: relative;
  top: -3px;
}
#breadcrumbs {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #707070;
  height: 18px;
  padding-left: 5px;
  position: relative;
  top: -3px;
}
.breadcrumbsloginpage {
  background: /*url(images/breadcrumbs_bg.jpg) top right no-repeat*/ #FFFFFF;
}
.breadcrumbsstartpage {
  background: #FFFFFF;
}
#breadcrumbs a {
  color: #707070;
}
#side-menu {
  width: 217px;
  float: left;
}
#side-menu h2 {
  background: #0198CD;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 1px;
  padding-left: 5px;
}
#side-menu h2.dim {
  background: #999999;
}
#side-menu div strong a, #side-menu div strong {
  color: #0198CD;
}
#content {
  width: 553;
  margin-left: 217px;
  padding-left: 20px;
}
#content.full {
  margin-left: 0px;
  width: 100%;
}
#login {
  background: #EFFAFF;
}
#side-menu {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#side-menu ul {
  display: block;
  padding: 5px;
  list-style-type: none;
}
#side-menu li {
  display: block;
}
#side-menu form {
  padding: 5px;
}
#side-menu p {
  padding: 5px;
  margin: 5px;
}
#login input {
  display: block;
}
#footer {
  text-align: center;
}
#feedback {
  background: #EFFAFF;
  width: 520px;
  float: right;
  border: dashed 1px #999999;
  text-align: center;
  margin: 10px;
}
#info {
  background: #EFFAFF;
  width: 90%;
  border: dashed 1px #999999;
  text-align: center;
  margin: 10px;
}
.row label {
  font-weight: bold;
}
.row h3 {
  border-bottom: solid 1px #999999;
  margin-top: 1.5em;
}
div.required {
  display: inline;
  /*float: left;
  height: 24px;
  width: 24px;*/
  font-size: 24px;
  /*line-height: 18px;*/
  color: #00AEE7;
}
.course {
  border-bottom: solid 1px #999999;
  margin: 10px;
  padding: 5px;
}
.course a, .browse-list a, #side-menu a, #resume-course a {
  color: #00AEE7;
}

#resume-course {
  margin: 7px 0 0 0;
  padding: 5px 5px 5px 0;
  text-align: left;
}

ul.browse-list {
  list-style-type: disc !important;
  padding-left: 30px;
  margin-left: 30px;
  color: #00AEE7;
}
.browse-list li{
  display: list-item;
  list-style-type: disc;
}
h2.course {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #0198CD !important;
  color: #ffffff;
  border: none;
}

table {

 border: none;
 width: 95%;
 border-collapse: collapse;
 text-align: left;

}
td, th {
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
  padding: 0 0 0 10px;

}

th {
  text-align: left;
  font-weight: bold;

}

td {
  text-align: left;

}
#path {
  float: left;
  width: 500px;
}
#guide {
  text-align: right;
  margin-left: 525px;
  padding-right: 10px;
}
#toggletoc {
  text-align: left;
  float: left;
  display: block;
  width: 100%;
}
h4.box {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  color: #ffffff;
  background-color: #00AEE7;
}

