@import url("form.css");
/* ##### Common Styles ##### */
body {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
a:link, a:active, a:visited {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0 1px 2px 1px;
}
select {
	border: 1px solid #990000;
}
.input_text, textarea {
    background: #FFF url("/images/input.gif") no-repeat -4px -4px;
	width: 200px;
	color: #000;
	border: 1px solid #999;
}
/* not for IE/Mac \*/
* html textarea {
    background-attachment: fixed;
}
/**/
a:hover {
 color: rgb(117,144,174);
 text-decoration: none;
}
/* ##### Header ##### */
.superHeader {
  color: #fff;
  background: #000 url("/images/topbkgrd.gif") no-repeat;
  font-size: 10px;
  text-align: right;
  margin: 0;
  padding: 5px 10px;
}
.midHeader {
  background: #990000 url("/images/navbkgrd.gif") repeat-x;
  margin: 0;
  padding: 0;
}
.subHeader {
  color: #000;
  background-color: #FFFFCC;
  margin: 0;
  padding: 3px 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.subHeader a:link, a:active, a:visited {
  color: #000;
  background-color: transparent;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25em 0 0;
}
.subHeader a:hover {
  color: #666;
  background-color: transparent;
  text-decoration: none;
}
/* ##### Side Menu ##### */
#side-bar {
  color: #000;
  background-color: transparent;
  list-style-type: square;
  list-style-position: inside;
  width: 190px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 150px;
}
#side-bar img, #main-copy img {
  padding: 3px;
  border: 1px solid #000;
}
#main-copy img.noborder {
  padding: 0 15px;
  border: none;
}
.smalltext {font-size: 10px}
/* ##### Main Copy ##### */
#main-copy {
  width: 550px;
  margin: 0 10px 10px 220px;
  padding: 0;
  clear: left;
}
#main-copy h1 {
  color: #990000;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 21px;
  margin: 0;
  padding: 10px 0 0 0;
}
#main-copy h2 {
  color: #666;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding: 1em 0 0 0;
}
#main-copy p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}
/* ##### Footer ##### */
#footer {
  color: #FFF;
  background-color: #990000;
  font-size: 10px;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1em 10px;
  clear: left;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#footer a:link, #footer a:active, #footer a:visited {
  color: #FFFFCC;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}