HTML,BODY,DIV,SPAN,TABLE,TR,TD {
  font-family:Arial,Helvetica;
  font-size:10pt;
}
HTML,BODY,DIV,SPAN {
  margin:0px;
  padding:0px;
}
H1 {
  margin:3px;
  padding:0px;
  font-size:13pt;
  color:#3161C1;
}
H2 {
  margin:2px;
  padding:0px;
  font-size:12pt;
  color:#CC2211;
}
H3 {
  margin:0px;
  padding:0px;
  font-size:10pt;
}
UL {
  margin-top:0px;
  margin-bottom:0px;
}
IMG {
  border:none;
}
.Enspired {
  font-weight:bold;
}
.Content {
  margin-top:4px;
  margin-bottom:4px;
  padding-left:15px;
}
.LeftNav{
  margin:0px;
  padding:0px;
}
.LeftNav LI, .LeftNav A {
  margin:0px;
  padding:0px;
  width:149px;
  height:23px;
  font-size:1px;
  line-height:1px;
  display:block;
  text-indent:-9999px;
}
#NavHome {
  background-image:url(/Images/Home.gif);
  background-position: left top;
}
#NavWhat {
  background-image:url(/Images/What.gif);
  background-position: left top;
}
#NavAbout {
  background-image:url(/Images/About.gif);
  background-position: left top;
}
#NavContact {
  background-image:url(/Images/Contact.gif);
  background-position: left top;
}
#NavHome:hover,#NavWhat:hover,#NavAbout:hover,#NavContact:hover {
  background-position: right top;
}
#PageHome #NavHome,#PageWhat #NavWhat,#PageAbout #NavAbout,#PageContact #NavContact {
  background-position: right top;
}
 
.HomePageBox {
  float:left;
  width:230px;
  height:170px;
  margin:30px;
  background-image:url(/Images/HomePageBox.gif);
  background-repeat:no-repeat;
}
.HomePageBoxHeading {
  color:#ffffff;
  font-weight:bold;
  padding-left:20px;
  width:230px;
  height:17px;
}
.HomePageBoxDetail {
  width:230px;
  height:153px;
}
.HomePageBoxDetail UL {
  margin-top:22px;
}
.HomePageBoxDetail LI {
  margin-top:5px;
}


