BODY {
  margin           : 0px 0px 0px 0px;
  color            : #000000;
  /* background-image: url(../images/darkBack.gif); */
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : small;
  color            : #000000;
}

/* --Default Class Settings-- */

a.mainlevel:link {
	color: #FFFFFF;
	font-weight: normal;
}
a.mainlevel:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.mainlevel:visited {
	color: #FFFFFF;
	font-weight: normal;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : small;
  font-weight      : bold;
  color            : #7B8DA1;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #999999;
  text-align       : left;
}

a:link, a:visited {
  font-size        : small;
  color            : #517349;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

a:hover {
  color            : #739D63;
  text-decoration  : underline;
}


/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        font-weight: bold;
        color: #517349;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        font-weight: bold;
        text-align:left;
        color: #739D63;
        text-decoration: underline;
        font-weight: bold;
        }

a.category:link, a.category:visited, a.readon:link, a.readon:visited, {
  color            : #517349;
  font-weight      : bold;
}

a.category:hover, a.readon:hover {
  color            : #739D63;
}

a.bhq, a.bhq:link, a.bhq:visited {
  font-size        : small;
  color            : #FFFFFF;
  font-weight: normal;
}
a.bhq:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : x-small;
        color : #ff6600;
        text-align: center;
}
/* custom stuff */
.container
{
        border: solid;
        border-width: 1px;
        border-color: #efefef;
        background-color: White;
}
.boxes {
        border: solid;
        border-color: #efefef;
        border-width: 1px;

}.darkBack {
	background-image: url(../images/darkBack.gif);
}
.lightBack {
	background-image: url(../images/lightBack.gif);
}
.topBack {
	background-image: url(../images/topFiller.gif);
}
.sideBack {
	background-image: url(../images/sideBack.gif);
}
.bottomFiller {
	background-image: url(../images/bottomFiller.gif);
}
.wBack {
	background-color:#FFFFFF;
}
.hPadder {
  min-height:326px;
  _height:auto !important;
  height:326px;
  background-color:#FFFFFF;
}

/* LRC Section */

h1 {
  font-size:1.7em;
}

h2 {
  font-size:1.4em;
}
h3 {
  font-size:1.2em;
}
h4 {
  font-size:1.0em;
}

.fronthead {
  font-size:1.6em;
  letter-spacing:0.04em;
  background:#f9f5d6;
}

.fronttext {
  margin-top:5px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
}

legend {
  border: #DDD solid 1px;
  padding: 1px 10px;
}

fieldset {
  margin-top:5px;
  margin-bottom: 20px;
  border: #DDD solid 1px;
  -moz-border-radius-bottomleft:20px;
  -moz-border-radius-bottomright:20px;
  font-size: 0.95em;
  /*background:#fefefe;*/
  /*background: #f9f9f4;*/
  background: #fffff7;
}

.bodybold {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : small;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #333333;
}

.bibliotext {
  background: #f9f5d6;
  width: 580px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.linkblock {
  background: #ffffff;
  width: 300px;
  border-style: solid;
  border-width: thin;
  border-color: #bbbbbb;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 6px;
}

p.example {
  background: #f3d6c6;
  width: 400px;
  border-style: outset;
  padding: 4px 4px;
  margin-bottom: 5px;
  border-width: medium;
  border-top-color: #f3bea1;
  border-left-color: #f3bea1;  
  border-right-color: #f3e0d6;
  border-bottom-color: #f3e0d6;
}
table.lrc {
	background-color: #FFFFFF;
}


/* Next Steps Calendar  */

ul.calx{
  margin:0 0 5px 20px;
}
td.cal2{
  vertical-align: top;
  font-size:8pt;
}

td.callight{
  background-color:#E6FFCE;
  vertical-align: top;
  font-size:8pt;

}