body { 
   font-family: 'Noto Sans', sans-serif;
   font-size: 16px; 
   background-color: #FFFFFF;
   color: #FFFFFF;
   text-align: center;
   margin: 0 !important;
   padding: 0 !important;
}

A:active { color: #3b8ec2; text-decoration: none; }
A:link { color: #3b8ec2; text-decoration: none; }
A:visited { color: #3b8ec2; text-decoration: none; }
A:hover { color: #3b8ec2; text-decoration: none; }

.activelink {
  color: #d81a1f !important;
  font-weight: bold;
}

table {
  border: none;
  margin-left:auto; 
  margin-right:auto;
}

td#spacer {
  width: 3px;
  height: 3px;
}

td#logo, td#title, td#headerimg1, td#headerimg2 {
  padding-bottom: 3px;
}

td#title, td#bluebar {
  position: relative; 
}

.pagetitle {
  position: absolute; 
  top: 37px; 
  left: 18px;
  color: #004467; 
  font-weight: bold;
  font-size: 1.4em;
}

td#subtitle {
  background-color: #004467; 
  padding-left: 15px;
}

td#bluebar, td#footernav, td#content {
  background-color: #004467;
}

td#navleft, td#footerleft, td#footer {
  background-color: #d9d9d9;
  vertical-align: top;
}

td#navleft ul {
  font-size: 14px;
  color: #999999;
  /* border: 1px solid #555; */
  list-style-type: none;
  margin: 0 0 0 20; /* top right bottom left */
  padding: 0;
  width: 210px;
  display: inline-block; 
  /* overflow: auto; */
}

td#navleft ul ul {
  display: inline-block; 
  /* border: 1px solid #d81a1f; */
  width: 190px;
}

td#navleft li, li a {
  white-space: normal;
  float: left;
  word-wrap: break-word;
  height: auto;
  text-decoration: none;
}

td#navleft li a:hover {
  color: #d81a1f;
}

td#navleft ul li, ul li a {
  width: 210px;
}

td#navleft ul ul li, ul ul li a {
  width: 180px;
}

td#footer {
  text-align: right;
  padding-right: 10px;
}

td#footernav {
  text-align: center;
}

td#footerright img {
  width: 100%;
  height: 100%;
}

td#footerspacer {
  background-color: #6d6d6d;
}

td#content {
  height: 650px;
  width: 400px;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px; 
  line-height: 17px;
  text-align: justify;
}

td#content h1, h2, h3, h4, h5, h6 {
  font-size: 20px; 
  font-weight: bold; 
  line-height: 20px;
  margin-bottom: 0px;
}

td#content img#topimg {
  position: relative;
  float:left;
  clear: left;
  margin-left: -20px;
  margin-right: -20px;
  width: 1035px;
  max-height: 635px;
  padding-bottom: 10px;
}

div#bubble {
  color:black;
  position:absolute;
  text-align: justify;
}

.note-editable div#bubble {
  margin-left:0px !important;
  margin-top:0px !important;
}

.coursediv {
  height: 200px;
  width: 200px;
  position: relative; 
  text-align: center;
  float: left;
  padding-right: 20px;
}


.coursediv img {
  margin-left: 0px !important;
  /* height: 100%; */
  width: 100% !important;
  position: relative; 
}

p#roundedredbutton {
  border-radius: 25px;
  background: #d81a1f;
  padding: 20px; 
  height: 20px;  
  text-decoration: none !important;
  color: #ffffff;
  font-size: 20px;
}

.error {
  text-align: center;
  color: #ffffff;
  background-color: #e52d2d;
  font-weight: bold;
}

.topnav {
  font-size: 14px;
  float:right;
  margin-top: 5px; 
  margin-right: 15px;
}
.topnav img {
  vertical-align: middle;
}

.btn-login {
    width: 100%;
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    text-transform: uppercase;
    border-color: #59B2E6;
    padding: 7px 0;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}

input:hover, input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
input[type="text"], input[type="password"] {
    height: 35px;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 6px 12px;
    display: block;
    margin-bottom: 8px;
}
   

