body {
    background-color : #660000;
    color : #FFFFFF;
    text-align : center;
    margin-top : 20px;
}

div,p,td,th,li,form {
    font-family : Arial,Helvetica,sans-serif;
    font-size : 10pt;
    text-align : left;
}

h1 {
    font-size : 11pt;
    font-weight : 600;
}

h2 {
    font-size : 10pt;
    font-weight : 600;
  }

a {
    text-decoration : none;
    color : #FFFFFF;
  }


a:hover {
    color : #FF9999;
  }


a img {
    border-style : none;
  }

.nowrap {
    white-space : nowrap;
}

#enclosure {
    margin : 0 auto;
    width : 790px;
    text-align : left;
  }

#navigation {
    width : 170px;
    float : left;
  }

#content {
    margin-top : 20px;
    margin-left : 10px;
    width : 600px;
    float : left;
  }

#content a {
    font-weight : 600;
  }


#header, #footer {
    background-color : #850000;
    color : #ffffff;
    text-align : right;
    padding : 4px;
    clear : both;
  }

#footer p {
    text-align : right;
}

#footer p {
    margin : 0;
  }


#navigation ul {
    padding : 0px;
    margin : 20px 0px 20px 5px;
    list-style : none outside;
  }


#navigation ul li {
    padding : 3px;
    border-bottom : #850000 solid 1px;
  }

#navigation ul li ul {
    padding-left : 10px;
    margin : 3px 0 0 0;
  }


#navigation ul li ul li {
    font-size : 1em;
    border-style : none;
  }

#welcome {
    margin-top : 20%;
    text-align : center;
}


/*_______________________________________________
two-colums layout */

#leftColumn, #rightColumn {
    vertical-align : top;
    width : 290px;
    margin-bottom : 20px;
}

#leftColumn {
    float : left;
}

#rightColumn {
    float : right;
}

#normalColumn {
  margin-bottom : 20px;
  clear : both;
}

.csc-mailform ol {
  list-style-type : none;
}

.csc-mailform input[type=text], .csc-mailform textarea  {
  width : 300px;
}

.csc-mailform input[type=submit] {
  margin-left : 12em;
}

form.csc-form-confirmation fieldset {
  border : none;
}



