html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
  background: #D6D6D6;
}

#maincontainer {
  width: 800px; /*Width of main container*/
  margin: 18px auto; /*Center container on page*/
}

#topsection {
  background: #A4ABB0;
}

#topband {
  height: 1px;
  background: #D6D6D6;
/*  height: 14px;
  background: #9A512F; */
}

form#form1 input, form#form1 select {
  color: #333333;
}

/* form#form1 option {
  color: #000000;
} */

.topformtext {
  height: 24px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.topformtext a {
  color: #FFFFFF;
  text-decoration: none;
}

.topformtext a:hover {
  text-decoration: underline;
}

.tollfree {
  height: 24px;
  background: #747F3B;
  padding: 0 0 0 230px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.privacy {
  height: 24px;
  background: #747F3B;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.privacy a {
  color: #FFFFFF;
  text-decoration: none;
}

.privacy a:hover {
  text-decoration: underline;
}

#logo {
  margin: 24px;
}

#leftnav {
  width: 220px;
  height: 400px;
  background: #CACECF;
}

#fdic {
  padding: 18px 0;
  background: #CACECF;
  text-align: center;
  vertical-align: bottom;
}

#content {
  width: 580px;
  padding: 18px 0 12px 36px;
  background: #E9EBEB;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #003366;
}

#content a {
  color: #646F2B;
  font-weight: bold;
  text-decoration: none;
}

#content a:hover {
  color: #003366;
  text-decoration: underline;
}

#breadcrumbs {
  margin: 0 10px 12px 0;
  line-height: 18px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #003366;
}

#breadcrumbs a {
  color: #646F2B;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #444F1B;
  text-decoration: underline;
}

.floatright {
  float: right;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 240px;
}

.floatright img {
  float: right;
  margin-bottom: 9px;}

.floatright p {
  margin: 6px;
  font: italic 12px/16px Arial, san-serif;
}

.cnews {
  background: #CACECF;
  line-height: 18px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.cnewshead {
  background: #A4ABB0;
  color: #FFFFFF;
  margin-top: 18px;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}

.cnewstext {
  margin: 6px 12px;
  color: #000000; /* #003366; */
}

.cnewstext a {
  color: #000000; /* #003366; */
  text-decoration: none;
}

.cnewstext a:hover {
  color: #000000; /* #003366; */
  text-decoration: underline;
}

.text {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #003366;
}

h1 {
  margin: 0 18px 12px 0;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin: 0 18px 12px 0;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin: 0 18px 12px 0;
  line-height: 18px;
}

ul {
  margin: 0 18px 10px 24px;
}

li {
	margin-top: 6px;
	margin-bottom: 0px;
}

/* LEFT NAV */

.lev01 {
  height: 18px;
  display: block;
  background-color: #E0D9CC;
  padding: 4px 6px 1px 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 3px;
  text-align: right;
  text-decoration: none;
  color: #003366;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

a.lev01:hover {
  color: #FFFFFF;
  background-color: #516590;
}

.lev02 a {
  display: block;
  background-color: #CACECF;
  padding: 2px 6px 3px 0;
  text-align: right;
  text-decoration: none;
  color: #646F2B;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.lev02 a:hover {
  color: #ffffff;
  background-color: #CACECF;
}

.lev03 {
  border-bottom: 0px solid #3E4954;
}

.lev03 a {
  display: block;
  background-color: #EEEEEE;
  padding: 2px 6px 3px 0;
  border-bottom: 1px solid #CACECF;
  text-decoration: none;
  color: #646F2B;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.lev03 a:hover{
  color: #003366;
  background-color: #E9EBEB;
}

