* { 
  margin: 0px;
  padding: 0px;
}

body {
  margin: 20px;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  font-family: tahoma, verdana, sans-serif;
  font-size: 10pt;
  color: black;
  background: transparent;
  margin: auto;
//  min-width: 840px;
//  width: 840px;
}

h1 {
  font-weight: bold;
  font-size: 18pt;
  font-variant: small-caps;
}

h2 {
  font-weight: bold;
  font-size: 14pt;
  font-variant: small-caps;
}

h3 {
  font-weight: bold;
  font-size: 12pt;
  font-variant: small-caps;
}

p { margin: 10px 30px; }

img { border: none; } 

hr {
  width: 60%;
  height: 1px;
  color: #990000;
  background-color: #990000;
  text-align: center;
  margin: auto;
}

a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: #990000;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #FF0000;
}

.submitLink {
  width: 105px;
  color: #990000;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  cursor: hand;
}

.submitLinkB {
  width: 105px;
  color: #990000;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  cursor: hand;
}

.keybtn {
  color: #990000;
  text-align: left;
  font-weight: bold;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}

.keybtn:hover, .keybtn:focus {
  color: #FF0000;
}

.keydrop {
  position: relative;
  display: inline-block;
  float: right;
}

.drop-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  right: 0;
}

.drop-content span {
  color: #990000;
  padding: 4px 16px;
  text-decoration: underline;
  display: block;
}

.drop-content span:hover {background-color: #f1f1f1}

.show {display:block;}



form { display: inline; }

ul { margin: 10px 20px; }

ul.small {
  margin: 10px 20px;
  font-size: 8pt;
}

dl { margin: 0px 20px; }

ol { margin: 10px 20px; }

#topimg {
  padding: 10px;
  width: 400px;
  float: right;
  text-align: right;
}

#topbar {
  padding: 10px;
  margin: auto;
  float: left;
  text-align: left;
  vertical-align: middle;
  max-width: 720px;
  color: #900;
  text-decoration: none;
  font-variant: small-caps;       
  font-weight: bold;
  font-size: 42pt;
}

#navbar {    
  width: 100%; 
  padding: 0px;           
  float: left;      
  text-align: center;
  color: black;
}

#navbar a:link, #navbar a:visited, #navbar a:active {
  display: block;       
  width: 20%;              
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  font-variant: small-caps;       
  font-weight: bold;
  color: #333;
  background: #eee;
  font-size: 12pt;
  float: left;
}  
#navbar a:hover {
  display: block;
  width: 20%;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 12pt;      
  color: #eee;            
  background: #900;
  float: left;
}

#main {
  width: 100%;
  float: left;
}

.wideLeft {
  padding: 30px 0px;
  width: 70%;
  float: left;
  background-color: white;
}

.leftWithMid {
  padding: 30px 0px;
  width: 30%;
  float: left;
  background-color: white;
}

.midWithLeft {
  padding: 30px 0px;
  text-align: center;
  vertical-align: middle;
  width: 39%;
  float: left;
  background-color: white;
}

.wideLeft p {
  margin: 10px 30px 10px 0px;
  text-align: justify;
}

.wideRight {
  padding: 30px 0px;
  width: 70%;
  float: right;
  background-color: white;
}

.narrowLeft {
  padding: 30px 0px;
  text-align: center;
  vertical-align: middle;
  width: 29%;
  float: left;
  background-color: white;
}

.narrowRight {
  padding: 30px 0px;
  text-align: center;
  vertical-align: middle;
  width: 29%;
  float: right;
  background-color: white;
}

.single {
  padding: 30px 0px;
  float: left;
  width: 100%;
  background-color: white;
}

.singleR {
  float: right;
  width: 100%;
  background-color: white;
  text-align: right;
}

.single0 {
  float: left;
  width: 100%;
  background-color: white;
}

.single0c {
  float: left;
  width: 100%;
  text-align: center;
  background-color: white;
}

.double {
  padding: 30px 0px;
  width: 49.5%;
  float: left;
  background-color: white;
}

.double0 {
  width: 49.5%;
  float: left;
  background-color: white;
}

.double0c {
  width: 49%;
  float: left;
  text-align: center;
  background-color: white;
}

.double0R {
  width: 49.5%;
  float: left;
  background-color: white;
  text-align: right;
}

.doubleJ {
  padding: 30px 0px;
  width: 49.5%;
  float: left;
  background-color: white;
  text-align: justify;
}

.triple {
  width: 32%;
  float: left;
  text-align: center;
  background-color: white;
}

.tripleL {
  width: 32%;
  float: left;
  text-align: left;
  background-color: white;
}

.narrowText {
  padding: 30px 0px;
  vertical-align: middle;
  text-align: justify;
  width: 39%;
  float: left;
  background-color: white;
}

.wideImg {
  padding: 30px 0px;
  width: 60%;
  float: right;
  background-color: white;
}

.wideSlide {
  padding: 30px 0px;
  width: 60%;
  float: right;
  background-color: white;
  text-align: left;
}

/**********************************/
/* special format for news slider */
/**********************************/

.tslide {
  width: 360px;
  height: 200px;
  position: relative;    
  float: right;
  display: block;          
  overflow: hidden; 
  border: 4px groove #990000;          
}                                 
.tslide div {  
  width: 320px;  
  height: 180px;       
  position: absolute;          
  padding: 10px 20px;
  opacity: 1;
  transition: .5s opacity;
}
.next, .prev {
  color: #000;
  position: absolute;
  background: rgba(153,0,0,.5);
  font-weight: bold;
  top: 50%;
  z-index: 1; 
  font-size: 1em;
  margin-top: -.75em;
  user-select: none;
}
.next:hover, .prev:hover{
  color: #fff;
  cursor: pointer;
  background: rgba(153,0,0,1);
}
.next {
  right: 0;
  padding: 2px;
}
.prev {
  left: 0;
  padding: 2px;
}


/***********************************/
/* special format for course pages */
/***********************************/

#syllabus {
  width: 100%;
  font-family: tahoma, verdana, sans-serif;
  border-collapse: collapse;
  margin: auto;
}

#syllabus td, #syllabus th {
  font-size: 10pt;
  border-top: 1px solid #900;
  padding: 3px 7px 2px 7px;
  text-align: center;
}

#syllabus th {
  font-size: 11pt;
  font-variant: small-caps;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #900;
  color:#DDD;
}

#syllabus tr.alt td {
  color:#000;
  background-color:#FEE;
}

#syllabus tr.alt2 td {
  color:#000;
  background-color:#DBB;
}

#syllabus th a:link, #syllabus th a:visited, #syllabus th a:active {
  text-decoration: none;
  font-weight: bold;
  color: #DDD;
}
#syllabus th a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #F00;
}

/*******/
/* new */
/*******/

#sched {
  width: 100%;
  font-family: tahoma, verdana, sans-serif;
  border-collapse: collapse;
  margin: auto;
}

#sched td, #sched th {
  font-size: 10pt;
  border-top: 1px solid #900;
  padding: 4px 7px;// 4px 7px;
  text-align: center;
}

#sched th {
  font-size: 11pt;
  font-variant: small-caps;
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: #900;
  color:#DDD;
}

#sched tr:nth-child(even) {
  background-color: #fff;
}
#sched tr:nth-child(odd) {
  background-color: #fee;
}
#sched td.alt {
  background-color:#dbb;
  font-weight: bold;
}

#sched td:hover {
  background-color: #ccc;
}


/*******/


header, section, footer, aside, nav, article, figure {
  display: block;           
}
