body { 
  margin-left:0; 
  margin-right:0; 
  margin-top:0; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a:link { text-decoration: underline; color:#336699; }
a:visited { text-decoration: underline; color:#006699; }
a:hover { text-decoration: underline; color:#95758f; }

a.nav:link { text-decoration:underline; color:#000; }
a.nav:visited { text-decoration:underline; color:#336699; }
a.nav:hover { text-decoration:underline; color:#006699; }

li a.internal { text-decoration:none; color:black; }
li a.internal:visited { color:black; }
li a.internal:hover { color:#95758f; }
table#descrips a.internal { text-decoration:none; color:black; }


table {
  font-size: 13px;
}
tr.schdl:hover {
  background: #CEDBE4
}
td.c1 {
  text-align: right;
  padding-bottom: 3;
}
td.p1 { /* see About Us page */
  text-align: left;
  vertical-align: top;
}
td.p2 {
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
}
td.pgtitle {
  font-variant: small-caps; 
  font-weight: bold
}
td.footerArea {
  text-align: center;
  padding-bottom: 3;
}
td.copyright {
  font-size: 10px;
  text-align: center;
}

td.data {
  font-size: 13px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}

td.plug {
  font-size: 0px;
  display:block;
  position:relative;
  left:-400;
}
p {
  font-size: 13px;
}
p.strng {
  font-weight: bold;
}
.strng-st {
  text-decoration:line-through;
  color: red;
}

.strng-red {
  color: red;
}
p.n1 {
  line-height: 1.25;
  padding-top: 3px;
}
p.n2 {
  padding-top: 5px;
  text-align: center;
}
p.n3 {
  padding-top: 3px;
  text-align: left;
}
div.d1 {
  padding-top: 4px;
  text-align: left;
}
span.dropcap {
  font:200%/100% Lucida Sans Unicode;
  /* font-style: oblique; */
  color: #669966; 
  margin-right:-1px;
}
div.flst {
  position: absolute; 
  margin-top: 30px;
  z-index: 1 !important;
  z-index: -1;
}
ul.flst {
  margin: 0;
  padding: 0;
  /* for Firefox, due to BizHosting bug */
  list-style-type: disk !important;
  /* for IE */
  list-style-type: none;
}
ul.flst li {
  /* color: #496D2E; */
  padding-left: 20px;
  /* for Firefox, due to BizHosting bug */
  background: no-repeat 0 50% !important;
  /* for IE */
  background: url(images/listBullet.jpg) no-repeat 0 50%;
}


.tintLavender {
	background-color:#E1DAF3;}
	
.tintViolet {
	background-color:#DB80A4;
	color: #fff;
	font-weight: bold; }
	
.borderBlue {
	border: 1px solid #526D88; }
	
.borderGreen {border: 2px solid #006600}

/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 100;
}

/* Top level list items */
.suckertreemenu ul li {
  position: relative;
  display: inline;
  float: left;
  background-color: #F3F3F3; /* overall menu background color */
}

/* Top level menu link items style */
.suckertreemenu ul li a {
  display: block;
  width: 145px; /* Width of top level menu link items */
  padding: 0px 0px;
  border: 0px solid black;
  border-left-width: 0;
  text-decoration: none;
  color: navy;
}

/* 1st sub level menu */
.suckertreemenu ul li ul {
  left: 0;
  position: absolute;
  top: 1em; /* no need to change, as true value set by script */
  display: block;
  visibility: hidden;
}

/* Sub level menu list items (undo style from Top level List Items) */
.suckertreemenu ul li ul li {
  display: list-item;
  float: none;
}

/* All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul {
  left: 130px; /* no need to change, as true value set by script */
  top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
  display: block;
  width: 150px; /*width of sub menu levels*/
  color: #FFCCFF;
  text-decoration: none;
  padding: 2px 5px;
  font: normal 12px Arial, sans-serif;
  color: black;
  border: 1px solid #006600;
}

.suckertreemenu ul li a:hover {
background-color: #FFCCFF;
  color: black;
}

/* Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
  background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/* Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
  background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

/* For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE */
* html p#iepara { 
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

.dashed {border:1px dashed #ccc }
