html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
html {
  background-color: #330000;

}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #ffe2b0;
	margin: 0 auto;
	width: 950px;
}
h1{
        color: #993300;
	font-size: 16px;
	font-weight: bold;
	padding: 10 0 10px 0;
}
p {padding: 5px 0;}

.style5 {
	color: #FFFFCC;
	font-size: 16px;
	font-weight: bold;
}
.style16 {
        font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.style6 {
	font-size: 14px;
	color: #FF9933;
}
.style7 {
	color: #993300;
	font-size: 16px;
	font-weight: bold;
}
.style8{
        text-align: center;
}
.style9 {
	color: #FF9933;
	font-weight: bold;
}
.style10 {color: #FF9933}
.style11 {
  padding: 20px;

}
.style12 {
  padding: 20px;
  background-color: #ccffff;

}

.style13{
        text-align: center;
        padding: 20px;
}

.style14{

        padding-bottom: 10px;
}
.style15{
    background-image: url(images/bg2.gif);
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFCC;
    font-size: 16px;
    font-weight: bold;
}
.style16{
    background-color: #330000;
}
.style17{
        text-align: right;
        font-size: 12px;
        color: #FF9933;
        padding: 4px 0;
}
.style18{
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;         
    text-align: center;
     color: #FF9933;
}

.style19{
        text-align: right;
        padding: 20px 0 20px 20px;
}

.style20 {
  padding: 20px 10px;

}

ul.navy {

       list-style-type: none;
       padding: 16px 0 10px 0;
       margin: -80px 0 30px 0;
       text-align: center;
       max-width: 950px;

}

ul.navy li {
      display: inline;
      padding: 0;
      
}

ul.navy a {
      padding: 15px 20px 10px 20px;
      text-decoration: none;
      font-size: 17px;
      font-weight: bold;
      color: #ffffcc;
      font-family: Arial, Geneva, sans-serif;
       
}

.st_row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="st_col-"] {
  float: left;

}

/* For desktop: */
.st_col-1 {width: 8.33%;}
.st_col-2 {width: 16.66%;}
.st_col-3 {width: 25%;}
.st_col-4 {width: 33.33%; }
.st_col-5 {width: 41.66%;}
.st_col-6 {width: 50%; }
.st_col-7 {width: 58.33%;}
.st_col-8 {width: 66.66%;}
.st_col-9 {width: 75%;}
.st_col-10 {width: 83.33%;}
.st_col-11 {width: 91.66%;}
.st_col-12 {width: 100%;}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:  #000;
    left: auto;
    top: auto;
    width: 200px;
    height: auto;
    overflow:auto;
    margin: 10px 10px 10px 150px;
    padding:5px;
    border:1px solid #6E6E6E;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


#preload { display: none; }

.success{
   font-weight: bold;
   text-align: center;
   padding: 15px 0;
   margin-bottom: 200px;
}
.error{
   color: #B30000;
   font-weight: bold;
   text-align: center;
   padding: 15px 0;
}