/** SPUR Courses **/
body {
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #fff;
    font-size: 70%;
    font-family: Arial;
    font-weight: bold;
}

#wrapper {
    width: 834px;
    margin: 0 auto;
    padding: 20px 33px;
    background-color: #fff;
    min-height: 580px;
}
#footer {
    width: 900px;
    margin: 5px auto;
    color: #fff;
    text-align: right;
    font-weight: normal;
}

h1 {
    color: #69009b;
    font-size: 14pt;
    font-family: Arial;
    margin: 0 0 10px 0;
}
h2 {
    color: #69009b;
    font-size: 13pt;
    font-family: Arial Narrow;
    margin: 10px 0;
}
h3 {
    color: #ff6600;
    font-size: 13pt;
    font-family: Arial Narrow;
    margin: 0;
}
h4 {
    color: #ffffff;
    background: #c50e8a;
    font-size: 11pt;
    font-family: Arial Narrow;
    margin: 1px 0;
    padding: 8px;
}

a {
    color: #69009b;
    text-decoration: underline;
}

div.tabOrange {
    background: url(../spur/images/tabOrangeLeft.gif) left top no-repeat;
    background-color: #ff6600;
    height: 23px;
    padding: 7px 10px 8px 10px;
    text-align: center;
    float: left;
    overflow: hidden;
}
div.tabOrange a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}
div.tabGray {
    background: url(../spur/images/tabGrayLeft.gif) left top no-repeat;
    background-color: #666666;
    height: 23px;
    padding: 7px 10px 8px 10px;
    text-align: center;
    float: left;
    overflow: hidden;
}
div.tabGray a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}
div.tabOrangeCorner {
    background: url(../spur/images/tabOrangeRight.gif) right top no-repeat;
    background-color: #ff6600;
    height: 38px;
    width: 2px;
    margin-right: 3px;
    float: left;
}
div.tabGrayCorner {
    background: url(../spur/images/tabGrayRight.gif) right top no-repeat;
    background-color: #666666;
    height: 38px;
    width: 2px;
    margin-right: 3px;
    float: left;
}
div.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
div.tabLine {
    background-color: #ff6600;
    height: 5px;
    overflow: hidden;
}
div.tabLine2 {
    background-color: #993300;
    height: 2px;
    overflow: hidden;
}

div.link a {
    color: #003399;
}
div.link a.menuSelected {
    color: #999999;
    text-decoration: none;
}

div.hr {
    border-top: solid 1px #cccccc;
    margin: 10px 0;
}

a.backToTop {
    color: #000;
    text-decoration: none;
}

table.tab {
  border-style: solid;
  border-color: #777;
  border-width: 1px;
  padding: 0px;
  width: auto;
  text-align: left;
  border-collapse: collapse;
}
table.tab th {
  background-color: #999999;
  color: white;
  font-weight: bold;
  text-align: center;
  border: 1px solid #777;
}
table.tab td {
  vertical-align: top;
  background-color: #F9F9FF;
  padding: 3px;
  border: 1px solid #777;
  margin: 0;
}
