html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Global Styles */
.ClearDiv, .cleardiv, .clearer {
  clear: both;
  }
.hidden {
  position: absolute;
  left: -3000em;
  height: 0px;
  display: block;
  }


/* SiteStyles */
body {
  background-image: url(../gfx/bgfade.jpg);
  background-repeat: repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  background-color: #999999;
  color: #5B625A;
  line-height: 1em;
}
#SiteBox {
  position: relative;
  width: 47.75em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4%;
}
#HeaderBoxInner {
  position: relative;
  height: 12.75em;
  background-image: url(../gfx/header-image.jpg);
  background-repeat: no-repeat;
  background-position: center 5.625em;
}
#LogoBox {
  position: relative;
  background-image: url(../gfx/bg_fade_blue.jpg);
  background-repeat: repeat-x;
  padding-top: 0.75em;
  padding-bottom: 0.75em;

}
#LogoBoxInner {
  position: relative;
  background-color: #FFF;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  height: 3em;
}
#MainContentBox {
  background-color: #FFF;
}
.csc-header {
  position: relative;
}
.sce-titlebox {
  position: relative;
  background-color: #8A8EAF;
  background-position: 0px -3.125em;
  background-repeat: repeat-x;

}
.sce-title {
    position: relative;
    color: #FFFFFF;
    font-size: 1em;
    background-image: url("../gfx/yellow_4x4.gif");
    background-position: 0.625em 0.5em;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 0.25em;
    padding-left: 1.25em;
    padding-right: 0.75em;
    padding-top: 0.25em;
    font-weight: bold;
}
.csc-header h1, .csc-header h2, .csc-header h3, .csc-header h4, .csc-header h5, .csc-header h6 {
    font-size: 1em;
    position: relative;
    color: #666;
    font-weight: bold;
    display: block;
    padding-bottom: 1em;
}
.sce-contentbox {
    padding-top: 0.375em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 0.375em;
}
#MainContentBox {
    position: relative;
    font-size: 0.75em;
}
.csc-uploads a {
    color: #023383;
    font-weight: bold;
}
.csc-uploads-fileName {
  display: block;
  position: relative;
  padding-right: 0.25em;
  padding-left: 0.25em;
}
#MainContentBox a:link, #MainContentBox a:visited, #MainContentBox a:active {
  color: #023383;
  font-weight: bold;
  text-decoration: none;
}
#MainContentBox p {
   display: block;
   padding-bottom: 0.75em;
}
#MainContentBox ul {
    margin-bottom: 1em;
    margin-left: 2em;
}
#MainContentBox li {
    font-size: 0.75em;
    list-style-type: square;
}
strong, b {
  font-weight: bold;
}
#FooterNavBox {    
  position: relative;
  background-image: url(../gfx/bg_fade_blue.jpg);
  background-repeat: repeat-x;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
#FooterNavBox ul {   
    position: relative; 
    float: right;
    margin-right: 0.625em;
    position: relative;
    font-size: 0.75em;
}
#FooterNavBox li {
    float: left;
    list-style-type: none;
    position: relative;
}
#FooterNavBox a {
    background-image: url("../gfx/yellow_4x4.gif");
    background-position: 0.625em 8px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-right: 0.063em;
    padding-left: 1.25em;
    padding-right: 0.25em;
    text-decoration: none;
    width: auto;
}
.align-center  {
    text-align: center;
}
.sce-box  {
    position: relative;
}
.sce-leftcol {
    position: relative;
    float: left;
    width: 50%;
}
.sce-leftcol .sce-innerbox {
    position: relative;
    padding-right: 0.75em;
}
.sce-rightcol {
    position: relative;
    float: left;
    width: 50%;
}
.sce-righttcol .sce-innerbox {
    position: relative;
    padding-left: 0.75em;
}
.csc-header p {
    margin-bottom: 0em!important;
    padding-bottom: 0.25em!important;
}
.contentbox-standard {
    position: relative;
}
.contentbox-standard-plus {
    position: relative;
    padding-bottom: 4em;
}

