
A:link {text-decoration: underline; color:#000;}
A:visited {text-decoration: underline; color:#000}
A:active {text-decoration: underline; color:#000;}
A:hover {text-decoration: underline; color:#db8e2e;}

html
{
  height:100%;
}

body
{
  font-family:'Comic Sans MS'; 
  font-size:1.2em;
  color:#333366;
  height: 100%;
}

#body_div
{
  /*border-style:solid;
  border-width:1px;*/
  padding:10px;
  min-height: 100%;
  height: auto;
  height: 100%;
  margin: 0 auto -4em;
}

#menu_div
{
  margin-top:-20px;
}

#title
{ 
  margin-top:-30px;
}

#main_content
{
  /*text-align: center;*/
}

.footer, .push {
     height: 4em;
 }


#footer
{
  position:relative;
  margin-top:10px;
  font-size:.6em;
  border-top-style:solid;
  border-top-width:1px;
  border-color:#669933;
  text-align:center;
  clear:both;
  width:100%;
}

div.faq_answer
{
  margin-left:30px;

}

h3.faq_question  
{
  display:block;
  color:#000;

}


.green
{
  color:#669933;
}

.orange
{
  color:#db8e2e;
}

.red
{
  color:red;
}

img.gallery_photo
{
  height:200px;
}