html, body {
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #DEE0DF;
}

.container {
  width: 100%;
}

.con_header {
  height: 153px;
  background-color: #FFFFFF;
}

.con_header .logo {
  width: 270px;
  height: 153px;
  text-align: center;
  vertical-align: bottom;
}
.con_header .logo p {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  padding-bottom: 10px;
  margin: 0px;
}

.con_topmenu {
  height: 21px;
  background-color: #DA251C;
  background: url(i/bgrnd_top.gif) repeat-x top left;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  vertical-align: middle;
}
.con_topmenu .inactive {
  height: 21px;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
}
.con_topmenu .inactive a {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

.con_topmenu .active {
  height: 21px;
  background: url(i/bgrnd_act.gif) repeat-x top left;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
}
.con_topmenu .active a {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

.con_left {
  width: 209px;
  background-color: #DEE0DF;
  border-right: 2px solid white;
  padding: 12px;
  vertical-align: top;
}
.con_left p {
  margin-top: 0px;
  margin-bottom: 8px;
}
.con_left p a {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.con_left p a:hover {
  text-decoration: underline;
}
.con_left p.active a {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #DA251C;
  text-decoration: none;
}


.con_left ul {
  margin: 2px 0px 10px 0px;
  padding-left: 25px;
  list-style: square outside none;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #5E5E5E;
}
.con_left ul ul {
  list-style: disc outside none;
  margin-bottom: 2px;
}
.con_left ul li a {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.con_left ul li a:hover {
  text-decoration: underline;
}
.con_left ul li a.active {
  color: #DA251C;
  text-decoration: none;
}

.con_body {
  background-color: #FFFFFF;
  border-left: 1px dotted black;
  border-right: 1px dotted black;
  padding: 12px;
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.con_body a {
  color: #DA251C;
}

.con_body a img {
  border: 0px;
}

.con_right {
  width: 209px;
  background-color: #DEE0DF;
  border-left: 2px solid white;
  padding: 12px;
  vertical-align: top;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.con_btmmenu {
  height: 21px;
  background-color: #999999;
  background: url(i/bgrnd_btm.gif) repeat-x top left;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  margin-left: auto;
  margin-right: auto;
}

.con_btmmenu .inactive {
  height: 21px;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
}
.con_btmmenu .inactive a {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

.con_left_foot {
  width: 215px;
  height: 84px;
  background-color: #DEE0DF;
  padding: 10px;
  vertical-align: top;
}
.con_body_foot {
  background-color: #DEE0DF;
  border-left: 1px dotted black;
  border-right: 1px dotted black;
  padding: 10px;
  vertical-align: top;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.con_body_foot a {
  color: #DA251C;
}
.con_right_foot {
  width: 215px;
  background-color: #DEE0DF;
  padding: 10px;
  vertical-align: top;
}

/* Text formatting classes */
h1 {
    margin: 10px 0px 5px 0px;
    padding: 3px 5px 3px 20px;
    display: block;
    border-left: 0px solid #DA251C;
    border-bottom: 1px solid #DA251C;
    background: url(i/bullet.jpg) no-repeat top left;
}
h1, h1 a:link, h1 a:visited, h1 a:hover{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
h1 a:link, h1 a:visited{
    text-decoration: none;
}
h1 a:hover{
    text-decoration: underline;
}
h1 img{
    border: 0px solid #000000;
    margin: 0px;
    padding: 0px;
}

h3{
    margin: 10px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
    display: block;
    border-left: 5px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
h3,h3 a:link,h3 a:visited,h3 a:hover{
    color: #DA251C;
    font-size: 12px;
    font-weight: bold;
}
h3 a:link,h3 a:visited{
    text-decoration: none;
}
h3 a:hover{
    text-decoration: underline;
}


h4{
    border-bottom: 2px solid #DA251C;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
/*    background-color: #FFCC66;*/
    display: block;
}
h4,h4 a:link,h4 a:visited,h4 a:hover{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
h4 a:link,h4 a:visited{
    text-decoration: none;
}
h4 a:hover{
    text-decoration: underline;
}


a.internal-link {
  color: #DA251C;
  text-decoration: none;
}
a.internal-link:hover {
  text-decoration: underline;
}

/* File list, layout 1 */
table.csc-uploads.csc-uploads-1 {
  width: 100%;
}
table.csc-uploads.csc-uploads-1 tr.tr-even {
  background-color: #FFFFFF;
}
table.csc-uploads.csc-uploads-1 tr.tr-odd {
  background-color: #EFEFEF;
}
table.csc-uploads.csc-uploads-1 td p {
  margin: 5px 0px 0px 0px;
}
table.csc-uploads.csc-uploads-1 td p.csc-uploads-description {
  margin: 0px 0px 5px 0px;
}
table.csc-uploads.csc-uploads-1 td.csc-uploads-fileSize {
  text-align: center;
}
