body { 
  /*background-color: #f26522;*/
  background-image: url(../images/background.gif);
  background-repeat: repeat;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
  line-height: 133%;
}

a:link { 
  color: #f26522;
  border-bottom: 1px solid;
  text-decoration: none;
}

a:visited { 
  color: #f26522;
  text-decoration: none;
}

a:hover { 
  color: #fdbd40;
  text-decoration: none;
}

a:active { 
  color: #f26522;
  border-bottom: 1px solid;
  text-decoration: none;
}

#nav a:link {
  border-bottom: 0px;
}

a.imglink {
  border-bottom: 0px;
}

h1 { 
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

h2 { 
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

h3 { 
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

p { 
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 133%;
}

blockquote {
  background: url(../images/quote_open.gif) top left no-repeat;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 133%;
  color: #3f240f;
}

#blockquote {
  background: url(../images/quote_closed.gif) bottom right no-repeat;
  padding-left: 50px;
  padding-right: 50px;
}

dl,ul,ol {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 133%;
}

dt {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 133%;
}

dd,li {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 133%;
}

hr {
  border: #000000 1px solid;
}

.required {
  color: #fdbd40;
  font-weight: bold;
}

#form label {
  width: 60px;
  padding-right: 10px;
  text-align: right;
  float: left;
  display: block;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 200%;
}

#form input {
  float: left;
}

#twitter {
  overflow: auto;
  display: inline;
  float: left;
  background-image: url(../images/twitterbg.gif);
  background-repeat: no-repeat;
  height: 382px;
  padding-right: 20px;
  width: auto;
}

#twitter ul {
  width: 290px;
  padding: 10px;
  /*border-left: #000000 1px solid;
  border-right: #000000 1px solid;*/
  list-style: none;
  margin-left: 73px;
  /*margin-top: -5px;*/
}

#twitter li {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 133%;
  background-image: url(../images/twitterli.gif);
  background-repeat: no-repeat;
  height: 78px;
  width: 278px;
  /*For Safari Browsers Only*/
  word-wrap: break-word;
}

#social {
  width: auto;
  height: 382px;
  overflow: auto;
  display: inline;
  float: left;
  padding: 10px;
  word-wrap: break-word;
}

#social img {
  border: 0px;
}

#social a {
  text-decoration: none;
  border-bottom: 0px;
}

#container {
  margin: 0 auto;
  width: 650px;
  text-align: left;
}

#top {
  background: url(../images/border-top.gif) top left no-repeat;
  padding-top: 10px;
}

#content {
  background-color: #ffffff;
  width: 650px;
  padding-top: 10px;
}

#header {
  background-color: #ffffff;
  width: 640px;
  margin: 10px 10px 10px 10px;
}

#nav {
  text-align: center;
  position: static;
  margin-right: 10px;
  margin-top: 10px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 133%;
  width: 100%
}

#text {
  left: 239px;
  width: 610px;
  margin-left: 20px;
  margin-right: 20px;
}

#footer {
  background: url(../images/border-bottom.gif) bottom left no-repeat;
  padding-bottom: 10px;
}