@charset "UTF-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
}
a {
color:#801f29;
} 

#content {
	margin: 10px 0 10px 30px;

}

#content p {
text-align:justify;

}
h1 {
margin-top:0px;
padding-top:0px;
color: #801f29;
font-weight:normal;
font-size:28px;
}
h2 {
color: #584336;
font-weight:normal;
font-size:16px;
margin-bottom:0px;
padding-bottom:0px;
}
h3 {
color: #801f29;
font-weight:normal;
font-size:14px;
font-weight:bold;
margin-bottom:0px;
padding-bottom:0px;
}
ul {
padding-top:0;
margin-top:0;
padding-left:10px;
margin-left:10px;
font-size:12px;

}
li {
margin-bottom:5px;
padding-bottom:5px;
}


#tbl p {
text-align:left;
}


.smallerText {
	font-size:13px;
	font-weight:normal;
}
.smallerText strong {
font-size:13px;
font-weight:bold;
}
.footerText {
margin: 0;
font-size:9px;
color:#333333;
}

.footerText a {
text-decoration:none;
color:#333333;
}
.form-container {
font-size:12px;
}
.form-container td {
margin-bottom:15px;
padding-bottom:15px;
}
.red {
color:#801f29;
}
.formSmaller {
font-size:11px;
}

.dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.dd li ul { display: none; }
/**/

.dd li ul li a { 
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding:8px 15px 8px 22px;
  background: #2C5463;
  font-size:12px;
  white-space: nowrap;
}


.dd ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}


.dd ul li a:hover { background: #962e34; }

.dd li:hover ul {
  display: block;
  position: absolute;
}
.dd li:hover li {
  float: none;
  font-size: 16px;
}
.dd li:hover a { background: #962e34; }
.dd li:hover li a:hover { background: #69191d; }
