a {
  text-decoration: none;
}
.caption {
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  font-size: small;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, sans-serif;
}

h3 { font-style: italic }

h4 { font-size: medium;}

p {
  text-align: justify;
}

.paraHead {
    margin-top: 1em; margin-bottom: 0.5em;
    clear: both;
}
.paraHead span {
  margin-bottom: 0.25em
}
.paraHead span.left {
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    float: left; text-align: left;
    width: 35%;
}
.paraHead span.right {
    font-style: italic; 
    float: right; text-align: right; 
    width: 65%;
}
.paraHead p {
  /* clear: both; */
}

div.paragraphheader {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-family: sans-serif;
}
/********************** Tables **********************/

table.schedule {
  font-size: smaller;
}
table.schedule td {
  padding: 2px 5px 0 0;
  vertical-align: top;
  border-bottom: 1pt solid #CCFF60;
}
table.schedule td.class {
  font-style: italic; width: 6em;
}
table.schedule th {
  padding: 0;
  text-align: left
}

td {
  vertical-align: top
}
/********************** Images **********************/
.rightImage {
  float: right;
  text-align: center;
  margin: 10px 0 20px 10px;
}
.rightImage img {
  width: 250px;
}
.leftImage {
  float: left;
  text-align: center;
  margin: 10px 20px 10px 0;
}
.leftImage img {
  width: 250px;
}
.centerImage {
  text-align: center;
}

/********************** Text formatting **********************/

a.inline {
  text-decoration: none;
  font-variant: small-caps;
  color: rgb(7%,25%,52%);
  font-weight: bold;
}

.infoLine .title {
  font-weight: bold;
  padding-right: 1em;
}
.infoLine .data a {
  font-family: "Courier New", monospace;
  color: #505050;
}

dt {margin-top: 0.5em; font-weight: bold}
dd {margin-top: 0.25em}

span.companyName {
  font-variant: small-caps;
}

span.title {
  font-style: italic;
}

/*****************************************************/
/***                Screen Page Layout             ***/

html {
  margin: 0 5px; padding: 0;
  color: #505050; 
  background: white;
  font-family: Georgia, Times, serif;
}

/* 
  LC width = 180px
  LC padding = 20px (10px on left & right)
  LC fullwidth = 200px
  CC padding = 40px
  RC width = 130px
  RC padding = 20px (10px on left & right)
  RC fullwidth = 150px
*/

body
{
  behavior:url("css/csshover.htc");
  margin: 0 5px;
  padding: 0 150px 0 200px;
}

#container {
  width:100%;
  border-left: 200px solid #fff; /* LC fullwidth */
  border-right: 150px solid #fff; /* RC fullwidth */
  margin-left:-200px; /* LC fullwidth */
  margin-right:-150px; /* LC fullwidth */
  padding: 10px 0; /* headroom */
}

/*
#container .column {
  position: relative;
  float: left;
}
*/

#content {
  float: left;
  width:100%;
  margin-right:-100%;
}

#sidebar {
  float: left;
  width: 200px;
  margin-left: -200px;
  position: relative;
  margin-top: -2px;
}

#infoCol {
  float: right;
  width: 130px;
  margin-right: -150px;
  position: relative;
  padding-left: 10px;
}

/*** Footer ***/

#footer {
  clear: both;
  border-top: 1px solid #CCFF60;
  padding-top: .25em;
  margin: 0 -150px 0 -200px; /* expand through left and right columns */
  font-family:  Verdana, Arial, sans-serif;
  font-size: x-small;
}

#footerAddress {
  text-align: center;
  padding: 0.2em 0;
}
#footerLegal {
  text-align: left;
}

#photoCredit {
  float: right;
}

#printHeader {
  display: none;
}

/*** Side Navigation ***/

#sidenav{
  margin: 0;
  padding: 0;
  width: 90px;
  list-style: none;
  border-bottom: 2px solid #CCFF60;
  /* float: left; -- if use this, can't have stuff below without a clear */
}

#sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 89px;
  width: 90px;
  top: 0;
  display: none;
  border-bottom: 2px solid #CCFF60;
}

#sidenav li {
  position: relative;
  list-style: none;
  margin: 0;
}

#sidenav li a {
  display: block;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: smaller;
  color: #505050;
  font-weight: normal;
  background: #fff;
  padding: 5px;
  border: 2px solid #CCFF60;
  border-bottom: 0;
  height: 1%; /* IE6 hack */
}

#sidenav li:hover ul, #sidenav li:hover a {
  display: block;
}

#sidenav li a:hover  {
  background: #CCFF60;
  color: #505050;
}

/*** The Holly Hack for IE5 & IE6 ***/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%;}


/*** Masthead ***/

#masthead {
  border-bottom: 2px solid #CCFF60;
  padding-bottom: 0.5em;
  /* expand outward to overlap sidebar and infoCol */
  margin: 0 -150px 0 -200px; 
}

#masthead .ASB {
  font-family: Argos;
  font-size: xx-large;
  text-align: right;
  padding: .2em 0 .2em 0;
}

.ASB a {
  text-decoration: none;
  color: #505050;
}

#masthead .director {
  font-family: Georgia, Times, serif;
  font-size: medium;
  text-align: right;
  font-style: italic;
}

/*** Sidebar ***/

.epigram {
  margin-top: 3em;
  font-style: italic;
  font-size: smaller;
  padding: 0 1em 0 1em;
}

.sidebarImage {
  margin: 2em 0;
  text-align: center;
}

.sidebarImage img {
  width: 150px;
}

.sidebarImage .caption {
  font-size: xx-small;
}

/*** Information Column (infoCol) ***/

#infoCol {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  text-align: center;
}
.motd {
  margin-top: 2em;
  text-align: center;
  border: 1px solid #CCFF60;
  padding: 4px;
  font-size: smaller;
}
.motd .title {
  font-weight: bold;
  color: red;
}

#lastUpdate {
  margin-top: 3em;
  font-size: x-small;
  border-top: 1px solid #CCFF60
}

/*** Headers ***/

/* produces a floating left-column header */
  position:relative; right: 7em;
  margin-right: -7em;
  float:left;
  font-style: italic;
  width: 6em;
  text-align: right;
}

/*** Decoration ***/
hr {
   background-color: #CCFF60
 }