body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-color: #000080;
  text-align: center;
  }
  
.mug {
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
  }

p {
  line-height: 135%;
  margin : 0 0 8px;
  }

#header {
  padding: 40px 0 0;
  background-color: #000080;
  width: 1000;
  margin: auto;
  }
#menu {
  background-color: #0099CC;
  width: 1000;
  margin: auto;
  }
#mainbody {
  background-color: #ffffff;
  -moz-box-sizing:  border-box;
  width: 1000;
  margin: auto;
  padding: 8px 0 10px 10px;
  text-align: left;
  }
#footer {
  background-color: #ffffff;
  width: 1000;
  margin: auto;
  -moz-box-sizing:  border-box;
  border-top: 1px solid #DFD5CA;
  font-size: 80%;
  padding: 10px;
  }

  
#cpanel {
  margin: 0 0 10px;
  }
#cpanel td#crumbs {
  font-size: 90%;
  vertical-align: bottom;
  }
#cpanel td#userinfo {
  text-align: right;
  font-size: 60%;
  padding-right: 10px;
  vertical-align: bottom;
  }
#cpanel td#warn {
  font-size: 70%;
  vertical-align: bottom;
  text-align: left;
  color: #FF0000;
  }
#cpanel td#action {
  font-size: 60%;
  padding-right: 10px;
  text-align: right;
  vertical-align: bottom;
  }
#cpanel td#action input,select {
    vertical-align: bottom;
}

.pagehead {
  font-weight: bold;
  font-size: 120%;
  }


#maintbl {
  width: 100%;
  }
#leftcol {
  vertical-align: top;
  padding-right: 40px;
  width: 75%;
  }

#rightcol {
  text-align: right;
  vertical-align: top;
  background-color: #ccccee;
  padding: 0;
  margin: 0;
  }
#rightcol .toploc {
  line-height: 100%;
  background-color: #000080;
  color: white;
  font-size: 125%;
  margin: 0;
  padding: 5px 10px 5px;
  }
#rightcol .midloc, #sidebar h2 {
  line-height: 100%;
  background-color: #000080;
  color: white;
  font-size: 125%;
  margin: 20px 0 0;
  padding: 5px 10px 5px;
  text-align: right;
  }
#rightcol .course {
  line-height: 120%;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 0;
  }
#rightcol .descr {
  line-height: 120%;
  font-size: 80%;
  margin: 0;
  padding: 0 10px 0;
  }
#rightcol .sess {
  line-height: 120%;
  font-size: 80%;
  margin: 0;
  padding: 0 10px 0;
  }


h1 {
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  margin : 0 0 .25em;
  border-bottom: 5px double;
  }
h2 {
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  margin : 1.5em 0 .25em;
  border-top: 3px double;
  }
h3 {
  font-weight: bold;
  font-size: 110%;
  margin : 2em 0 1em;
  }
h4 {
  font-weight: bold;
  font-size: 110%;
  margin : 0 0 1em;
  }
h5 {
  font-weight: bold;
  font-size: 130%;
  font-style: normal;
  margin : 0 0 1em;
  }
  
#filt {
  border-top:    1px solid black;
  border-left:   1px solid black;
  border-right:  2px solid black;
  border-bottom: 2px solid black;
  background-color: #ccccff;
  margin-right: 10px;
  }
#filt .col1 {
  padding: 4pt 10pt 4pt;
  }
#filt .col2 {
  padding-right: 10pt;
  font-size: 85%;
  }
.filtsel {
  font-size: 80%;
  width: 250;
  }


form {
  margin: 0;
  }
img {
  border: none;
  }
.paging {
  margin: 0;
  }
.paging select {
  font-size: 90%;
  }
#stdtbl {
  margin-right: 10px;
  border: 1px solid black;
  font-size: 85%;
  }
#stdtbl td {
  padding: 2pt 10pt 2pt;
  vertical-align: top;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  }
#stdtbl .colhead, #stdtbl th {
  padding: 2pt 10pt 2pt;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-weight: bold;
  background-color: #c0c0c0;
  }
ol, ul {
  line-height: 130%;
  margin-left: 1em;
  padding: 0;
  font-size: 90%;
  }
ol li, ul li {
  margin: 0 0 .5em 1em;
  }
a, a:link, a:visited, a:active {
  font-weight: bold;
  color: #0000ff;
  text-decoration: none
  }
a:hover {
  text-decoration: underline;
  }
.b {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 90%;
  }
.lbl {
  font-size: 95%;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 10px 0 20px;
  }
.rlbl {
  font-size: 95%;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding: 2px 10px 0 20px;
  text-decoration: underline;
  }
input,textarea {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 90%;
  }
.red {
  color: #FF0000;
  font-weight: bold;
  }

/* BEGIN WORDPRESS CSS */

#content {
  float: left;
  width: 720px;
  overflow: hidden;
}

.wp-caption {
  text-align: center;
  font-style: italic;
  font-size: 90%;
  padding: 10px 5px 0;
  background-color: #bbbbbb;
  }

.post {
  clear: both;
  background-color: #eeeeff;
  margin: 0 0 1em;
  padding: .5em 1em .5em;
 -webkit-border-top-left-radius:10px;
 -webkit-border-top-right-radius:10px;
 -webkit-border-bottom-left-radius:10px;
 -webkit-border-bottom-right-radius:10px;
 -khtml-border-radius-topleft:10px;
 -khtml-border-radius-topright:10px;
 -khtml-border-radius-bottomleft:10px;
 -khtml-border-radius-bottomright:10px;
 -moz-border-radius-topleft:10px;
 -moz-border-radius-topright:10px;
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;
  }

.posthead {
  font-weight: bold;
  clear: none;
  }

.byline {
  font-size: 80%;
  float: right;
  font-style: italic;
  }

.entry {
  clear: both;
  border-top: 1px dashed #bbbbff;
  padding-top: 10px;
  }

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
  font-size: 80%;
	}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
  }

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  }

.postmetadata {
  clear: both;
  border-top: 1px dashed #bbbbff;
  font-size: 70%;
  margin: 1em 0 0;
  }

#sidebar {
  vertical-align: top;
  background-color: #ccccee;
  margin: 0;
  width: 260px;
  -moz-box-sizing:  border-box;
  padding: 0 0 1em;
  float:right;
  }

#sidebar h2 {
  color: #ffffff;
  background-color: #000080;
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  margin : 0 0 .5em;
  border-top: none;
  text-align: left;
  }

/* Begin Lists  */

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  }

#sidebar ul li {
  margin: 0 0 15px 0;
  list-style: none;
  }

#sidebar ul p, #sidebar ul select,
#sidebar ul ul, #sidebar ul ol {
	margin: 0 1em 0;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 .25em 2em;
    list-style-type: disc;
	}

#sidebar .tagcloud {
  margin: 1em;
  }

  
/* End Lists */

