/*
** Basic text definitions
*/

body {
  font-family:sans-serif;
  font-size: medium;
  font-style: normal;
  font-weight: normal;

  margin: 0;
  padding: 0;
  border: 0;
  float:left;

  width: 100%;
}


/*
**
** Page Header CSS Definitions
**
*/

div.header {
  background-color: #7799ff;
  border-bottom: 1px solid black;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: black;
  clear: both;
}

div.header a {
  font-size: large;
  text-decoration: none;
}

div.header span.date {
  float: right;
  font-size: small;
}


/*
**
** Navigation Menu Styles
**
*/

div.nav {
  clear: both;
  background-color: #ccccff;
  padding: 0.25em 0.25em 0.25em 0.25em;
  margin: 0;
  color: black;
  border-bottom: 1px solid black;
}

div.nav a.right {
  float: right;
  
}

div.nav a {
  font-size: medium;
  text-decoration: none;
  color: blue;
  padding: 0.25em 0.4em 0.25em 0.4em;
}

div.nav a:hover {
  color: white;
  border: 1px solid black;
  background-color: black;
}

div.rightside {
  float: right;
}



/*
**
** Page Styles
**
*/

div.contents {
  padding: 0.4em;
  clear: both;
}

div.contents span {
  border: 1px solid black;
}

div.contents span.sectitle {
  padding-top: 1em;
  font-size: 1.5em;
  padding-left: 0.5em;
  font-weight: bold;
  font-decoration: underline;
  
}


div.contents a:link {
  color: blue;
}

div.contents h1 {
  font-size:  1.25em
}




/*
**
** Page Footer CSS Definitions
**
*/

div.footer {
  clear: both;
  background-color: #7799ff;
  border-top: 2px solid black;
  padding: 0.5em;
  font-size: small;
  text-align: center;
}