body {
   margin-top: 0px;
}
body, td {
   font-family: verdana;
   font-size: 12px;
}
a {
   text-decoration: none;
}
a:hover {
   text-decortaion: underline;
}

.CorpNav, .CorpNav a {
   font-size: 12px;
   font-family: verdana;
   color: black;
   text-decoration: none;
}
.CorpNav a:hover {
   text-decoration: underline;
}

.TopNav {
   font-size: 13px;
   font-family: verdana;
   color: white;
   text-decoration: none;
   letter-spacing: 1px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 0px;
   border: 0px;
   background: none;
   cursor: pointer;
   margin: 0px;
}

.SideTitle {
   font-size: 14px;
   font-family: verdana;
   font-weight: bold;
   color: white;
   text-transform: uppercase;
   background: url(/Images/SideBg.gif);
   width: 225px;
   height: 27px;
   padding-top: 6px;
   padding-left: 25px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}

.SideList {
   list-style-image: url(/Images/bullet.gif);
}
.SideList a {
   color: white;
   text-decoration:none;
}
.SideList a:hover {
   text-decoration:underline;
}

.BulletLink {
   background: url(/Images/bullet.gif) no-repeat center left;
   padding-left: 10px;
   text-decoration: none;
}
.BulletLink:hover {
   text-decoration: underline;
}

h1 {
   font-family: verdana;
   font-size: 18px;
   color: #009BC9;
   font-weight: bold;
   margin-bottom: 3px;
}

h2 {
   font-family: verdana;
   font-size: 26px;
   color: #009BC9;
   margin: 0px;
}

h3 {
   font-family: verdana;
   font-size: 18px;
   color: black;
   margin: 0px;
}

.SideBox {
   background: url(/Images/SideNavBg.gif) repeat-x #e2f9ff;
   border: 2px solid #3bb3d7;
}

.SideBox ul {
   list-style-image: url(/Images/bullet.gif);
   margin-top: 5px;
   margin-left: 0px;
   padding-left: 30px;
}

.SideBox ul li {
   padding-bottom: 3px;
}

.SideBox ul a {
   font-family: verdana;
   font-size: 14px;
   color: #059DCC;
   text-decoration: none;
}
.SideBox ul a:hover {
   text-decoration: underline;
}

.SideNavTitle {
   font-family: verdana;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
   color: #059DCC;
   display: block;
   padding-left: 6px;
}

.Indicator {
   position: absolute;
   margin-left: 153px;
   margin-top: -7px;
}

.Crumb {
   font-family: verdana;
   font-size: 12px;
}
.Crumb a {
   color: #024E65;
   text-decoration: underline;
}