html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

body {
  text-align: center;
  min-width: 820px
  height: 100%;
  width: 100%;;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  background-color: #d1e0c9;
  background-color: #304623;
  min-width: 800px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 1.2em;
}
h2,h3,h4,h5,h6 {
  font-size: 1.1em;
}

#all {
  width: 810px;
  margin: 0 auto;
  text-align: left;
  background-color: #d1e0c9;
  background-color: #ffd0c8;
  background-color: #dadaff;
  border: 1px solid #aebca7;
}

#head {
  background-color: #d1e0c9;
  height: 50px;
}

#logo {
  float: left;
  background-color: #d1e0c9;
  width: 200px;
  height: 50px;
  background-image: url(logo.jpg);
}

#srch {
  float: left;
  width: 356px;
  background-color: #d1e0c9;
  background-color: #ffecec;
  height: 40px;
  border-left: 1px solid #aebca7;
  padding: 5px;
  text-align: center;
}

#com {
  float: right;
  width: 231px;
  background-color: #d1e0c9;
  height: 40px;
  border-left: 1px solid #aebca7;
  border-bottom: none;
  padding: 5px;
  text-align: right;
}

#nav {
  width: 128px;
  min-height: 500px;
  float: left;
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #aebca7;
  background-color: transparent;
}

#cont {
  width: 662px;
  float: left;
  background-color: #444;
  background-color: #d1e0c9;
}

#lcol {
  width: 400px;
  min-height: 500px;
  float: left;
  padding: 10px 10px 10px 10px;
  background-color: #d1e0ff;
  background-color: #d1e0c9;
  border-top: 1px solid #aebca7;
}

#rcol {
  width: 222px;
  min-height: 500px;
  float: right;
  padding: 10px 10px 10px 10px;
  background-color: #faa;
  background-color: #d1e0c9;
  border-top: 1px solid #aebca7;
  font-size: 80%;
}


#ftr {
  clear: both;
  background-color: #d1e0c9;
  border-top: 1px solid #aebca7;
  text-align: center;
}

a.nmenu {
  display: block;
  background: #bb8;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
a.nmenu:link   {color: #008;
  background: transparent;}
a.nmenu:visited{color: #008;
  background: transparent;}
a.nmenu:hover  {color: #00f;
  background: #bb8;}
a.nmenu:active {color: #008;
  background: transparent;}

a.fmenu {
  background: #bb8;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}
a.fmenu:link   {color: #008;
  background: transparent;}
a.fmenu:visited{color: #008;
  background: transparent;}
a.fmenu:hover  {color: #00f;
  background: #bb8;}
a.fmenu:active {color: #008;
  background: transparent;}

#logo a {
  display: block;
  height: 100%;
  width: 100%;
}


.r {
  text-align: center;
  font-size: 0.8em;
  color: #060;
}

.bigquote {
  display: block;
  text-align: left;
  font-size: 300%;
  font-weight: bold;
  line-height: 80%;
}
.ralign {
  text-align: right;
}
.notopmarg {
  margin-top: 0px;
}

ul.faq li {
  list-style-type: none;
  padding-top: 10px;
}

.faqq {
  display: block;
  font-weight: bold;
}

/* images aligned right */
.ir {
  float: right;
  width: 205px;
  font-size: 80%;
  font-weight: bold;
  color: #060;
  margin: 5px;
}

.clear {
  clear: both;
}

#weather_table1 {
  border-spacing: 6px;
  border: 1px solid #080;
  border-collapse: collapse;
}

#weather_table1 td {
  border: 1px solid #080;
  border: none;
  text-align: right;
  padding: 5px 8px 5px 8px;
}
#weather_table1 td.tdleft {
  text-align: left;
}
#weather_table1 td.tdcenter {
  text-align: center;
}

.article {
  width: 100%;
  background-color: #a0e0c9;
  padding: 5px;
}

.art_date {
  font-size: 80%;
}

.art_id {
  font-size: 80%;
  margin-left: 198px;
}
  


