html {
  font-family: Verdana, Tahoma, Sans;
  font-size: 10pt;
  background-color: white;
}
p, input, textarea, a, td {
  font-family: Verdana, Tahoma, Sans;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
}

p {
  margin: 4px;
  margin-bottom: 18px;
}

body {
  margin: 0px;
  padding: 0px;
}

a { color: #4e8ab9; text-decoration: none; }
a:visited { color: #4e8ab9; text-decoration: none; }
a:hover { color: #922345; text-decoration: underline;}


.clearspace {
  clear: both;
  height: 20px;
}

.clear {
  clear: both;
}

#headertop {
  height: 40px;
  background: white url(images/headtile.gif) repeat-x;
  color: white;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  clear: both;
}

#headermid {
  height: 100px;
  width: 100%;
  background: white url(images/snowpack.gif) no-repeat bottom right;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 50;
  clear: both;
}

#headermid .fqtitle {
  position: relative;
  left: 180px;
}

#headerbot {
  height: 40px;
  background: white url(images/headtilebot.gif) repeat-x;
  color: white;
  width: 100%;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 140px;
  z-index: 50;
  clear: both;
  overflow: visible;
}

#headerbot div {
  padding-left: 170px;
}

#headerbot div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#headerbot div li {
  display: inline;
  margin 0;
  padding 0;
}


#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 55;
}

#contentwrapper {
  background: white url(images/downgradiant.gif) repeat-x;
  position: absolute;
  top: 178px;
  left: 0px;
  width: 100%;
}

#updates li {
  list-style-type: square;
  font-size: 90%;
}

#mainfull {
  padding: 15px;
  clear: left;
  z-index: 250;
}

/* bug todo: margin-right and right width below is
 * causing snowflake position bug */

#main {
  padding: 15px;
  margin-right: 220px;
  clear: left;
  z-index: 250;
  background-image: url(/images/snowflake.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#mainnr {
  padding: 15px;
  clear: left;
  z-index: 250;
}

.himage {
  margin: 4px;
  margin-bottom: 0px;
  padding: 0px;
  /* border-bottom: 1px dotted #a7b8ce;   */
}

#right {
  padding: 10px;
  float: right;
  width: 200px;
  border-left: 1px dotted #a7b8ce;
  z-index: 50;
}

#contentbottom {
  clear: both;
  position: relative;
  bottom: 0px;
  margin-top: 50px;
  margin-bottom: 5px;
}

.pheader {
  font-size: 1.2em;
  font-weight: bold;
  color: #2e7dbb;
  margin-top: 20px;
}


.pbreak {
  margin-top: 20px;
}

.copyright {
  text-align: center;
  color: #555555;
  font-size: 8pt;
}
.copyright a.visited { color: #4e8ab9; text-decoration: none; }
.copyright a.hover { color: #922345; text-decoration: underline}
.copyright a.link { color: #4e8ab9; text-decoration: none; }

#contentwrapper p {
  background-color: transparent;
}

.profileimage {
  float: left;
  margin: 5px;
  border-width: 0px;
}

.profileitem {
  clear: left;
}

.formleft {
  text-align: right;
  vertical-align: top;
  font-size: 10pt;
}

.formright {
  text-align: left:
  vertical-align: top;
  font-size: 10pt;
  font-size: 10pt;
}

.contactmessage {
  width: 400px;
  height: 200px;
}

.contactreply {
  color: #c8464c;
}

td.formheader {
  width: 280px;
  text-align: right;
  font-weight: bold;
  color: #4e8ab9;
  font-size: 10pt;
}

td.formvalue {
  font-size: 10pt;
}

td.formvalue input, textarea {
  background-color: #EEEEEE;
}

td.formvalue select {
  background-color: #EEEEEE;
}

.bio {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid #CCAAEE;
}

.evententry {
  margin-left: 20px;
  border-top: 1px solid #DDDDDD;
}

.eventheaders {
  background-color: #DDDDFF;
}

.postdate {
  position: relative;
  top: -6px;
  font-size: 8pt;
  color: #BBBBBB;
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
  padding-bottom: 8px;
}
