body {
  background: #350946;
  color: black;
  font-size: 12px;
  text-align: left;
  font-family: Helvetica, arial, sans-serif;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table {
  border: 0px;
  margin: 0px auto;
  padding: 0px;
  border-collapse: collapse;
}

td {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

td.menu {
  font-family: Helvetica, arial, sans-serif;
  font-size: 10px;
  background: #350946;
  width: 144px;
}

td.rightpane {
  width: 656px;
  background: white;
}

td.mainpane {
  width: 605px;
  background: white;
  padding-right: .25in;
  padding-left: .25in;
  padding-bottom: .25in;
}

.center {
  text-align: center;
  margin: 0px auto;
}

.leftside {
  width: 144px;
  margin: 0px;
  text-align: center;
}

p.small {
  color: #fdaf17;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  padding-top: 15px;
}

p.bottomaddress {
  color: #fdaf17;
  background: #350946;
  font-size: 10px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

div.pageheader {
  width: 100%;
  border: 0px;
  margin: 0px auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top:5px;
  padding-bottom:5px;
  border-collapse: collapse;
  font-weight: bold;
  text-align: center;
  background-color: #350946;
  color: #fdaf17;
  font-size:150%;
}

a:link {color:#008B00;}
a:visited {color:#008B00;}
a:hover {color:#008B00;}
a:active {color:#008B00;}

a.pageheader:link {color:#00FF00;}
a.pageheader:visited {color:#00FF00;}
a.pageheader:hover {color:#00FF00;}
a.pageheader:active {color:#00FF00;}


div.pagefooter {
  width: 100%;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top:5px;
  padding-bottom:5px;
  margin: 0px auto;
  border-collapse: collapse;
  font-weight: bold;
  text-align: center;
  background-color: #350946;
  color: #fdaf17;
  font-size:125%;
}

table.pageheader {
  width: 450px;
  border: 0px;
  margin: 0px auto;
  padding: 0px;
  border-collapse: collapse;
}

td.pageheader {
  font-weight: bold;
  text-align: center;
  background-color: #350946;
  color: #fdaf17;
}


table.tradesbody {
  width: 450px;
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: #350946;
  margin: 0 auto;
  padding: 0px;
  border-spacing: 1px;
}

th.tradesbody {
  border-style: solid;
  border-width: 2px;
  border-color: #350946;
  border-spacing: 1px;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

td.tradesbodyleft {
  text-align: left;
  border-style: dotted;
  border-width: 1px;
  border-color: #350946;
  border-spacing: 1px;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

td.tradesbodyright {
  width: 25%;
  border-style: dotted;
  border-width: 1px;
  border-color: #350946;
  border-spacing: 1px;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

tr.schoolheader{
  background-color: #350946; 
  color: #fdaf17; 
  font-size:100%; 
  margin-top:2px; 
  margin-bottom:2px;
}

td.schoolheader{
  padding-top:2px;
  padding-bottom:2px;
  text-align:center;
  font-weight:bold;
}
td.schoolstable{
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:solid;
  border-left-style:none;
  border-width:1px;	
  padding-bottom:5px;
  padding-right:10px;
}

ul.checklist, li.checklist {
  list-style-image: url("/images/checkbox.png");
  padding-bottom: 5px;
}

ul.mainbody {
  padding-left: 0px;
  margin-left: 20px;
}

/* Menu code start */
@media screen {
/* Top level menu item, with a sub menu */
.suckerdiv ul {
  position: fixed;
  top: 0px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 144px; /* Width of Menu Items */
  background-color: #fdaf17;
  border: 0px;
  color: #350946;
  text-transform: uppercase;
}

.suckerdiv ul li {
  position: relative;
}

/* Sub level menu items */
.suckerdiv ul li ul {
  position: relative;
  width: 140px; /*sub menu width*/
  top: 0px;
  left: -144px;
}

/* Menu item without submenu */
.suckerdiv ul li a {
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  color: #350946;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  padding: 1px 5px;
  border: 3px solid;
  border-left-color: white;
  border-top-color: white;
  border-right-color: grey;
  border-bottom-color: grey;
  background-color: #fdaf17;
}

/* Visited links.... */
.suckerdiv ul li a:visited {
  color: #350946;
}

/* Mouse is hovering over */
.suckerdiv ul li a:hover {
  background-color: #fdaf17;
  color: #350946;
  border: 3px solid;
  border-left-color: grey;
  border-top-color: grey;
  border-right-color: white;
  border-bottom-color: white;
  border-style: inset;
}

/* The image on the right */
/*
.suckerdiv .subfolderstyle {
  background: url(images/arrow-list.gif) no-repeat center right;
}
*/

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

@media print {
/* Top level menu item, with a sub menu */
.suckerdiv ul {
  display: none;
  position: fixed;
  top: 0px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 144px; /* Width of Menu Items */
  background-color: #fdaf17;
  border: 0px;
  color: #350946;
  text-transform: uppercase;
}

.suckerdiv ul li {
  display: none;
  position: relative;
}

/* Sub level menu items */
.suckerdiv ul li ul {
  display: none;
  position: relative;
  width: 140px; /*sub menu width*/
  top: 0px;
  left: -144px;
}

/* Menu item without submenu */
.suckerdiv ul li a {
  display: none;
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  color: #350946;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  padding: 1px 5px;
  border: 3px solid;
  border-left-color: white;
  border-top-color: white;
  border-right-color: grey;
  border-bottom-color: grey;
  background-color: #fdaf17;
}

/* Visited links.... */
.suckerdiv ul li a:visited {
  display: none;
  color: #350946;
}

/* Mouse is hovering over */
.suckerdiv ul li a:hover {
  display: none;
  background-color: #fdaf17;
  color: #350946;
  border: 3px solid;
  border-left-color: grey;
  border-top-color: grey;
  border-right-color: white;
  border-bottom-color: white;
  border-style: inset;
}

/* The image on the right */
/*
.suckerdiv .subfolderstyle {
  background: url(images/arrow-list.gif) no-repeat center right;
}
*/

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