#homepagetoptext {
  text-align: left;
}

#homepagetoptext img {
  float: right;
  margin: 20px 0 10px 15px;
  max-height: 200px;
  max-width: 250px;
  vertical-align: top;
}

#homepageentry {
  display: block;
  float: left;
  height: auto;
  width: 98%;
  margin-bottom: 0px;
  padding: 15px 5px;
  # font: 13px/15px verdana, arial, helvetica, sans-serif;
  background-color: #EEEEEE;         /* Light Grey */
  color: #000000;                                  /* Black */
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  border-top:    1px dotted #C0C0C0;   /* Dark Grey*/
  border-bottom: 1px dotted #C0C0C0;   /* Dark Grey*/
  border-right:  none;
  border-left:   none;
}

#homepageentry:hover {
  background-color: #C0C0C0;         /* Dark Grey */
}

#homepageentry img {
  float: right;
  width: 80px;
  height: 60px;
  margin: 8px;
  background-color: #EEEEEE;         /* Light Grey */
  border: 1px solid #C0C0C0;          /* Black */
}

.topheadernews {
  background-color: #EEEEEE;
  border: 1px solid #C0C0C0;
  # color: #000099;
  # font: bold 13px/15px verdana,arial,helvetica,sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.homepagenewsletter {
  display: block;
  float: left;
  font: 11px/13px verdana,arial,helvetica,sans-serif;
  height: auto;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0 5px;
  text-align: left;
  vertical-align: middle;
  width: 99%;
  height: auto;
}

.homepagenewsseparator {
  height: 0px;
  border-top: 1px dotted #C0C0C0;
  margin: 10px;
  width: 90%;
}

#autonewspageentry {
  display: block;
  float: left;
  height: auto;
  width: 98%;
  margin-bottom: 10px;
  padding: 5px;
  # font: 13px/15px verdana, arial, helvetica, sans-serif;
  background-color: #EEEEEE;         /* Light Grey */
  color: #000000;                                  /* Black */
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #C0C0C0;         /* Dark Grey*/
}

#autonewspageentry:hover {
  background-color: #C0C0C0;         /* Dark Grey */
}

#autonewspageentry img {
  float: right;
  width: 120px;
  height: 100px;
  margin: 4px;
  background-color: #EEEEEE;         /* Light Grey */
  border: 1px solid #C0C0C0;          /* Black */
}

.standardauto {
  display: block;
  float: left;
  height: auto;
  width: 45%;
  max-width: 45%;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #EEEEEE;         /* Light Grey */
  text-align: left;
  text-decoration: none;
  border: 1px solid #C0C0C0;          /* Dark Grey */
}

.standardauto:hover {
  background-color: #C0C0C0;         /* Dark Grey */
  text-decoration: none;
}

.blank20 {
  display: block;
  float: left;
  height: 20px;
  width: 90%;
  margin-left: 10px;
  margin-right: 10px;
}

.md_blue_bold {
  color: #0098DB;
  font-weight: bold;
}

.md_red_bold {
  color: #FF0000;
  font-weight: bold;
}

.sm_font {
  font-size: 10px;
}

.title4 {
  color: #3277A6; 
  font-family: NotesEsaBold,"Trebuchet MS",Tahoma,Arial;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
} 

.indexpageentry {
  display: block;
  float: left;
  height: 70px;
  width: 40%;
  max-width: 40%;
  padding: 5px;
  margin-left: 3%;
  margin-right: 2%;
  margin-bottom: 20px;
  # font: 11px/15px verdana, arial, helvetica, sans-serif;
  background-color: #EEEEEE;         /* Light Grey */
  color: #000000;                    /* Black */
  text-align: left;
  text-decoration: none;
  border: 1px solid #C0C0C0;         /* Dark Grey */
}
.indexpageentry:hover {
  background-color: #C0C0C0;         /* Dark Grey */
  color: #000000;
  text-decoration: none;
}

table {
  font-size: 11px;
}

table th {
  background-color: #CCCCCC;       /* Medium Grey */
  text-align: center;
  padding: 2px;
}

.table_header {
  background-color: #CCCCCC;       /* For th that are links (eg. for sorting) */
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

.redbanner {
  width: 90%;
  margin: auto; 
  background-color: #f1d1d8; 
  color: #D77C87; 
  font-size: 12; 
  padding: 18px; 
  margin-bottom: 22px; 
  border: 1px solid transparent;
  border-radius: 4px; 
  text-align: center;
}

iframe body {
  font-size: 11px;
}

form {
  font-size: 11px;
}
