body, td  {
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 12px;
}
h1 {
   font-size: 15px;
   color: #70CBD2;
   font-weight: normal;
   display: inline;
}
a {
   color: #009EA0;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
.CorpNav {
   font-size: 11px;
}
.CorpNav a {
   color: black;
}


.Crumb, .Crumb a {
   color: #979797;
}

ul.Things {
   list-style-position: outside;
   text-align: left;
   list-style-image: url("/Images/Arrow.gif");
   margin-top: 10px;
   margin-bottom: 0px;
   padding-left: 0px;
   margin-left: 25px;
}
ul.Things li {
   width: 155px;
}
ul.Things a {
   color: black;
   text-decoration: none;
   font-size: 13px;
}

#HomeImage {
   width: 479px;
   height: 276px;
   background: url(/Images/Uploads/HomeBg.jpg) no-repeat;
   padding: 40px 0px 0px 210px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}


/* Used to edit CMS editor area
#FCKEditor, #FCKEditor td { }*/